-
Notifications
You must be signed in to change notification settings - Fork 21
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
PHP Fatal Error in Version 6.1 #375
Comments
Getting this as well. |
Short term fix (seems to work so far) Open plugin file editor -> Navigate to Src Includes folder. Open the MailjetPublic.php file Add this namespace MailjetWp\MailjetPlugin\Front; <---- This should already exist. use MailjetWp\MailjetPlugin\Includes\Mailjet; // Add this line below the above. |
Thank you! I downgraded to version 6.0.1 from GitHub Releases for now, works too. |
Today we re-upload 6.1 version with fix. Do you still have that error ? |
Still doesn't work at all for any plugin versions to last one 6.1.3 to 6.01. I will have to change my mailing solution for sending email marketing campaigns and newsletters for my 10 client sites, if this problem persists for more than 6 months. Honestly, Mailjet is a good solution but not for WordPress it seems. When will the Mailjet developer team address these issues reported by many users? |
Hello. It's very sorry to hear this. Do you have some kind of errors that explain what happed on your website ? Because we released a few version after and it's not a system wide issue. Could you provide some details, please ? |
As I said before, I used several. But for security reasons, I updated to version 6.1.3. Since nothing has changed with the API keys, how do you explain this ? |
So we recommend to use as high version as you could. it should 7.4 minimu,, but preffer will be 8.2 Also, this message looks like something with you credentials, not with the code itself |
Sorry for the delay. I have the same message Please make sure you are using the correct API key and secret key associated with your Mailjet account: for two websites. I regenerated the secret key for one of the 2 accounts. Nothing change. I don't think it's just a credentials issue. |
PHP Fatal error: Uncaught Error: Class 'MailjetWp\\MailjetPlugin\\Front\\Mailjet' not found in /var/www/html/wp-content/plugins/mailjet-for-wordpress/src/front/MailjetPublic.php:84
The text was updated successfully, but these errors were encountered: