On Wednesday 26 Jan 2005 18:29, Leo Gorauskas wrote:
> I recently installed VegaDNS on a Fedora Core 3 machine and I am having
> some php errors:
>
>
>
> Notice: Undefined index: ttl in /var/www/html/vegadns/src/functions.php on
> line 296

edit php.ini

error_reporting  =  E_ALL & ~E_NOTICE
display_errors = Off
log_errors = On
error_log = /var/log/php.log

then create the log
touch  /var/log/php.log

restart apache

and make sure it is getting written to

>
> Warning: Cannot modify header information - headers already sent by (output
> started at /var/www/html/vegadns/src/functions.php:296) in
> /var/www/html/vegadns/src/records.php on line 444
>
>
>
> I followed the installation instructions and set all the php flags
> correctly. Has anyone experienced similar problem?
>
>
>
> Although I get the error messages, the record that I am trying to edit does
> get modified.
>
>
>
> Thanks,
>
>
>
> Leo Gorauskas

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

Reply via email to