Quote:
Originally Posted by Marco van Herwaarden
Add the following in the top of your script:
PHP Code:
error_reporting(E_ALL & ~E_NOTICE);
This will make it not show warnings.
PS do you get this error in the default vB index.php file??
|
the info CyberAlien supplied did the trick ... no more errors .... it came to light when i checked my "webmin" error logs after a reinstall ... im useing "Version 3.6.5" and standard files.
Many thanks for your comments .. im afraid i would not know were to put this code..
Add the following in the top of your script:
[php]error_reporting(E_ALL & ~E_NOTICE);
sorry?