Bug #17257
closed404 Not Found
0%
Description
I encountered a bug while using typo3 4.1.1, whenever I save an image in RTE it give following error
Forbidden
You don't have permission to access /typo3/alt_doc.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
________________________________
Apache/1.3.37 Server at www.edimensions.in Port 80
And this version of typo3 is installed on the same server where we are using already installed version 4.0 which is working perfectly fine without such error (I m clarifying here as people have asked me to check the hosters and I changed the server, as this indicates that no issues with the apache configuration).
I have given all the permissions to alt_doc.php and alt_main.php but this error persist.
I am bothering you as there is no clue in mailing list or IRC chat, I am literally crying, please help me and if you are not the concerned person just forward this mail to the concerned one.
Thanks and Regards
info@edimensions.co.in
(issue imported from #M5516)
Updated by Bill Stoltz over 17 years ago
I was getting the same error, but not from RTE, but from saving template element. It did not matter if it was a save or just a close, I got the forbidden error on alt_doc.php.
After much trial and error I found that the problem was a syntax error in my TypoScript.
The problem with the TS below is the ":" colon after the color. There should be a space between the color and the colon.
10.emboss {
highColor = #cccccc: +30
lowColor = #cccccc: -30
}
Changing it to look like TS below fixed the problem...
10.emboss {
highColor = #cccccc : +30
lowColor = #cccccc : -30
}
I created the site under 3.8 and did not see the problem. I use the TS on several sites, all of which have been upgraded to 4.0.1 and 4.1.1 and they all have the problem, and are now all fixed.
Hope this helps to track down the bug that causes the forbidden page error.
Updated by Ingo Renner almost 16 years ago
reported to be solved in typo3.teams.bugs