I am having a problem at the following address during Moodle 1.7 install on a subdomain on a Network Solutions webhost:
http://moodle.onthegopro.com/admin/index.php
(the subdomain "moodle" is pointing to: www.onthegopro.com/moodle )
The problem has to do with the "dirroot" configuration in config.php. The error on the admin/index.php tells me to set the "dirroot" to "..", however, once I do this, and PUT the index.php file back where it was, and return to the admin/index.php page, I get further PHP errors as follows:
Warning: main(/adminlib.php) [function.main]: failed to open stream: No such file or directory in /data/9/0/128/63/617226/user/629628/htdocs/moodle/admin/index.php on line 25
Fatal error: main() [function.require]: Failed opening required '/adminlib.php' (include_path='.:/usr/services/vux/lib/php') in /data/9/0/128/63/617226/user/629628/htdocs/moodle/admin/index.php on line 25
Can someone help me with this? Thank you in advance.
In reply to Justin Gatewood
Re: Moodle 1.7 install prob - Network Solutions
by Visvanath Ratnaweera -
Looks like a misconfiguration of the webserver for me.
You host www.onthegopro.com and moodle.onthegopro.com on the same IP-address. Both webservers have identical headers (Server: Apache/1.3.37 (Unix) (Gentoo) FrontPage/5.0.2.2634 ApacheJServ/1.1.2 mod_auth_pam/1.1.1). I gather they are two virtual servers on the same Apache instance.
Are they also two different accounts from the hoster, or did you edit httpd.conf yourself?
You host www.onthegopro.com and moodle.onthegopro.com on the same IP-address. Both webservers have identical headers (Server: Apache/1.3.37 (Unix) (Gentoo) FrontPage/5.0.2.2634 ApacheJServ/1.1.2 mod_auth_pam/1.1.1). I gather they are two virtual servers on the same Apache instance.
Are they also two different accounts from the hoster, or did you edit httpd.conf yourself?