anatak Posted November 5, 2007 Share Posted November 5, 2007 Hello, I am using wamp and it has worked very well untill a few days ago. suddenly I do get a lot less errors. This is not because I became a better programmer. for some reason wamp does not show errors like undefined variable. This is a real pain for me. If I make a type in a variable it does not give me back an error. Before it used to do this. Other errors are still being reported like trying to use a function that does not exist. Can anyone help me get wamp to display all the errors and warnings ? I am also using ADODB. I checked the wamp settings and show errors is on. kind regards anatak Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 5, 2007 Share Posted November 5, 2007 What is the error_reporting level to set to. For all errors it should be set as E_ALL and not something like: E_ALL ^ E_NOTICES Quote Link to comment Share on other sites More sharing options...
anatak Posted November 6, 2007 Author Share Posted November 6, 2007 Hello, Where can I look / change the error_reporting level ? Is it possible to do this with the wamp interface or do I have to look in the config files ? I don't have my laptop with me and I don't have internet at home yet so that is why I ask the question. I ll try to look for it tonight when I am home. thanks a lot for the help. I did not think about the error_reporting level. anatak Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 6, 2007 Share Posted November 6, 2007 You'll have to edit the php.ini. I don't think wamp has an interface for changing the error_reporting level. NOTE: When you change the php.ini you must restart WAMP in order for the changes to come into affect Quote Link to comment Share on other sites More sharing options...
anatak Posted November 7, 2007 Author Share Posted November 7, 2007 Hello Wildteen, Thank you for the help. I found it, changed the php.ini file and everything works normally now. I wonder how the change was made. I don't remember that I edited the php.ini file. anyway for people who are using wamp 1 click on the wamp icon and then go to config(uration) files select php.ini and edit the error_reporting variable 2 click on the wamp icon and go to php options make sure that you have show errors on restart services and then everything should be fine topic closed anatak Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.