On Thu, 31 Jan 2008 20:29:47 -0800, Steve Sobol <[EMAIL PROTECTED]> wrote: > Hugo van der Kooij wrote: >> Eugene Pefti wrote: >> | How about using PDNS-Admin front-end? >> http://www.iguanadons.net/pdns-admin >> | I like it even more than poweradmin and webdns >> | (https://webdns.bountysource.com/) >> | >> >> pdnsadmin it is. Installing it was peanuts compared to poweradmin. > > Does pdnsadmin work with PHP 5? I'm getting tons of undefined index > errors.
I think the "solution" to this problem is quite easy: You have PHP error messages set to E_NOTICE or E_ALL while all others (apparently including the developer of this tool) have set it to PHP's default E_WARNING (or whatever higher level that suppresses standard notices like use of undefined indexes, uninitialised variables etc.) So, either fix the notices by taking a look at the code or include the line error_reporting(E_WARNING); at the top of the main file of pdnsadmin or alter your php.ini and restart apache to set this value for all of your php applications. > > > -- > Steve Sobol, Victorville, CA PGP:0xE3AE35ED www.SteveSobol.com > Geek-for-hire. Details: http://www.linkedin.com/in/stevesobol > > _______________________________________________ > Pdns-users mailing list > [email protected] > http://mailman.powerdns.com/mailman/listinfo/pdns-users -- Mit freundlichen Grüßen / with kind regards Rudolph Bott -- Megabit Informationstechnik GmbH Karstr.25 41068 Moenchengladbach Tel:02161/30898-0 Fax:-18 AG MG HRB 10141, GF: Dipl.-Ing. Thomas Tillig, Michael Benten _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
