Bug #17331
closedNew Subcategory Returns Service Unavailable
0%
Description
If I click on a category folder in the and then choose "new subcategory" (URL #2) from the pop-up menu the page that loads says service unavailable, 503 error. However, if I use the list view and select the Media folder in the page tree and then click on the, "new record" (URL #1) form the, "media category", I get a good new subcategory web form page.
URL #1 (works)
http://boats.piap.com/typo3/alt_doc.php?returnUrl=db_list.php%3Fid%3D34%26table%3D&edit[tx_dam_cat]34=new
Eric
(issue imported from #M5680)
Updated by Eric Blom over 17 years ago
TYPO3: 4.1.1
dam 1.0.100
dam_tweaks 0.0.0
dam_catedit 1.0.5
dam_index 1.0.100
dam_info 1.0.100
dam_downloads 1.1.0
dam_fileicons 0.0.0
Updated by Eric Blom over 17 years ago
This looks like it may not be a DAM issue. I've discovered that I also get this error when creating a, "mail form", but, not any other content element. Is it possible to change the category for this issue?
Updated by Sven G¤hle over 17 years ago
"Is it possible to change the category for this issue?"
Can you please give us more details (examples) what you want change and how?
Thnx.
Updated by Eric Blom over 17 years ago
"Is it possible to change the category for this issue?"
I should have been more precise. Since this error also occurs with the mail form content element I was wondering how the category for this mantis issue could be changed from tx_dam to TYPO3 Core (or whatever is most appropriate).
Thanks,
Eric
Updated by Eric Blom over 17 years ago
Some more information on this problem.
When in the Media -> File: List view there are seven icons for each file. Some of these icons work while others do not.
Edit Record: works
View File: works
Edit File: not click-able
Display Information: works
Rename: Service Temporarily Unavailable
Replace File: Service Temporarily Unavailable
Delete: Service Temporarily Unavailable
I also tried the batch edit operations; copy, move, and delete all generated Service Temporarily Unavailable errors.
Updated by Eric Blom over 17 years ago
I think I've tracked the problem down to the returnUrl parameter. If I remove it from the URL and reload the page that said, "Service Unavailable" the page loads properly. I've tried this for the new category and rename links.
The followign is the returnUrl parameter I removed from the rename URL.
&returnUrl=http%3A%2F%2Fpiap.com%2Ftypo3conf%2Fext%2Fdam%2Fmod_file%2Findex.php
The following is the returnUrl parameter I removed from the new category URL.
returnUrl=http%3A%2F%2Fpiap.com%2Ftypo3conf%2Fext%2Fdam_catedit%2Fmod1%2Findex.php&
Eric
Updated by Michiel Roos almost 17 years ago
Hum . . .
Since I'm not a core member . . .can someone 'unassign' me please?
Cheers,
Michiel
Updated by Bernie Pfister about 16 years ago
Double Encoding:
I think it has to do that the return url has double encoded characters, instead of HEX encoded: ie "%252F" instead of "%2F" for the / character.
I've lodged a new bug report 0009572.