I've installed moodle (to the best of my ability) on a Linux/PHP/MySQL platform. I went through the steps:
1) created the database
2) edited config.php, setup .htaccess for server variables
3) set up the Cron job, but can't get the system to load.
4) ran the database setup at /moodle/admin and can view it in PHPMyAdmin
When I load the main site, I get the following page of stuff:
category) { if ($courseusers = get_course_users($course->id, "u.lastaccess DESC")) { foreach ($courseusers as $courseuser) { $users[$courseuser->id] = "$courseuser->firstname $courseuser->lastname"; } } if ($guest = get_guest()) { $users[$guest->id] = "$guest->firstname $guest->lastname"; } } if (isadmin()) { if ($ccc = get_records("course
and can be seen at: http://www.ifta.org/moodle/
The page of junk loads for a few seconds, and then resolves to a 404 error in German???.
Any suggestions would be appreciated.