I am fairly new to the php-nuke world. Matter of fact 2 hours old. Well anyway I got php-nuke running fine and started messing with some themes and I think I got one that just wasn't compatable with it. Well when I applied the theme the site refreshed and nothing came up, I mean I can see the title bar and that about it. So I deleted the theme from the directory and still have a blank screen with title bar text showing. Can the default theme be reset back?
Thanks
skadamo Nuke Soldier
Joined: Jan 25, 2005
Posts: 22
Posted:
Tue Dec 20, 2005 4:49 pm
Not sure how to help but if you "Enable error reporting" you may be able to get more info on what is happening...
Enabling Error Reporting / ALA the "blank page" - NEW
Error reporting is normally turned off, to prevent display of error messages that may include your file paths and other sensitive server information. You'll want to turn it on if you get a blank screen, in order to get specific errors.
If you are using the Patched files
in config.php
Code:
$display_errors = false;
Change false to true to enable error reporting
Using non-Patched phpNuke
depending on your version, you may have this code in config.php
If not, add it
Code:
ini_set('display_errors','0');
Change 0 to 1 to enable error reporting
gutts Nuke Cadet
Joined: Dec 20, 2005
Posts: 2
Posted:
Wed Dec 21, 2005 2:37 am
Thanks for the heads up on that, unfortunetly I don't have a patched version and I have no clue where in the php config code to place that error code. I think I remember why I havn't used php-nuke..
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