RE: [users] FC3 Problem

2005-01-26 Thread Leo Gorauskas
That Worked

Thanks

-Original Message-
From: Bob Hutchinson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 26, 2005 11:14 AM
To: users@vegadns.org
Subject: Re: [users] FC3 Problem

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
-



Re: [users] FC3 Problem

2005-01-26 Thread Bob Hutchinson
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
-


[users] FC3 Problem

2005-01-26 Thread Leo Gorauskas








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

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