sql error in GaleriX
Posted: Sat 23. Dec 2006, 13:47
Hi all, i'm new here and have been experimenting with PHPWCMS for over a year now. I'm currently developing a website for a local pub and i have a problem embedding the GaleriX module.
I'm using PHPWCMS v1.2.8.
I've installed the GaleriX v0.9 and followed the installation manual precisely.
PHPWCMS in not installed at the web root but resides in a sub directory.
Everything except the Galerix module works fine. When i select "Album" in the back-end i get an error, which i think is an sql error.
The front-end also shows the error...
The error shows when you select "Fotoboek"
http://www.hetwapenvanens.nl/twapentje
Any help would be much appreciated.[/quote]
I'm using PHPWCMS v1.2.8.
I've installed the GaleriX v0.9 and followed the installation manual precisely.
PHPWCMS in not installed at the web root but resides in a sub directory.
Everything except the Galerix module works fine. When i select "Album" in the back-end i get an error, which i think is an sql error.
Code: Select all
Fehler:
syntax error near 'ON (g.`f_id` = f.`f_id`) WHERE g.`aid`=0 ORDER BY g.`position`' at line 1
Ausgeführte Anfrage:
SELECT g.pid, g.f_id, g.aid, g.caption, g.position, f.f_hash, f.f_ext FROM `phpwcms_galerix_picture` g JOIN `phpwcms_file` f ON (g.`f_id` = f.`f_id`) WHERE g.`aid`=0 ORDER BY g.`position`
Code: Select all
:
syntax error near 'ON (g.`f_id` = f.`f_id`) WHERE g.`aid`=0 ORDER BY g.`position`' at line 1
:
SELECT g.pid, g.f_id, g.aid, g.caption, g.position, f.f_hash, f.f_ext FROM `phpwcms_galerix_picture` g JOIN `phpwcms_file` f ON (g.`f_id` = f.`f_id`) WHERE g.`aid`=0 ORDER BY g.`position`
http://www.hetwapenvanens.nl/twapentje
Any help would be much appreciated.[/quote]