-
Notifications
You must be signed in to change notification settings - Fork 5
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
HTTP 500 error on orders page in the backoffice Cannot make static method MyParcelNL #213
Comments
Hi @mark-app, this issue will be resolved in the next release (1.8.2). As for the "Unable to generate a URL for the named route" error, that one is usually fixed by clearing the Symfony cache, which you can do with the "Clear Cache" button on the MyParcel settings page. |
Hi @EdieLemoine, Thank you. What is the expected release date of 1.8.2? |
@mark-app it's being tested right now, so hopefully we can release it within the next few days. |
Actually, it was just approved and we're ready to release it :) |
🎉 This issue has been resolved in version 1.8.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Module version
1.8.1. BE version
PrestaShop version
1.7.8.8
PHP version
7.4.33
What went wrong?
If I want to load the orders page I get the error.
Compile Error: Cannot make static method MyParcelNL\Pdk\Base\Service\WeightService::convertToGrams() non static in class Gett\MyparcelBE\Service\WeightService
After I made the fucntion none static i get the Error:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "myparcelbe_label" as such route does not exist.").
Reproduction steps
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: