Bill: /etc/php.ini: error_reporting = E_ALL it's only notice, it isn't error
for Jandre Olivier: try change error_reporting to error_reporting = E_ALL & ~E_NOTICE Mon, Jul 12, 2004 at 08:21:41AM -0700 Bill Shupp napsal: > Jandre Olivier wrote: > > >howzit guys, > > > >Im busy migrating from MS DNS ( muffassa ) to tinydns and all is > >working fine, i need to install a web interface for the support staff > >to edit records and add domains etc > > > >i installed all the requirements and did everything perfect i can log > >in add remove the domains etc, but after adding a domain or deleting > >or adding users etc > >i get the error pasted below, but it add the domain or records, but > >gives me a Undefined variable output, I checked in the install docs, > >that u must set the variables explicitly, did that! Maybe some php > >setting?, the error is in my /var/log/httpd/error.log as well > > > >i have many more of these undefined variables > > > > > > > >Error: > > > >Notice: Undefined variable: records_array in > >/var/www/html/vegadns/src/domains.php on line 256 > > > >Notice: Undefined index: username in > >/var/www/html/vegadns/src/domains.php on line 276 > > > >Warning: Cannot modify header information - headers already sent by > >(output started at /var/www/html/vegadns/src/domains.php:256) in > >/var/www/html/vegadns/src/domains.php on line 280 > > > >Thanks > > > >Jandre > > > What versions of VegaDNS and PHP are you running? I can't generate this > error... > > Thanks, > > Bill
