Project

General

Profile

Actions

Bug #17257

closed

404 Not Found

Added by Monis about 17 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-04-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


(issue imported from #M5516)

Actions #1

Updated by Bill Stoltz about 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.

Actions #2

Updated by Ingo Renner over 15 years ago

reported to be solved in typo3.teams.bugs

Actions

Also available in: Atom PDF