ispCP - Board - Support
PHP Errors on 1st Access - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: PHP Errors on 1st Access (/thread-11064.html)



PHP Errors on 1st Access - dwhite - 06-26-2010 10:02 AM

I finished installing ispCP, but when I enter my username and password to login to ispCP, I get the following PHP warning & error messages:

Quote:Warning: require_once(/var/www/ispcp/gui/include/class.DOMDocument.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/ispcp/gui/include/ispcp-lib.php on line 34

Fatal error: require_once() [function.require]: Failed opening required '/var/www/ispcp/gui/include/class.DOMDocument.php' (include_path='/var/www/ispcp/gui/include/htmlpurifier:.:/usr/share/pear') in /var/www/ispcp/gui/include/ispcp-lib.php on line 34

Any ideas?

class.DOMDocument.php as a file does NOT exist in /var/www/ispcp/gui/include. Obviously it should. But why isn't it in there to begin with? Where can I find the file, or is there something else I should do?

Thanks,
David


RE: PHP Errors on 1st Access - dwhite - 06-27-2010 04:39 AM

I'm not quite sure what happened, but I DO know that I was getting these errors when I went http://HOSTNAME.domain.com.

When I started to go to http://admin.HOSTNAME.domain.com (which is where I configured ispCP to be available from), it worked.

So the issue is solved.