richcleverley
MIS
Hi all,
I have been developing a site in php, and everything is fine. However I have just uploaded it to the production server where it will be tested before launching and I am getting
error everywhere.
I know it's bad practice to ignore these messages in theory, but I know exactly how these variables are set etc. so don't want the notices to display.
In php.ini, the error reporting is set to error_reporting = E_ALL & ~E_NOTICE so I would think that the notices shouldn't display and I can't work out wjy they are.
Any way round this that anybody know?
Thanks,
Richard
I have been developing a site in php, and everything is fine. However I have just uploaded it to the production server where it will be tested before launching and I am getting
Code:
Notice: Undefined variable: propertytype in /
I know it's bad practice to ignore these messages in theory, but I know exactly how these variables are set etc. so don't want the notices to display.
In php.ini, the error reporting is set to error_reporting = E_ALL & ~E_NOTICE so I would think that the notices shouldn't display and I can't work out wjy they are.
Any way round this that anybody know?
Thanks,
Richard