You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editing (or deleting) a previously created post (on the post page itself and on the main page) with the edit button below the post item.
I encountered this error:
Not an error, but the entry could not be found and I got redirected to the goneContent()-Page:
"Sorry, this content isn't here anymore."
This error only seems to occur with Entries/Posts (/entry/edit/5dcf46fd-6752-4a29-b668-70747533c298/) and not with the other types like Status (/status/edit/cf62a311-5e82-45a0-9086-b3aa09997e2e).
I modify the regex for the route »\IdnoPlugins\Text\Pages\Edit« and »\IdnoPlugins\Text\Pages\Delete« in the file IdnoPlugins/Text/Main.php by adding the character "-" to be able to match UUIDs »/entry/edit/([A-Za-z0-9-]+)/?«.
After the change the modifying and removing of posts was possible again.
While trying to do this:
Editing (or deleting) a previously created post (on the post page itself and on the main page) with the edit button below the post item.
I encountered this error:
Not an error, but the entry could not be found and I got redirected to the goneContent()-Page:
"Sorry, this content isn't here anymore."
This error only seems to occur with Entries/Posts (/entry/edit/5dcf46fd-6752-4a29-b668-70747533c298/) and not with the other types like Status (/status/edit/cf62a311-5e82-45a0-9086-b3aa09997e2e).
Versions:
php: 8.0.2
known: 8844e8a (2021-02-10)
Possible Fix:
I modify the regex for the route »\IdnoPlugins\Text\Pages\Edit« and »\IdnoPlugins\Text\Pages\Delete« in the file IdnoPlugins/Text/Main.php by adding the character "-" to be able to match UUIDs »/entry/edit/([A-Za-z0-9-]+)/?«.
After the change the modifying and removing of posts was possible again.
Related Commit in idno/text@59f7d8c
The text was updated successfully, but these errors were encountered: