Quote:
Originally Posted by kall
I am including the Photopost 'featured photos' mod on my Forum Home.
Most of the time it works fine, but occasionally (and without pattern), it throws up the above error.
This is the bit of index.php that relates to the calling:
PHP Code:
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once('./includes/functions_bigthree.php');
require_once('./includes/functions_forumlist.php');
require_once('/home3/nzboards/public_html/gallery/photopostpal.php');
I have tried moving the require_once ... photopostpal.php around in the index.php, but that caused errors each and every time.
Can someone who knows what they are doing help me out?
|
Can you post the code thats in the photopostpal.php file?