mailRe: [Galette-discussion] Affichage des groupes avec postgresql


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by lpelecq-org on December 05, 2012 - 22:45:
lpelecq-org@xxxxxxxxxxx writes:
Johan Cwiklinski <johan@xxxxxxxx> writes:
Su mon install (Postgres 9.2.1), je constate la même erreur que toi dans
les logs de galette, mais l'affichage des groupes se fait quand même :D

Bon, de toutes façons, il s'agit d'une anomalie ; je vais voir à y 
remédier.

Peux-tu rapporter ce bogue sur le tracker stp ? Merci.

Je suis sur une version 8.4.

Le ticket est http://redmine.ulysses.fr/issues/430

Salut Johann,

Merci pour la correction. Ça marche. Il y a un autre problème dans
Repository/Membres.php. En version 8.4 la fonction concat n'existe
pas. Elle est apparue en 9.1. Est-ce qu'il y a une version minimale de
postgres supportée ?

  2012-12-05 22:33:48 - WARN --> Cannot list members | SQLSTATE[42883]: 
Undefined function: 7 ERREUR:  la fonction concat(text) n'existe pas
  LIGNE 2 : ...tatuts" AS "p" ON a.id_statut=p.id_statut WHERE ((CONCAT(LOW...
                                                                 ^
  ASTUCE : Aucune fonction ne correspond au nom donné et aux types 
d'arguments.
  Vous devez ajouter des conversions explicites de type. 
  2012-12-05 22:33:48 - ERROR --> Query was: SELECT "a".*, "p".* FROM 
"galette_adherents" AS "a"
   INNER JOIN "galette_statuts" AS "p" ON a.id_statut=p.id_statut WHERE 
((CONCAT(LOWER(nom_adh) || ' ' || LOWER(prenom_adh) || ' ' || 
LOWER(pseudo_adh)) LIKE '%nicolas%' OR CONCAT(LOWER(prenom_adh) || ' ' || 
LOWER(nom_adh) || ' ' || LOWER(pseudo_adh)) LIKE '%nicolas%')) ORDER BY 
"nom_adh" ASC, "prenom_adh" ASC LIMIT 10 OFFSET 80 exception 'PDOException' 
with message 'SQLSTATE[42883]: Undefined function: 7 ERREUR:  la fonction 
concat(text) n'existe pas
  LIGNE 2 : ...tatuts" AS "p" ON a.id_statut=p.id_statut WHERE ((CONCAT(LOW...
                                                                 ^
  ASTUCE : Aucune fonction ne correspond au nom donné et aux types 
d'arguments.

Merci,

Laurent



Related Messages


Powered by MHonArc, Updated Thu Dec 06 09:00:08 2012