Server Error 500 while creating new blog if title has white spaces #1152
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#1152
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plume version:
Operating system: Debian based docker container
Web Browser: Firefox and Chromium
Error reproduction: Log in as admin or regular user and create a new blog through the dashboard. If the blog title contains white spaces I'm getting a server error. Still, the new blog is created, but it is not possible to edit it, showing the same error when I try to open.
The creation of new blogs without white spaces has not any problem.
-In the web interface:
Something broke on our side. Sorry about that. If you think is a bug, please report it. Internal server error.-In the web browser's console:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)After investigating the code, I realized that it may be due to the removal of some code in the
utirls.rsfile since version 7.2, such as the alphanumerical character checker and CamelCase converter.