Running into blank admin.php issue (in Firefox) - IE7 actually returns a HTTP 403 Forbidden error
this is an upgrade from 9.0.6.1 to 9.2.1
there were alot of database issues (failed previous upgrade)
I've set the default theme to default
checked permissions of admin.php (644) - tried setting to 777 - no help
checked permissions of admin folder (644)
double-checked .htaccess files - all defaults from 9.2.1 package
renamed admin.php to admin1.php and updated includes/config.php - no help
renamed default theme and re-uploaded (just in case)
deactivated all blocks for admin (module -1) in the database
User accounts can login just fine, so doesn't appear to be cookie/session
admin.php?op=blocks&hideallblocks=1 actually gives me a user/password login prompt, but once I enter credentials, goes back to blank screen and does not login as admin
ugh - was typing incorrect password - after typing correct password (using hideallblocks option) getting an error:
| Quote:: |
Fatal error: require_once() [function.require]: Failed opening required 'modules/CPGNuCalendar/includes/functions.inc' (include_path='.:/usr/local/php5/lib/php') in /home/content/h/o/n/honunet/html/blocks/block-CPGNuCalendar.php on line 27
|
re-uploading CPGNuCalendar module....
OK - that did it. Obviously, I don't know how to disable blocks in the database - thought that was in cms_blocks / in_module field = -1 would be admin...
oh, I think I see the new system: cms_blocks_custom - delete all rows where mid=-1
see, just typing up a request for help is helpful here. I'll go ahead and submit this in case it might help someone else....