When I click on the gallery link in the navbar I get a PHP error on line 1023.
This line just contains the PHP closing tags ( ?> ).
I've ran a file compare of both a new default forumdisplay.php file and the modded one as required for this hack and the only mods made to the file are for the Gallery hack.
Don't understand why the ending ?> would give an error.
The install instructions say to remove the following code-
As you can see in the code above, the last closing curly brace either represent something outside of this piece of code or shouldn't be in the instructions in the first place.
Would the deletion of the last brace cause the PHP error at the end of the script (line 1023) ?
Kinda stumped. Might PHP be expecting that closing brace?
Searched this thread and seen nothing of this tho. Would of thought if it had been an eror in the install docs, it would of came up before