I cannot believe this has not been reported already, but I couldn't find anything on it and I also could find no place to report it to PHP-Nuke.
If I click on the "Pruning" link in the Forums Administration, I get (if I have php errors on):
Warning: require(modules/Forums/includes/functions_search.php) [function.require]: failed to open stream: No such file or directory in /var/www/html/modules/Forums/includes/prune.php on line 29
The code should be changed to something like this:
if (defined('FORUM_ADMIN')) {
require("../../../modules/Forums/includes/functions_search.php");
} else {
require("modules/Forums/includes/functions_search.php");
}
This is another example of why PHP-Nuke has become the butt of jokes in CMS.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum