#2031 closed defect (fixed)
Import function stops with blank page
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.10 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
It seems like the "Import" functionality is broken (at least partially). Clicking the import buttons brings up a dialog with a list of plug-ins/file formats to choose from. Selecting a specific plug-in and file format and clicking "Next" display an empty page with no error message. Opening the debug tools in Firefox reveals a "404 Not found" message in the "Network" tab.
This seems to happen at my development machine only. On the production server the next page is displayed correctly.
Change History (2)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
(In [7201]) Fixes #2031: Import function stops with blank page
Seems like the redirect URL to the new dialog was not generated correctly. Encoding is needed on all string parameters. Don't know why the production server is not affected. Maybe Apache is fixing things...