burttg
Junior Member
Posts: 3
Registered: 9/16/2007
Member Is Offline
|
| posted on 9/16/2007 at 08:10 AM |
|
|
Getting Started
I have successfully installed and added my admin account, but when I start Image Gallery I get the following:
Fatal error: Cannot redeclare Tree::$comment_table in /usr/local/www/vhosts/domain.net.nz/httpdocs/imagegallery/class/tree.php on line 32
Any ideas what this means and how to fix it?
Cheers
|
|
|
kvv
Super Administrator
Posts: 86
Registered: 6/17/2003
Member Is Offline
|
| posted on 9/17/2007 at 03:07 PM |
|
|
Please remove lines 32,33 in the class/tree.php file
$comment_table,
$comment_fields,
to fix this issue.
|
|
|