Fix error handling on tag limits #1

Closed
opened 2025-01-27 01:42:38 +00:00 by jordanwalster · 1 comment

When hitting the tag limit of 7, it correctly stops the tag from being added but throws a mixed success and error to the user.

<br />
<b>Warning</b>:  SQLite3Stmt::execute(): Unable to execute statement: Cannot insert more than 7 tags. in <b>/var/www/html/functions/tagging/create_tag.php</b> on line <b>12</b><br />
Tag added successfully!

image

When hitting the tag limit of 7, it correctly stops the tag from being added but throws a mixed success and error to the user. ``` <br /> <b>Warning</b>: SQLite3Stmt::execute(): Unable to execute statement: Cannot insert more than 7 tags. in <b>/var/www/html/functions/tagging/create_tag.php</b> on line <b>12</b><br /> Tag added successfully! ``` ![image](/attachments/564bf329-f11f-494f-8c7a-daa3635e1dca)
jordanwalster added this to the Version 0.0.9 project 2025-01-27 01:42:38 +00:00
jordanwalster added the
Priority
Low
label 2025-01-27 01:46:59 +00:00
Author
Owner

This has been fixed in v0.0.4

This has been fixed in v0.0.4
jordanwalster added this to the Version 0.1.0 milestone 2025-04-19 05:18:27 +01:00
jordanwalster modified the milestone from Version 0.1.0 to Version 0.0.9 2025-04-19 05:20:20 +01:00
jordanwalster modified the milestone from Version 0.0.9 to Version 0.0.8 2025-04-19 05:21:14 +01:00
Sign in to join this conversation.
No description provided.