![]() |
|
Error message --- - Please Help - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Error message --- - Please Help (/thread-6834.html) |
Error message --- - Please Help - pageplayer - 2010-03-26 I've had Zenphoto on my site for over a year now.. I'm not in there the site alot, but I was just checking it out because I got a notice that my hosting service migrated the sites to new servers.. Fatal error: Cannot redeclare class utf8 in //boswinfs04\home\users\web\b2296\whl.pageplayer\usersboards\zp-core\lib-utf8.php on line 33 Can someone please tell me how to fix this? I'm not a big HTML guy. oh.. the site is www.rocksolidboards.com Try opening the "Users Boards" link Error message --- - Please Help - sbillard - 2010-03-26 From Zenphoto's point of view the error message makes no sense. The lib-utf8 script declares that class. The script can be loaded only once given the constructs Zenphoto uses, but some how the class is already defined. So, either there is another script (non Zenphoto) declaring that class or your PHP is not working correctly. Probably a question for the support people at your hosting service. |