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
I am not sure if this is related to the post request but Im seeing this in the log:
'error' => 'Couldn’t save entry.'
'notice' => 'Entry saved.'
in the
$_SESSION = []
that appears right after the post request data in the web.log
Am I misunderstand something? It shows an error but there are no errors displayed frontend and its also saving the entry which the notice above also says.
Steps to reproduce
Post using Guest Entry plugin
Check log
Additional info
Craft version: 3.5.18
PHP version: 7.4.14
Database driver & version: MySQL 5.7.32
Plugins & versions: Guest Entry 2.3.0
The text was updated successfully, but these errors were encountered:
Hi, thanks for reaching out. From your description, I’m not 100% sure what you’re trying to achieve, so I’m not sure if there’s a problem here or not. Are you using any events and manipulating/checking the entry before submission, and then the form is submitted even though it shouldn’t be? If that’s the case, then @jcdarwin’s tip might be something you’re after. If it’s something else, please describe what you’re trying to do and what’s not working so I can look into it.
Description
I am not sure if this is related to the post request but Im seeing this in the log:
'error' => 'Couldn’t save entry.'
'notice' => 'Entry saved.'
in the
$_SESSION = []
that appears right after the post request data in the web.log
Am I misunderstand something? It shows an error but there are no errors displayed frontend and its also saving the entry which the notice above also says.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: