-
Notifications
You must be signed in to change notification settings - Fork 271
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
[ReflectionException] Class Magento\Framework\Serialize\Serializer\Json does not exist #64
Comments
Also, I'm unable to uninstall. When I run I get |
Same error, tried to install sample data after installing magento 2.1.7, I cloned sample-data repo from github, I run the command
|
I get an error saying "Class Magento\Framework\Serialize\Serializer\Json does not exist" when I try to create an attribute |
Please try use 2.1-develop branch of sample data for 2.1.7 Magento version |
Hi, i'm sorry for my English. I was having the same problem in Magento 2.1.8. Path: <magento_path>/lib/internal/Magento/Framework/Serialize/ |
[Arrows] Delivery for RFC: Deprecate passing null
I used following commands on Magento EE 2.1.7 to install sample data.
OS - Ubuntu 14.04
cd <Magento_root_directory>
git clone https://github.com/magento/magento2-sample-data.git ./sample-data
php -f ./sample-data/dev/tools/build-sample-data.php -- --ce-source="."
All symlinks you can see at files:
<Magento_root_directory>/sample-data/dev/tools/exclude.log
After that, When I ran
php bin/magento setup:upgrade
, I getThe text was updated successfully, but these errors were encountered: