Quote:
Originally posted by mojotim
Hey, great hack, but I'm having problems.
Parse error: parse error in /usr/local/xxxxxx/httpdocs/admin/galleryinstall.php on line 17
Looks ok to me, but I keep getting this.
Using, Apache, RedHat Linux 7
-Tim
|
Change line 17 to this:
PHP Code:
$DB_site->query("INSERT INTO setting VALUES (NULL,$groupid,'Pages to show in nav bar','gallerynavpages','5','','',1)");
Looks like there's an extra ") at the end of the line in the released file.