Quote:
Originally Posted by tortuga2
No source code at all. I made sure the proper file was in the admincp folder and loaded the admincp/productforums.php directly with same result: white page. And yes to the superuser part as well. Thanks for the quick reply and trying to resolve my issue 
|
There's an issue with pulling up the script apparently, but as it doesn't exist elsewhere we have to debug on your server.
Take a look at your error logs as a first step, hopefully they show an error.
If not, add the code
echo "start...<br>"; die;
right after <?php
Load the script and you should see it print start... we can keep adding tags until we find the issue.