Move that whole block of code further down mainfile.php so it is below the is_admin() function (will look something like this):function is_admin($admin) {
global $prefix, $db;
if( ...
I once had the same problem with a 7.3 (patched) install. The fix was:
In modules/News/comments.php
Find (line 741):$comment = htmlspecialchars(trim($comment));
Replace with:$comme ...
This is generic error message and basicly tells you nothing. What version of PHP-Muke are you using and exactly what are you doing proir to receiving the error message?
Running sql debug (as describe ...
I dont have CM installed nor do I have the files for it here but I would think that you need to change the permissions (CHMOD) on a directory or 2 to have it work correctly. I'm sure the installation ...
Apache has to be rebuilt with the GD module installed. You will need to contact your server administrator, or if that is you and you have WHM (cPanel) you can do this by updating Apache from the Softw ...
Along with what chatserv wrote you should also change this line:echo "</td></tr></table>\n";to this:echo "</tr></table>\n"; ie: remove the closing td ...
From the home page of the IPBNuke site:Note that while modified PHP-Nuke files can be distributed under GNU/GPL, the licence for IPB does not allow for re-distribution and therefore all modifications ...
Have a look at [url=http://ipbnuke.net]IPBNuke. It requires the use of a slightly modified version of PHP-Nuke7.4 (Patched) and editing of 5 IPB files to have the 2 intergrate nicely. Still in Public ...
DesertFox,
Don't confuse yourself - the numbers you are quoting are versions of the PHP core software that runs on the server and have no bearing on PHP-Nuke versions. Your host has done the right th ...
This will be because the users table was altered in version 7.0 where an extra field (column) was added. Your data does not contain any information for this new field, resulting in a column count erro ...