On Saturday 26 Nov 2005 14:05, Sanjay Arora wrote:
> List:
>
> Despite the following errors...additions/deletions seem to be
> happening...how to rectify these? Lesser number of errors after
> upgrading from 9.9 but still getting these..
>
> Errors adding new account
>
> Notice: Undefined variable: account_info
> in /home.www/html/vegadns/src/check_account_data.php on line 50
>
> Warning: Cannot modify header information - headers already sent by
> (output started at /home.www/html/vegadns/src/check_account_data.php:50)
> in /home.www/html/vegadns/src/users.php on line 190
>
> Errors deleting domain
>
> Notice: Undefined variable: domain
> in /home.www/html/vegadns/src/domains.php on line 423
>
> Warning: Cannot modify header information - headers already sent by
> (output started at /home.www/html/vegadns/src/domains.php:423)
> in /home.www/html/vegadns/src/domains.php on line 424
>
> Erros adding a domain
>
> Notice: Undefined index: username
> in /home.www/html/vegadns/src/domains.php on line 346
>
>  Warning: Cannot modify header information - headers already sent by
> (output started at /home.www/html/vegadns/src/domains.php:346)
> in /home.www/html/vegadns/src/domains.php on line 350
>
> With regards.
> Sanjay.

I use this at the top of index.php:

// ini_set('error_reporting', E_ALL ^ E_NOTICE);
ini_set('error_reporting', E_ALL);

use the top one for production (uncommented of course) and the bottom one for 
development purposes.
These are notices only, and will not normally interfere with the running of 
the program, they tell you which line the problem is on and you are of course 
free to fix them ;-)



-- 
-----------------
Bob Hutchinson
Midwales dot com
-----------------

Reply via email to