PDA

View Full Version : New MyDNS Install Errors


timgerr
28th February 2006, 15:23
Getting these errors when using the latest version of MyDNS, I made sure the www-data own the files too.

Thank you for any help.

Warning: load(/var/www/lib/classes/db_mysql.inc.php): failed to open stream: No such file or directory in /var/www/mydnsconfig/lib/app.inc.php on line 76

Warning: load(): Failed opening '/var/www/lib/classes/db_mysql.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/mydnsconfig/lib/app.inc.php on line 76

Fatal error: Cannot instantiate non-existent class: db in /var/www/mydnsconfig/lib/app.inc.php on line 43

till
28th February 2006, 18:09
Please correct the path variable in /var/www/mydnsconfig/lib/config.inc.php. The correct path is: /var/www/mydnsconfig and not /var/www

rcarneiro
2nd July 2008, 00:36
OS: OpenBSD 4.3
Apache: 1.3.29
PHP: 5.2.5
MySQL: 5.0.51

Error:

PHP Warning: app::include_once(/var/www/htdocs-ssl/mydns/lib/classes/db_mysql.inc.php) [<a href='function.app-include-once'>function.app-include-once</a>]: failed to open stream: No such file or directory in /htdocs-ssl/mydns/lib/app.inc.php on line 76

PHP Warning: app::include_once() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/htdocs-ssl/mydns/lib/classes/db_mysql.inc.php' for inclusion (include_path='.:/pear/lib:/var/www/pear/lib') in /htdocs-ssl/mydns/lib/app.inc.php on line 76

PHP Fatal error: Class 'db' not found in /htdocs-ssl/mydns/lib/app.inc.php on line 43

Config:

$conf["rootpath"] = "/var/www/htdocs-ssl/mydns";

What a hell is it... :mad:

I thank you very much in advance.

Best regards.

falko
2nd July 2008, 13:40
What's the value of include_path in your php.ini?