Forums | Mahara Community
Support
/
Mahara 1.2.6
02 September 2010, 6:38
Hi
I have installed 1.2.6
I am only getting the Intenal Server Error message.
I notice that there is no .htaccess file to modify.
Is tehre something I might not be doing right?
Any ideas?
Thanks
02 September 2010, 17:38
Hi Adrian,
Are you seeing anything in the error log of your web server?
Cheers,
Francois
02 September 2010, 19:34
Hi Francois
Yes I have copied the error log from my cpanel, but not really sure of what it is trying to tell me other than I understand it is not finding what it is looking for. I guess from that I have an address in the config.php or a permission incorrect.
Here is the error logs of my last launch .
[Fri Sep 03 06:34:06 2010] [error] [client 120.17.95.174] File does not exist: /home/learning/public_html/404.shtml
[Fri Sep 03 06:34:06 2010] [error] [client 120.17.95.174] File does not exist: /home/learning/public_html/favicon.ico
[Fri Sep 03 06:34:05 2010] [error] [client 120.17.95.174] File does not exist: /home/learning/public_html/500.shtml
[Fri Sep 03 06:34:05 2010] [error] [client 120.17.95.174] SoftException in Application.cpp:544: Directory "/home/learning/public_html/mahara" is writeable by group
I hope you can shed a light on this for me.
Many thanks
Adrian
02 September 2010, 21:07
Looks like a simple permission problem.
You may need to do something like:
sudo chmod -R g-w /home/learning/public_html/mahara
Cheers,
Francois