Bug #22865
closedPermission denied for /typo3/alt_doc.php
0%
Description
When editing or creating new content in the backend typo3 will throw the following error:
You don't have permission to access /typo3/alt_doc.php
There are of course many ways to make a new record and to edit a record, there are some ways in which the error will not show up but the behavior is always consistent. The following flow is one of the many ways to produce the error: List mode, create new record button all the way on the top, "Click here for wizard!", text element, normal column -> error.
Other flows can be seen in the attached swf.
The problem does not exist in typo3 4.3.2! When I switch back to 4.3.2 the problem is gone.
(issue imported from #M14698)
Files
Updated by Steffen Gebert over 14 years ago
Thanks for the nice bug report with the video :)
Please check your apache log. Forbidden error shouldn't be caused by a PHP script.
As alt_doc.php works in list module, it' sounds quite tricky, yes. Do you have suhosin, which might deny access because of some (problematic) GET parameters?
At least, I think this is not directly a TYPO3 bug. Do you have tested it with another installation (on same/other server)?
Also, there have been no modifications to alt_doc.php between 4.3.2 and 4.3.3
Updated by Bart Dubelaar over 14 years ago
This issue seems to be related to the use of dynaflex
Updated by Steffen Gebert over 14 years ago
Okay, so please ask the author of dynaflex. If he/she confirms that this is a core bug, please reopen.
Thanks
Steffen