PDA

View Full Version : admin screen blank


dankster
05-13-2007, 09:08 PM
so i go to log into my admin page to delete spam comments, and the admin page is blank. all other pages (non admin) work and pictures are there but all of a sudden the admin section is blank.

any ideas?

jaywilliams
05-13-2007, 09:30 PM
Open up admin/index.php and edit line #45, so it says:
error_reporting(E_ALL);

Then try again.
It should now echo out the error causing the problem.

dankster
05-13-2007, 10:14 PM
Notice: Undefined index: x in /home/9605/domains/dontlinkhere.com/html/admin/pass_recovery.php on line 7

Notice: Undefined index: pp_user in /home/9605/domains/dontlinkhere.com/html/admin/index.php on line 129

Notice: Undefined index: x in /home/9605/domains/dontlinkhere.com/html/admin/index.php on line 138

Notice: Undefined index: x in /home/9605/domains/dontlinkhere.com/html/admin/index.php on line 164

Notice: Undefined index: view in /home/9605/domains/dontlinkhere.com/html/includes/functions.php on line 593

Notice: Undefined variable: pinglist in /home/9605/domains/dontlinkhere.com/html/addons/admin_ping.php on line 116

Notice: Undefined variable: Exif_Msg in /home/9605/domains/dontlinkhere.com/html/addons/admin_update_exif.php on line 63

Notice: Undefined variable: Exif_Msg in /home/9605/domains/dontlinkhere.com/html/addons/admin_update_exif.php on line 64

Notice: Undefined index: x in /home/9605/domains/dontlinkhere.com/html/addons/admin_autoresize.php on line 17

Notice: Undefined variable: cfgrow in /home/9605/domains/dontlinkhere.com/html/addons/admin_akismet_comment.php on line 19

Notice: Undefined variable: cfgrow in /home/9605/domains/dontlinkhere.com/html/addons/admin_akismet_comment.php on line 20

Notice: Undefined index: view in /home/9605/domains/dontlinkhere.com/html/addons/admin_akismet_comment.php on line 298

Notice: Undefined index: view in /home/9605/domains/dontlinkhere.com/html/addons/admin_akismet_comment.php on line 305

Fatal error: Cannot redeclare crop_image12_make_ready() (previously declared in /home/9605/domains/dontlinkhere.com/html/addons/admin_12CropImage.php:81) in /home/9605/domains/dontlinkhere.com/html/addons/admin_12CropImage.php on line 79

jaywilliams
05-14-2007, 12:44 AM
The 12CropImage addon is causing the problem.

If you remove that file, it should work.

dankster
05-14-2007, 01:06 AM
ok seems to have worked.... is there anything i should do for those other errors? is it slowing down my pixelpost? (cuz i think its slow)

jaywilliams
05-14-2007, 01:36 AM
No, there really isn't anything that you can do for those warnings.

Just set #45, back to:
error_reporting(0);