| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jun 2006 Location: SouthWest Michigan
Posts: 323
![]() ![]() | i am dumb i edited some of my phpbb code and now all i get is a blank white page... i didn't back it up so now what can i use to replace what i deleted i don't really want to have to restart all of the work and money i have spent into getting the forum running... what should i do
__________________ PM me if you want your links in my signature : ) |
| |
| | #2 (permalink) | ||||
| DNOA Certified Seller ![]() Join Date: Apr 2005 Location: Arizona
Posts: 3,680
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ Nombrex.com | ||||
| |
| | #5 (permalink) |
| Senior Member Join Date: Aug 2006 Location: Australia
Posts: 1,357
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | have you looked in the error log/s to see what is causing the white page?
__________________ Dolphins OMFG! BeZazz [US/UK] Low Cost Friendly Hosting 33% Discount Coupon 33-NPS |
| |
| | #6 (permalink) | ||||
| New Member Join Date: Mar 2007
Posts: 16
![]() |
best advice there is. if you have shell access, use tail -5 (your log file, mine would be /var/www/vhosts/DOMAIN/logs/error.log) and reload the page you honestly probably left out a semi colon or a quote or a bracket or something really trival | ||||
| |
| | THREAD STARTER #7 (permalink) |
| NamePros Regular Join Date: Jun 2006 Location: SouthWest Michigan
Posts: 323
![]() ![]() | this is what my error log said Error Log Last 300 Error Log Messages in reverse order: [Wed May 30 14:56:13 2007] [error] [client 24.57.73.197] File does not exist: /home/graphixm/public_html/404.shtml [Wed May 30 14:56:13 2007] [error] [client 24.57.73.197] File does not exist: /home/graphixm/public_html/favicon.ico [Wed May 30 09:25:39 2007] [error] [client 66.249.73.99] File does not exist: /home/graphixm/public_html/404.shtml [Wed May 30 09:25:39 2007] [error] [client 66.249.73.99] File does not exist: /home/graphixm/public_html/robots.txt so what does this mean
__________________ PM me if you want your links in my signature : ) |
| |
| | #10 (permalink) |
| NamePros Regular Join Date: Oct 2006 Location: Netherlands
Posts: 370
![]() ![]() ![]() | That doesn't mean anything. That's your access log. You need to see the PHP error. Some forum software have a debug mode you can turn on, or try to find the line error_reporting(0) and disable it. If you can't find that either try adding error_reporting(E_ALL) to your index.php |
| |