-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Error 500 When Saving a Marketing Message Using "Save and Close" Button #14469
Comments
Thanks for flagging up the bug, @shinde-rahul - hopefully an easy one to fix! |
@shinde-rahul Can I get this to develop? Or are you working on it @RCheesley ? |
I'm not, @developerluanramos - please go ahead. If it's only affecting 6.0 please make the PR on the 6.x branch. Thanks! |
So, lets rock! |
I parked this for next week, and it would be great if you, @developerluanramos, could pick it up and get started. |
Great! I will fix it during this weekend. |
Hey guys! Well, I could not find the reported bug. I have tried so many different data combinations in the form, but all of them is right. I created some Marketing Messages to try simulate the bug, but its not happening with me. Could you provide more information about the last form state with user data when this error ocurred ? |
@shinde-rahul @RCheesley Do you have some news about this? |
@developerluanramos are you definitely using the 6.x branch when you're testing? |
@RCheesley yes! I am using the 6.x branch. Take at look this printscreen. |
@developerluanramos, I see the bug fixed here: #14489, and it was not tagged for this issue. |
I am closing this issue. |
|
Mautic Series
6.0.x series
Mautic installed version
6.x
Way of installing
I cloned the Mautic repo (not recommended or supported)
PHP version
8.3.14
What browsers are you seeing the problem on?
No response
What happened?
When attempting to create a marketing message and clicking the "Save and Close" button or opening the details page for marketing message, the following error occurs:
Proposed Fix
The issue might be resolved by updating the code at the following location:AbstractStandardFormController.php#L769.
Replace the existing line with:
How can we reproduce this issue?
Step 1: Go to Marketing Messages.
Step 2: Create a new marketing message by filling in the required details.
Step 3: Click on the "Save and Close" button.
Step 4: Observe the error message displayed.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: