alooma Posted February 29, 2008 Share Posted February 29, 2008 i downloaded a script but i couldn't install it.I set everything correctly but just got a white screen. Is there a section to configure error reporting? How can i use it on my localhost(windows xp and apachetirad)? script:http://sourceforge.net/projects/astrospaces/ Link to comment https://forums.phpfreaks.com/topic/93716-i-cant-see-errors/ Share on other sites More sharing options...
helraizer Posted February 29, 2008 Share Posted February 29, 2008 It depends what the use of the script is. If it has a function but does not return a value then white is good because it means it worked. If you want to see errors, in your code, at the top add: error_reporting(E_ALL); ini_set("display_errors", true); That will show every type of error. Notice, Warning, Fatal etc.. Sam Link to comment https://forums.phpfreaks.com/topic/93716-i-cant-see-errors/#findComment-480195 Share on other sites More sharing options...
alooma Posted February 29, 2008 Author Share Posted February 29, 2008 thank you sam now i can see all of them Link to comment https://forums.phpfreaks.com/topic/93716-i-cant-see-errors/#findComment-480245 Share on other sites More sharing options...
alooma Posted February 29, 2008 Author Share Posted February 29, 2008 solved Link to comment https://forums.phpfreaks.com/topic/93716-i-cant-see-errors/#findComment-480248 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.