Porl123 Posted January 13, 2009 Share Posted January 13, 2009 Recently my errors seemed to be switched off when I make a php/mysql error and it's causing a few problems. Up till now it's all been working fine, but I started a new site in a new folder and it's all seemed to stopped producing errors. Anyone know how I'd turn them back on? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/140644-files-not-producing-errors/ Share on other sites More sharing options...
uniflare Posted January 13, 2009 Share Posted January 13, 2009 There are a couple ways. one is to use the function error_reporting("E_ALL"); at the start of your script. Another is to use HTACCESS files but that requires permission/access from the server level. Link to comment https://forums.phpfreaks.com/topic/140644-files-not-producing-errors/#findComment-736021 Share on other sites More sharing options...
Porl123 Posted January 13, 2009 Author Share Posted January 13, 2009 Ah now it's working. Thanks for your help Link to comment https://forums.phpfreaks.com/topic/140644-files-not-producing-errors/#findComment-736024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.