Quote:
Originally Posted by r00028304
|
One of two reasons. First is that you didn't update the awards.php when you updated to the 4.0.3 version I posted. The easy way to check for this is to open awards.php and look at the top it should say 4.0.3 in the version. You can also go to line 99, where the
construct_depth_mark function is declared, and ensure the function is wrapped in a
if(!function_exists('construct_depth_mark)) conditional statement. The second possible reason is that one of the plugins from vFcoders - Advanced Report System has bad php and is causing that if statement I mention above to not fire properly, which would also cause the error.
If the problem is the first then just re-upload the file, if the problem is the second report it to vFcoders and let them deal with the bad code, or you can enable the plugin and disable the hooks one at a time until you find the one causing the problem and see if you can figure it out.
My bet is the second, especially as the problem resolves itself when you aren't logged in.