Re: [users] VegaDNS SOA editing problem

2005-05-13 Thread Jason 'XenoPhage' Frisvold
Bob Hutchinson wrote:

>you have set E_NOTICE on so it's now displaying notices
>The function parse_soa needs to be cleaned up to cope with undefined indexes.
>It has not been fixed in later versions, so perhaps this has not appeared 
>before because something else is not set right, default soa record OK?
>  
>

Doh..  It's the E_NOTICE bit...  When I upgraded to RHES 4.0, it moved
my php.ini out of the way and put a default on in place...  A quick
modification fixed this..

Thanks for the tip..  PHP is not something I configure or program in on
a regular basis...

>HTH
>  
>

Thanks!

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of 
all programs. I do not know its name, so I will call it the Tao of Programming."



Re: [users] VegaDNS SOA editing problem

2005-05-13 Thread Bob Hutchinson
On Thursday 12 May 2005 21:35, Jason 'XenoPhage' Frisvold wrote:
> Hi all,
>
> I tried to edit an SOA record and I'm getting the following error :
>
> Notice: Undefined index: ttl in
> /usr2/webroot/sarah.emcyber.com/html/vegadns-0.9.9/src/functions.php on
> line 302
>
> Warning: Cannot modify header information - headers already sent by
> (output started at
> /usr2/webroot/sarah.emcyber.com/html/vegadns-0.9.9/src/functions.php:302)
> in /usr2/webroot/sarah.emcyber.com/html/vegadns-0.9.9/src/records.php on
> line 444
>
>
> I haven't tried editing an SOA record in a while, so I'm not sure at
> what point I lost this functionality...  I'm currently running version
> 0.9.9
>
> Any ideas?

you have set E_NOTICE on so it's now displaying notices
The function parse_soa needs to be cleaned up to cope with undefined indexes.
It has not been fixed in later versions, so perhaps this has not appeared 
before because something else is not set right, default soa record OK?

HTH
-- 
-
Bob Hutchinson
Midwales dot com
-


[users] VegaDNS SOA editing problem

2005-05-12 Thread Jason 'XenoPhage' Frisvold
Hi all,

I tried to edit an SOA record and I'm getting the following error :

Notice: Undefined index: ttl in
/usr2/webroot/sarah.emcyber.com/html/vegadns-0.9.9/src/functions.php on
line 302

Warning: Cannot modify header information - headers already sent by
(output started at
/usr2/webroot/sarah.emcyber.com/html/vegadns-0.9.9/src/functions.php:302)
in /usr2/webroot/sarah.emcyber.com/html/vegadns-0.9.9/src/records.php on
line 444


I haven't tried editing an SOA record in a while, so I'm not sure at
what point I lost this functionality...  I'm currently running version 0.9.9

Any ideas?

Thanks!

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of 
all programs. I do not know its name, so I will call it the Tao of Programming."