discomonkey Posted January 5, 2005 Posted January 5, 2005 When I first load my page, my php script crashes when session_start() is called, however when you refresh the page or go to another page it seems to work. How can you debug session_start() to find out whats goin' on?
Daemonj Posted January 5, 2005 Posted January 5, 2005 In your .htaccess enter php_value display_errors on and when you first display the page there should be some output describing why the session could not be started. Be sure to remove that code while working on resolving the problem and when you are done. ;) "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
discomonkey Posted January 5, 2005 Author Posted January 5, 2005 it doesn't seem to be working. I'm not getting any information back. Look for yourself what my problem is: http://www.martinadesigns.com/ when you first load it its messed up, hit refresh and bam its normal
discomonkey Posted January 5, 2005 Author Posted January 5, 2005 I'll give someone $20 if they help me fix this. I understand what is happening but I can't figure out why.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.