PDA

View Full Version : I Overwrote my old index file


beerad
08-08-2005, 08:32 PM
Hey,

I saw a few post about a blank index page but none of them helped me. I was messing around with my comment system. I was also in the index file and uploaded that file to my server and now my site is blank. I still have all information in in my admin panel just nothing is being sent out.

http://www.bradchmielewskiphoto.com/

I can get something if I go right to the template file
http://www.bradchmielewskiphoto.com/templates/freenik/image_template.html

PHP-version 4.3.10 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.1.13a-Debian_1-log (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib bundled (2.0.28 compatible) with JPEG support
Server software Apache/1.3.31 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.3.10 mod_ssl/2.8.19 OpenSSL/0.9.6c
EXIF Pixelpost is using exifer v1.5 for EXIF information.
Image Directory: OK - Can we write to the directory? YES.
Thumbnails Directory: OK - Can we write to the directory? YES.
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK


If you have any idea on how to get the page back up please let me know.

Thanks In advance.

beerad
08-08-2005, 09:07 PM
This has helped
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);
and comment out the line read
error_reporting(0);

The trouble I think is messing around with two version of pixelpost

beerad
08-08-2005, 09:19 PM
Got it back and working! Yeah!

blinking8s
08-09-2005, 03:51 AM
Got it back and working! Yeah!
coolness!