Hello,
Please fix this PHP version requirement for PageBuilder Extras module. Now it’s:
"php": "~7.3.0||~7.4.0"
If you support M2.4.4 as mentioned on website, please add also:
"php": "8.1"
Cheers.
3 answers
Hi there,
Please fix this PHP version requirement for PageBuilder Extras module. Now it’s:
"php": "~7.3.0||~7.4.0"
If you support M2.4.4 as mentioned on website, please add also:
"php": "8.1"
Yes we will consider updating that in the next release version of our module. For this case, you can edit at your end following these steps:
+ Open the file at path: app/code/Ubertheme/PageBuilderExtras/composer.json
and find the code line:
"php": "~7.3.0||~7.4.0"
+ replace with the code line:
"php": "~7.4.0||~8.1.0",
Regards,
Mall.
Hi, we had changed composer.json and it’s work, but we have next errors:
1. after open admin https://ibb.co/7bTBZL4
2. after temporary fix point 1, next error https://ibb.co/X3hJxZG
Please fix this error, we can’t use yours module
Hi there,
1. after open admin https://ibb.co/7bTBZL4
2. after temporary fix point 1, next error https://ibb.co/X3hJxZG
It seems that you have not installed our module successfully yet. How did you install our module at your end?
Please try running the following Magento CLI commands:
php -f bin/magento setup:upgrade;
php -f bin/magento setup:di:compile;
And then, check the issue you mentioned again. If you still need further assistance, please provide me with information about your instance:
+ Admin credentials and URL to the backend
+ SSH credentials and let me know the path to the M2 folder
I will help to check further and get back to you then.
Regards,
Mall.