View Full Version : Admin page not available anymore
ampix
01-10-2008, 06:48 PM
Hi! I hope someone can help!
Here is my problem: the admin page won't show!!!!! just a blank white page. No sign-in invite.
Everything else works fine. All my site is fully functionnal . I have no clue what I did. because I made some changes this morning but I really don't see what I might have done wrong. Can someone lead me where to look or what to look for?
Thanks
Dennis
01-10-2008, 07:17 PM
reupload the admin folder through FTP
ampix
01-10-2008, 08:41 PM
Hi Dennis!
Thanks for answering my question! I did what you suggested but unfortunatly there is no change. Also, I made sure I uploaded a "fresh copy" of the admin directory directly from the PP1.7 package.
Any other idea?
dhdesign
01-10-2008, 09:26 PM
What changes did you make this morning? Were the changes made to the admin section or the front end of your photoblog?
ampix
01-11-2008, 12:55 AM
Hi dhdesign
I made some change to some addons: I added the comment_URL addons and removed the histogram addon along with the tag addon (nothing to do with the admin section). Also, I made some small modifications to my link page. That's it!
I tried to reinstate it the way it was but nothing has improved...
Thanks so much for you help and your ideas!
If you have any other clue.... let me know...
dhdesign
01-11-2008, 02:25 AM
Edit admin/index.php and change line 42 from
error_reporting(0);
to
//error_reporting(0);
then reupload it to your webserver in the /admin folder.
This will cause Pixelpost to spit out all errors and warnings to your web browser. Copy/paste these errors here, and hopefully we can find the problem.
Don't forget to change the line back when you are done.
Dennis
01-11-2008, 05:00 AM
The suggestion of dhdesign is valid but should be:
Edit admin/index.php and change line 42 from
error_reporting(0);
to
error_reporting(E_ALL);
ampix
01-11-2008, 11:39 AM
Hi Thanks again for your help!
Here is the error:
Parse error: syntax error, unexpected T_VARIABLE in /home/.ludwig/ampilon/pixel-photo.net/pod/language/admin-lang-english.php on line 498
I went to check the admin lang-english .php file: there is no such line in this file...
Dennis
01-11-2008, 12:21 PM
Please send me the file.
Dkozikowski
01-11-2008, 06:13 PM
My guess is you most likely edited the file and forgot to close the " " with a ;
Reupload correct lang file back to server - it will start to work and then you can invistigate where is problem.
Dennis
01-11-2008, 09:55 PM
I've send the file back after fixing the error. It was indeed a missing ;
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.