sometimes it's ok, but sometimes white page occurs ???
Moderator: General Moderators
sometimes it's ok, but sometimes white page occurs ???
can somebody tell me why, how can i fix it ???, my code works perfectly on localhost, but on my server, some time it's ok, nothing 's wrong, but sometimes, a white page appears insteed of the right page (contain info.)
The white page means that your code contains an error. Rather than output error messages on the page, your host has chosen just to log them in the error log. Check your error log, fix the errors, then refresh your page and your information will be there.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
or, at the top of your page, add
and the errors will be displayed.
Code: Select all
error_reporting (E_ALL);