3
OK..here's a follow-up..and I hope this helps anyone with a similar problem.
Orig problem: site went belly up for no apparent reason.
Quick scan of database looked normal
Symptoms:
-access site home page and get a blank screen
-access admin by url and get a blank screen
-cache folder is empty
-force by URL the admin-system settings and try and re-save to recreate adminmenu.php - no joy, still empty folder.
Dead duck, eh?
Well (after searching around for answers here)
1. Using PHPMyAdmin, went in to config table and set debug on.
2. that now showed a fatal error in class/xoopseditor/xoopseditor.php
on line 70...that is where a check is made for a Frameworks file
Bingo! (lightbulb on)....the last thing we did before the site went south was to upload Wordpress and Frameworks for a later installation.
Went in and deleted the Frameworks directory and...viola
The site is back alive.
Don't know why....we'll find that out later.
But the steps to solve it became simple with debug.
Just passin' it along for other rookies like me.