Site Admin Links Broken

Site Admin Links Broken

by Brad Meyer -
Number of replies: 3
Hi everyone, I have a pretty serious problem on hand...When I first go and login to my site, the administrative links to add users and change moodle and etc. are all broken links (ie http://myxxx.moodlexxx.edu/mymoodle/#). Any idea why?

Thanks,
Brad

P.S. Is this where I'm supposed to post problems I have or is there another forum?
Average of ratings: -
In reply to Brad Meyer

Re: Site Admin Links Broken

by Sandra King -
Hi Brad,

When my site links were broken, it was because I had them wrong in my config file (http://myxxx.moodlexxx.edu/mymoodle/config.php).

The line
$CFG->wwwroot = 'http://myxxx.moodlexxx.edu/mymoodle/';

needs to match the path to your Moodle folder exactly.

By the way...
I believe that this forum is mostly just for people discussing current events or other social things. For problems with Moodle you would usually enroll your self in "Using Moodle" , and select the forum that most reflects the type of problem you are having.

Well, I hope this helps. Good luck with Moodle.

Sandra King
In reply to Sandra King

Re: Site Admin Links Broken

by Brad Meyer -
Well, everything was correct, but here's a funny thing me and my friend figured out...If you click on "Search" below the site admin links (and don't enter anything in the field) it takes you to a "no results found" screen. On this screen, the admin links are still there, but they work! So that's a temporary fix, but we really need to get the ones on the main screen working. Any more ideas?

Thanks,
Brad Meyer
In reply to Brad Meyer

Re: Site Admin Links Broken

by Sandra King -
Check to see what the difference is in the source code for the page, where is the home page linking to vs. where is the search page linking to. The next question would be, did someone hard code the links on the front page, or are they still being pulled from the config.php file?

BTW
Did you find your way into the Main forums?

Good luck,
Sandra