-
Notifications
You must be signed in to change notification settings - Fork 48
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
Any up-to-date Multi-Vendor Marketplaces? #10
Comments
I'm on PHP 7.2 and I'm having the same issue ! |
Any news? php bin/magento setup:di:compileCompilation was started. |
Try the following commands, they should work... php bin/magento setup:upgrade --keep-generated |
Object is reserved word |
Change all lines from various files (I can't remember which ones exactly) and replace Object; with Instance; you'll see the files need changing while you are trying to compile so change them when it shows an error so you'll be solve 500 errors too at "domain.com/marketplace/product/manage/" and some other errors. I don't know why these guys are not updating the extension since this issue mentioned just 5 days ago as you can see above but I hope it will change at the latest update. So, cheers. |
Fatal error: Cannot use Zend\Form\Annotation\Object as Object because 'Object' is a special class name in public_html/app/code/Apptha/Marketplace/Block/Product/Manage.php on line 35
The above issue is coming on Ubuntu & Redhat7.X with 7.2 php Version.
The text was updated successfully, but these errors were encountered: