PDA

View Full Version : One of three index pages coming up blank


Anonymous
03-16-2005, 07:01 PM
I have three photo blogs under my watch and two are working while the main one ( go figure ) is not.

The first two are http://jason.ignorethebox.com and http://www.pastorsphotos.com

The one that is not working is http://photos.ignorethebox.com

When the page is accessed - which worked earlier today and for the past couple of weeks - it comes up completely blank...no errors...nothing.

I have re uploaded all of the files and have tried switching between templates in the admin section - which still works fine - but nothing is working.

I am not a newbie but am stumped on this one...if you need any technical info, just ask...

T

raminia
03-16-2005, 07:19 PM
Q: There is something's wrong with my photoblog but no error appear or I see a blank page. What did go wrong? What should I do?

A: Basically PHP error reporting is off on run-time of your server. If you want to know what's wrong with your Pixelpost codes which is written in php , you should turn on the error reporting.
insert the line

error_reporting(E_ALL);

at the top of the PHP file you are using. Open the page you had problem with in the browser and see the errors. Copy/Paste the error to the forum for more help. Pay attention that by reporting errors functionality of your photoblog may be affected and do this for temporary fixing purpose only.

raminia
03-16-2005, 07:21 PM
and comment out the line read
error_reporting(0);

Anonymous
03-16-2005, 07:27 PM
ok, I added the error reporting code and now I have a list of errors all relating to files in the /homepages/9/d105930160/htdocs/pixelblog/ folder...
There are too many to paste here:
http://photos.ignorethebox.com

can you look at the page and recommend the next step?

Thank you!!!

T

Anonymous
03-16-2005, 07:47 PM
Raminia spotted the problem...sent me to the right file and line and it works! And all within 1/2 hour!!!

That kind of tech support is unheard of...thank you!

T

-okapi-
03-16-2005, 10:00 PM
@ T:
for me, it would be interesting to know, what the solution of your problem has been lately.