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
-


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.



[users] Troubles with the Vaga dns

2005-05-13 Thread Enrique Chenu
Hi my name is Enrique and i live in Paraguay my english is not good
but i will try... I install the djbdns on my computer and i am trying
to install the vegadns  too but i have this answer... i make
everythink that the instalation guide say but this is all i have...

Warning: mysql_connect(): Can't connect to local MySQL server through
socket '/var/lib/mysql/mysql.sock' (13) in
/var/www/html/vegadns/src/connect.php on line 28
error connecting to database

Thank for your help

Enrique


Re: [users] Troubles with the Vaga dns

2005-05-13 Thread Andrea Benedetto
Try to enable in php.ini 

extension=mysql.so


bye

andrea

 - Messaggio Originale -
 Oggetto: [users] Troubles with the Vaga dns
 Da: Enrique Chenu [EMAIL PROTECTED]
 A: users@vegadns.org
 Data: 13-05-2005 20:24
 
 
 Hi my name is Enrique and i live in Paraguay my english is not good
 but i will try... I install the djbdns on my computer and i am trying
 to install the vegadns  too but i have this answer... i make
 everythink that the instalation guide say but this is all i have...
 
 Warning: mysql_connect(): Can't connect to local MySQL server through
 socket '/var/lib/mysql/mysql.sock' (13) in
 /var/www/html/vegadns/src/connect.php on line 28
 error connecting to database
 
 Thank for your help
 
 Enrique


Re: [users] Troubles with the Vaga dns

2005-05-13 Thread Jeremy Kitchen
On Friday 13 May 2005 01:43 pm, Andrea Benedetto wrote:
 Try to enable in php.ini

 extension=mysql.so

it's already enabled, or he would get an error about a call to an undefined 
function.

perhaps mysql isn't running, or you don't have php configure with the correct 
mysql socket for your system.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpXnQcyS3sPV.pgp
Description: PGP signature


Re: [users] Troubles with the Vaga dns

2005-05-13 Thread Jason 'XenoPhage' Frisvold
Jeremy Kitchen wrote:

perhaps mysql isn't running, or you don't have php configure with the correct 
mysql socket for your system.
  


I wonder if it's looking for /tmp/mysql.sock    ?

-Jeremy

  



-- 
---
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] Troubles with the Vaga dns

2005-05-13 Thread Sion Jones
Or possibly the mysql dbname, username and password are incorrect in his 
config.php?

Jason 'XenoPhage' Frisvold wrote:
Jeremy Kitchen wrote:

perhaps mysql isn't running, or you don't have php configure with the correct 
mysql socket for your system.



I wonder if it's looking for /tmp/mysql.sock    ?

-Jeremy





Re: [users] Troubles with the Vaga dns

2005-05-13 Thread Enrique Chenu
Well i will try to explain me better
i acces the site http://www.djbdnsrocks.org/ and i follow step by step
every one of the explanation there and everythink is fine after the
vegadns ok in the explanation of the vagadns i follow to step by step
the instalation guide and everythinks looks like the guide but isn`t
work the vega... i have running MySql and Php i have a fedora 3 fully
update you can see test page unther the ip http://200.15.75.94 and the
php modules and all about at http://200.15.75.94/pi.php

Thanks for all

2005/5/13, Sion Jones [EMAIL PROTECTED]:
 Or possibly the mysql dbname, username and password are incorrect in his
 config.php?
 
 Jason 'XenoPhage' Frisvold wrote:
  Jeremy Kitchen wrote:
 
 
 perhaps mysql isn't running, or you don't have php configure with the 
 correct
 mysql socket for your system.
 
 
 
 
  I wonder if it's looking for /tmp/mysql.sock    ?
 
 
 -Jeremy
 
 
 
 
 
 



Re: [users] Troubles with the Vaga dns

2005-05-13 Thread Enrique Chenu
sorry the addres is http://200.150.75.94 and http://200.150.75.94/pi.php

2005/5/13, Enrique Chenu [EMAIL PROTECTED]:
 Well i will try to explain me better
 i acces the site http://www.djbdnsrocks.org/ and i follow step by step
 every one of the explanation there and everythink is fine after the
 vegadns ok in the explanation of the vagadns i follow to step by step
 the instalation guide and everythinks looks like the guide but isn`t
 work the vega... i have running MySql and Php i have a fedora 3 fully
 update you can see test page unther the ip http://200.15.75.94 and the
 php modules and all about at http://200.15.75.94/pi.php
 
 Thanks for all
 
 2005/5/13, Sion Jones [EMAIL PROTECTED]:
  Or possibly the mysql dbname, username and password are incorrect in his
  config.php?
 
  Jason 'XenoPhage' Frisvold wrote:
   Jeremy Kitchen wrote:
  
  
  perhaps mysql isn't running, or you don't have php configure with the 
  correct
  mysql socket for your system.
  
  
  
  
   I wonder if it's looking for /tmp/mysql.sock    ?
  
  
  -Jeremy