Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-24-2013, 01:26 AM   PM User | #1
paperino00
New Coder

 
Join Date: Nov 2011
Posts: 91
Thanks: 2
Thanked 0 Times in 0 Posts
paperino00 is an unknown quantity at this point
white page

Hello, I have been moving my website to a dedicated server but there is now a page that doesn't show anything, just a white page, I set to all all the parameters to show errors but I can't find anything nor in the apache log nor in the php output. Also syntax is correct.
how can I understand what's the problem?

thank you!
paperino00 is offline   Reply With Quote
Old 02-24-2013, 01:28 AM   PM User | #2
Celtboy
Regular Coder

 
Join Date: May 2002
Location: Virginia, USA
Posts: 620
Thanks: 0
Thanked 6 Times in 6 Posts
Celtboy is an unknown quantity at this point
what's your index.php look like? Do you have a competing, default file? (index.html, index.htm, default.html, etc) file around?

I'd want to see your apache logs or php error log. Have you tried restarting apache?
Celtboy is offline   Reply With Quote
Old 02-24-2013, 08:17 AM   PM User | #3
paperino00
New Coder

 
Join Date: Nov 2011
Posts: 91
Thanks: 2
Thanked 0 Times in 0 Posts
paperino00 is an unknown quantity at this point
Quote:
Originally Posted by Celtboy View Post
what's your index.php look like? Do you have a competing, default file? (index.html, index.htm, default.html, etc) file around?

I'd want to see your apache logs or php error log. Have you tried restarting apache?
All pages work fine but this one. apache and php log doesn't say anything about, yes i restarted httpd many times...
paperino00 is offline   Reply With Quote
Old 02-24-2013, 08:27 AM   PM User | #4
Celtboy
Regular Coder

 
Join Date: May 2002
Location: Virginia, USA
Posts: 620
Thanks: 0
Thanked 6 Times in 6 Posts
Celtboy is an unknown quantity at this point
Could you post your code? It may just be a missing ?> or similar.
Celtboy is offline   Reply With Quote
Old 02-24-2013, 03:19 PM   PM User | #5
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,493
Thanks: 44
Thanked 438 Times in 427 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by paperino00 View Post
All pages work fine but this one. apache and php log doesn't say anything about, yes i restarted httpd many times...
But did you check the normal log or the apache error log? - the error log is the one you need.

Post your code, we'll take a look. Please remember to post it wrapped in [php][/php] tags.
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:00 AM.


Advertisement
Log in to turn off these ads.