HELP: I keep getting a warning message

HELP: I keep getting a warning message

by Charlotte Millington -
Number of replies: 2

I am SO frustrated! I've installed php programs before and I've always been able to figure it out - but Moodle has me stumped.

I've uploaded the files for Moodle twice now, in the vain hopes that something got glitched, but it seems to be something else because I keep getting this message:

Warning: main(./lib/adodb/adodb.inc.php): failed to open stream: No such file or directory in /var/www/html/students/moodle/install.php on line 78

Fatal error: main(): Failed opening required './lib/adodb/adodb.inc.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/students/moodle/install.php on line 78

Can anybody help me figure this out? If you need to view the site, you'll need to login. The username and password is "admin".

Thank you!

Charlotte

Average of ratings: -
In reply to Charlotte Millington

Re: HELP: I keep getting a warning message

by Brian Koontz -
Charlotte--

Have you checked file permissions and ownerships?  You didn't say what platform you're running on, but you need to make sure all of your php files are readable by whatever username your web server runs under.

  --Brian