Hi! New to Drupal and fairly new to CMS in general. I have just installed Drupal 5.2 on Debian sid with Postgres 8.2 and PHP5.
I cannot seem to get Brilliant-Gallery module to display images properly. All I get is a black bar. I have Lightbox and JQuery modules installed and everything is in the recommended place.
It is obviously trying to display something so do I need any other modules? See www.joeshome.me.uk for the problem. The front page is just one line of text and [bg|chartwell], chartwell being the directory under files/albums/
Hope this is the correct place to post this query. I have searched the forums but drawn a blank
-- Regards, Joe
Hi. If you call the img url directly you'll get a *Fatal error*: Call to undefined function mysql_escape_string() in */var/www/sites/all/modules/brilliant_gallery/image.php* on line *99*
Seems to be an error in your gallery.
hth,
Stefan **
On 19:56 Sun 14 Oct , Stefan Borchert wrote:
Hi. If you call the img url directly you'll get a *Fatal error*: Call to undefined function mysql_escape_string() in */var/www/sites/all/modules/brilliant_gallery/image.php* on line *99*
Seems to be an error in your gallery.
Thanks Stefan. Just changed mysql_escape_string to pg_escape_string and all is now well.