Ticket #121 (closed defect: fixed)
Some Admin Options not retrieved when updating
| Reported by: | anonymous | Owned by: | mike |
|---|---|---|---|
| Priority: | high | Milestone: | 1.0 |
| Component: | Administration | Version: | 1.0b3 |
| Severity: | normal | Keywords: | settings |
| Cc: |
Description
admin/plog-options.php In Admin > Options tab, some options are not retrieved and have to be remembered and set again each time.
A few of these are: Use Cropped Square Thumbnails? Allow Compressed Recursive Downloads? Allow User Comments? (will override individual settings) Allow Auto Print? Generate Cruft-Free URLs (requires mod_rewrite)
Possibly all of the 'checked' type.
Change History
comment:2 Changed 4 years ago by anonymous
Update: This behavior is in Opera, but not Firefox.
Checking the HTML Source I see this: <input type="checkbox" name="square_thumbs" value="1" CHECKED/>
That's not what the page displays however. It's unchecked, at least in Opera. There should be a space after 'CHECKED' for it to render properly. Otherwise, the settings are unset/unchecked again once Update Options is pressed.

Are you sure this is in Beta 2? I've never seen this problem before, however I wouldn't be surprised if this was happening in the latest development version.