SoftException in Application.cpp:252: File
"/home/mysite/public_html/myforum/install/index.php" is writeable by group
SoftException in Application.cpp:252: File is writeable by group
If you're getting this error then it is related to not having a file chmod'ed to
0755.
Simply change the permissions on the file to 755.
You do not need the file or folder permissions to be 777
SoftException in Application.cpp:544: Directory
"/home/mysite/public_html/myforum/install" is writeable by group, referer:
It "suggests" that "777" be the permissions-mask, but that's only a suggestion,
since some servers prohibit such a high level. You may find that your server
allows only a max of 755.
403.shtml, referer:
http://mysite.com/myforum/install/index.php?mode=install⊂=advanced
http://joshhighland.com/blog/2009/01/18/troubleshooting-softexception-in-applicati
oncpp544/
I checked the directory location from the 500 error, and I saw that it’s
permissions were 777, world writable. I changed the directories permissions to
755, and Apache was happy again and let the code run.
Simple as that. My new Apache install won’t run code that is in a public folder.
This is a good thing for sure. If you are having issues like I was, check your
permissions, and be careful what is 777!
403.shtml, referer:
Well the actual error is the 403 error. The 404 error is because it's trying to load an error page to show like error.html but it can't find one.
< html >
< head>
< title>Your Domain Name - 403 Error - Permission Denied< /title>
< /head>
< body>
< h1>403 - Permission Denied< /h1>
< p>
< blockquote>
You do not have permission to retrieve the URL or link you requested,
< b>< /b>< p>
Please inform the administrator of the referring page, < b>
< a href="< /a>
< /b> if you think this was a mistake.
< /blockquote>
< /body>
< /html>
404.shtml
< html>
< head>
< title>Your Domain Name - 404 Error - Document Not Found< /title>
< /head>
< body>
< h1>404 - Document Not Found< /h1>
< p>
< blockquote>
The requested object or URL, < b>< /b>
was not found on this server.< p>
The link you followed is either outdated, inaccurate, or the server has been
instructed not to let you have it.< p>
Please inform the administrator of the referring page,
< a href="< /a>.
< /blockquote>
< /body>
< /html>
500.shtml
< html>
< head>
< title>Your Domain Name - 500 Error - Malformed Header< /title>
< /head>
< body>
< h1>500 - Malformed Header< /h1>
< p>
< blockquote>
The server encountered an internal error or misconfiguration and was unable
to complete your request.< p>
Please contact the administrator, of
< a href="< /a>,
and inform them of the time the error occurred, and anything you might have
done that may have caused the error.
< p>
Error: HTTPd: malformed header from script
< b>< /b>
< p>
< /blockquote>
< /body>
< /html>
i am still getting
http://www.mysite.com/myforum/install/
Forbidden
You don't have permission to access /myforum/install/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
http://www.mysite.com/myforum/install/index.php?mode=install&sub=create_table
Forbidden
You don't have permission to access /myforum/install/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
phpbb is sucking real bad