fantastico - moode not working

fantastico - moode not working

by Anthony Birch -
Number of replies: 4

I used fantastico to install Moodle.
I cannot access the start/admin page.  (http://mydomain.com/moodle

I get a server error.  The files are
installed.  What is wrong????

Below are the details of the installation that were mailed to me by the system
after the installation:

An instance of Moodle was installed on http://mydomain.com
Full installation path: /home/myusername/public_html/moodle
Public URL: http://mydomain.com/moodle/
Admin URL: http://mydomain.com/moodle/
Username: user name I made up for moodle admin only (not same as myusername used above)
Password: password I made up for moodel only
MySQL database: myusername_mdle1
MySQL user: myusername_mdle1
Time of installation: Tuesday, 05th October, 2004 @ 03:09:45 PM



Average of ratings: -
In reply to Anthony Birch

Re: fantastico - moode not working - FIXED! Hosting Vendor had solution

by Anthony Birch -

I solved this simply by asking my hosting service.  They knew about the problem.  After you use Fantastico, you need to change some files.  Here is my vendor's  solution:

-----------------------

Due to servers running via suPHP, you will receive a 500 internal server error initially. You would need to log into Cpanel, click on File Manager, then on the folder icon next to public_html, then on the folder icon next to the folder where you installed Moodle.

Now, click on the file named .htaccess there (not the icon but the file's name). In the upper right, click on the Edit link, and remove the following lines:

php_flag magic_quotes_gpc 1
php_flag magic_quotes_runtime 0
php_flag file_uploads 1
php_flag short_open_tag 1
php_flag session.auto_start 0
php_flag session.bug_compat_warn 0

Create a file in that folder called php.ini and add these lines:

suPHP_ConfigPath /home/username/public_html/moodles

magic_quotes_gpc 1
magic_quotes_runtime 0
file_uploads 1
short_open_tag 1
session.auto_start 0
session.bug_compat_warn 0

In reply to Anthony Birch

Re: fantastico - moode not working - FIXED! Hosting Vendor had solution

by Nina Dimauro -

Oh my gosh you're an absolute genius. I can't believe I found the answer to this problem. Now I just have to figure out how to set up my classroom and I'm all set. Thank you, thank you, thank you!!!!!

You're the best

Nina

In reply to Anthony Birch

Re: fantastico - moode not working - FIXED! Hosting Vendor had solution

by Miguel Ortiz -

My moodle was fine, starting year 2005,  something was wrong, Moodle becomes a warn 500, same you.

I followed your solution: Works!!!!!!

God bless you!!!!!

http://yucamedia.yucas.net

In reply to Anthony Birch

Re: fantastico - moode not working - FIXED! Hosting Vendor had solution

by Scott Smith -

Anthony,

You Rock!  Thank you ... Now on to moodling...

dss