PDA

View Full Version : Template errors after server move


Boofo
Thu 3rd Apr '08, 5:27am
What could cause the following error when trying to view posts after a server move? And does anyone have any idea how to fix it? I already tried shutting down the plug-in sytstem and the made no difference.

Parse error: syntax error, unexpected T_PRIVATE in /xxxx/xxxx/public_html/forums/includes/class_postbit.php(292) : eval()'d code on line 24

Boofo
Thu 3rd Apr '08, 7:06am
Got is fixed. Apparently PHP 5.25 doesn't like the word private without the single quotes in template conditionals. My bad. ;)