Hiya,
I have PHP Nuke 6.0, all uploaded (i'm hosting it on lycos.co.uk right now). They use PHPmyAdmin, MySQL, and PHP4U. I CHMOD'ed all of the PHP files and the files in the Images directory, and made absolutely sure to be in passive mode, using ASCII for all PHP and HTM files, etc.. while uploading, so I'm 99.9% certain there's no problem there. I imported the nuke.sql file into the database, and made sure that all of my settings in the config.php file were correct. I'm getting this error message:
Fatal error: Call to undefined function: themeheader() in header.php on line 47
Lines 44-47 of header.php are:
echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
include("includes/my_header.php"
echo "\n\n\n</head>\n\n";
themeheader();
I'm pretty new to PHP, but I'm assuming that the problem is that it's pointing to the header in the default theme, and not able to find it? I've searched through most of the other php files though and am unable to figure out which theme it sets as default. I've been trying to figure this out for about 2 days now, and am getting fairly well frustrated
Also, I don't see why it'd really matter but I'd rather bombard you with info than hold back on what could potentially be the problem, but I just installed phpBB a few days ago as well. Any chance of a potential conflict there?
Any help would be GREATLY appreciated. I can be reached at sinafey_jinx@hotmail.com or SinnyFeyfey on AIM, or of course you could just reply here. Thanks a bunch in advance!
I have PHP Nuke 6.0, all uploaded (i'm hosting it on lycos.co.uk right now). They use PHPmyAdmin, MySQL, and PHP4U. I CHMOD'ed all of the PHP files and the files in the Images directory, and made absolutely sure to be in passive mode, using ASCII for all PHP and HTM files, etc.. while uploading, so I'm 99.9% certain there's no problem there. I imported the nuke.sql file into the database, and made sure that all of my settings in the config.php file were correct. I'm getting this error message:
Fatal error: Call to undefined function: themeheader() in header.php on line 47
Lines 44-47 of header.php are:
echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
include("includes/my_header.php"
echo "\n\n\n</head>\n\n";
themeheader();
I'm pretty new to PHP, but I'm assuming that the problem is that it's pointing to the header in the default theme, and not able to find it? I've searched through most of the other php files though and am unable to figure out which theme it sets as default. I've been trying to figure this out for about 2 days now, and am getting fairly well frustrated
Also, I don't see why it'd really matter but I'd rather bombard you with info than hold back on what could potentially be the problem, but I just installed phpBB a few days ago as well. Any chance of a potential conflict there?
Any help would be GREATLY appreciated. I can be reached at sinafey_jinx@hotmail.com or SinnyFeyfey on AIM, or of course you could just reply here. Thanks a bunch in advance!