Opened 8 years ago
Closed 8 years ago
#13268 closed bug (fixed)
Userguide site: clicking image does a 404
Reported by: | humdinger | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/Userguide Translator | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When clicking on an image in "Block edit" mode, it should open a window with the "Upload resources" page for that image. There you can change the image for that language by uploading a new one.
Currently (and for some time now) this results only in a:
"The requested URL /res_upload.php was not found on this server."
Example: Clicking on the first image of the Debugger tries to open
https://i18n.haiku-os.org/res_upload.php?path=userguide%2Fen%2Fapplications%2F..%2Fimages%2Fapps-images%2Fdebugger_alert.png
It should be:
https://i18n.haiku-os.org/userguide/res_upload.php?path=userguide%2Fen%2Fapplications%2F..%2Fimages%2Fapps-images%2Fdebugger_alert.png
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/haiku/userguide-translator/commit/3207e99d4f1b79f51af1ddb3d2655be750a9eb77 and deployed to the live site.