Installation
Problem in step 5 of the instalation
Started April 21, 2011 by Antonio
I have a problem on step 5 of the instalation...When I type www.mydomain.com/admin/install.phpI got this problem Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [redacted email] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.in Cpanel I got these errors..[Wed Apr 20 22:09:00 2011] [error] [client [redacted IP address]] File does not exist: /home/kuzmanic/public_html/404.shtml[Wed Apr 20 22:09:00 2011] [error] [client [redacted IP address]] File does not exist: /home/kuzmanic/public_html/favicon.ico[Wed Apr 20 22:08:56 2011] [error] [client [redacted IP address]] File does not exist: /home/kuzmanic/public_html/500.shtml[Wed Apr 20 22:08:56 2011] [error] [client [redacted IP address]] SoftException in Application.cpp:256: File "/home/kuzmanic/public_html/admin/install.php" is writeable by groupplease .. help..
3 replies
Hi,It sounds like you have to change the permissions of the install.php file to remove write permissions from the group.You should be able to do this with your FTP or whatever other way you uploaded your files.Ryan
Make sure all files have the proper permissions. Folders should be chmod to 755 and files 644. If a file can't be written to try to change it to 744 and then 774 if it still doesn't work. Then try 777 as a last resort but if you have to do this you probably should switch hosts as that is not a very secure way.
Ryan thanx a lot ...my script has been installed successfully n both front end n back end r working well....now i need to customise my homepage ...thanx again...