akeeba / panopticon

Self-hosted site monitoring and management
GNU Affero General Public License v3.0
42 stars 20 forks source link

Double radio buttons for "Send email on success" in backup options #849

Closed Martin511 closed 2 days ago

Martin511 commented 2 weeks ago

Due diligence

Describe the bug

In the backup options area, there are 2 radio buttons with exactly the same name.

Reproduction instructions

  1. Go to backup options

Expected behaviour

The names should be different.

Actual behaviour

The names are the same.

Screenshots

Screenshot 2024-11-12 091519

Panopticon version

1.3.0

PHP version

8.2

Database type

MySQL

Database version

unknown

Browser

Firefox

Browser version

No response

Additional information

No response

brianteeman commented 2 weeks ago

This is what I see image

Martin511 commented 2 weeks ago

Hello Brian, I have cleared the cache and deleted cookies and tested with a different browser - still showing the same label twice. I have no explanation for this.

nikosdion commented 2 weeks ago

Assuming that you are using the English language, I believe that something may have not been updated.

Download the latest version's ZIP file and extract it locally.

Upload all of the extracted files into your existing Panopticon installation.

Delete the files and folders under the tmp and cache folders.

Martin511 commented 2 weeks ago

👍 It was the tmp directory. Deleting all files and folders there solved it.

nikosdion commented 2 weeks ago

The good news is that the update code in 1.3.0 will remove the contents of the tmp directory after upgrading to a newer version :)

Martin511 commented 2 weeks ago

That makes sense. Thank you.