problems in dirroot

problems in dirroot

by Joan Queralt -
Number of replies: 3

I'va been having problems in config.php. Look at this error:

Error detected in config.php

Error in: $CFG->dirroot = 'http://suporttelemat.webcindario.com';

Try this: $CFG->dirroot = '/home/webcindario/suporttelemat';

But when I change dirrot I keep on having the same error.

What should I write in dirroot?

 

Average of ratings: -
In reply to Joan Queralt

Re: problems in dirroot

by Kris Gonnissen -

In my config.php I have something like this:

$CFG->dirroot   = "/home/virtual/site1921/fst/var/www/html/elo";

I think, you should ask your provider the exact path to your (virtual) site...

In reply to Joan Queralt

Re: problems in dirroot

by John Gone -
Try something like this:
d:\inetpub\sites\www.yoursite.com\web\yourmoodlesite
Mileage may vary depending on details, good luck.
John
In reply to Joan Queralt

Re: problems in dirroot

by Joan Queralt -
Thank you all. I finally could solve the problem (there was a bug in admin.php), run config.php and I have Moodle running in my free server.