forked from egbot/Symbiota
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 error when trying to delete a determination from a specimen record #825
Labels
Comments
I reopened this issue because suppressing the MySQL error is only meant as a temporary fix to ensure the page doesn't crash. The error in the code likely still remains. Currently working on fixing the root issue. |
github-project-automation
bot
moved this from Done
to In Progress
in Symbiota issue triage
Jan 4, 2024
egbot
added a commit
that referenced
this issue
Jan 15, 2024
* Hotfix 2023-12-28 - Checklist and Identification key Management -- Identification Key: remove unnecessary input variable sanitation that was causing issues with display of characters within key -- Remove connection sharing to avoid read-only connections being shared with ChecklistVoucherAdmin needing a writable connection - OccurrenceAccessStats: Ensure that all SQL statements are set within a condition that checks that STORE_STATISTICS is set and true - Occurrence Listing and Editor functions -- Add try-catch blocks for SQL insert statements that produce a fatal exception within PHP >v8.1 (#824, #825) -- Avoid >8.1+ deprecated warnings associated with passing null variables to string functions -- Bug interfering with Coordinate download option listed within map tab of occurrence listing page - Taxonomy and Taxon Profile Editor -- Adjust TinyMCE description editor to not convert reference link URLs to relative paths (#794) -- Fix SQL errors within taxonomy editor and loader that are now producing permanent error since 8.2 update (#823, #826) - General code adjustments -- Replace deprecated use of FILTER_SANITIZE_STRING option within filter_var function -- Sanitize integer input using filter_var and the FILTER_SANITIZE_NUMBER_INT option -- Ensure that NULLs and undefined values are not evaluated by PHP string functions -- Remove deprecated auto_detect_line_endings -- Avoid >8.1 SQL fatal errors -- Update UTF-8 and ISO-8859-1 encoding to remove deprecated utf8_decode and utf8_encode -- Block null values being used within string functions (now deprecated)
This was referenced Jan 15, 2024
Issue resolved: 1aa64b4 |
github-project-automation
bot
moved this from In Progress
to Done
in Symbiota issue triage
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ecdysis.org/collections/editor/occurrenceeditor.php
The text was updated successfully, but these errors were encountered: