-
Notifications
You must be signed in to change notification settings - Fork 6
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: secret key is missing in the request #7
Comments
Try to delete the task and create it again. |
Thank you so much @escopecz. It worked perfectly. You are a true hero! 👍 |
Awesome! I'll have to figure out why it's having problems in the first place. But I'm glad you can get going now :) |
Yes, thank you for your valuable support! :) |
@escopecz thank you, its worked here |
@escopecz. Well, John I don't think I agree with you to the point that cronfig is just dumb and more complicated than it should've been. And the reason why is simple. First because everything is relative in life, and second because you are comparing "now and before". Obviously, as human being we always have preference when we compare two things. Anyway, enough rumbling here. Good job and thank you very much for this instead. I am actually getting this same "secret key missing" error and I was wondering if this comes from the fact that the installation documentation does not at some point change the owner of the CronfigBundle folder to www-data? |
@Rol-a thanks. Could you double-check that this did not work for you?: Try to delete the tasks, log out of Cronfig, log out of Mautic, log back in to both and create the jobs again. |
@escopecz. It works now. |
The error is coming only in the Update Segment Cron Job and the rest 2 basic ones are running beautifully.
Here is Job Output:
error: secret key is missing in the request
Here are the Job Request Headers:
I think this error is generated by the PublicController.php file in the Controller folder.
Here is the code which generates this error.
I think the 1st elseif condition after the if condition renders the error.
Now, it will be easy for you to look at the problem. I also contacted to my server guys and they told me that there is something in a script that may need to be fixed.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: