Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blank page

Status
Not open for further replies.

TheDust

Programmer
Aug 12, 2002
217
US
I have moved a PHP application from one server to another. The new server has much stricter ini settings. I've moved other sites over and not had problems, but with this particular application I get a blank page as soon as I try to log in. I know there's an error but I can't display it. This is what is in my .htaccess:

php_flag display_errors 1
php_flag display_startup_errors 1
php_value error_reporting 2048
php_flag log_errors 1
php_flag report_memleaks 1

What could I possibly be missing that is not allowing me to see any errors?? This is driving me up a wall. Any help would be much appreciated.
 
NOTE: There's not even a shred of source code...
 
Code?

Check in the directory where the script is for a file name "error_log". If there is one, take a look at it. Your errors may be in there.

Ken
 
It's not generating that error_log file. Anyone know how to make it so?
 
OK... well I reuploaded the .htaccess file today and now it's working. I honestly have no idea what was wrong before, but it's working now. Thank you for your help and attention.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top