magento2-sample-data icon indicating copy to clipboard operation
magento2-sample-data copied to clipboard

[ReflectionException] Class Magento\Framework\Serialize\Serializer\Json does not exist

Open skashish opened this issue 7 years ago • 5 comments

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 get


[ReflectionException]                                             
Class Magento\Framework\Serialize\Serializer\Json does not exist

skashish avatar Jul 14 '17 12:07 skashish

Also, I'm unable to uninstall. When I run php -f ./sample-data/dev/tools/build-sample-data.php - --command=unlink --ce-source="."

I get Expected folder not found.

skashish avatar Jul 14 '17 12:07 skashish

Same error, tried to install sample data after installing magento 2.1.7, I cloned sample-data repo from github, I run the command php -f ./sample-data/dev/tools/build-sample-data.php -- --ce-source="." then on upgrade I get this error:

[ReflectionException] Class Magento\Framework\Serialize\Serializer\Json does not exist

AlessandroStaffolani avatar Jul 23 '17 15:07 AlessandroStaffolani

I get an error saying "Class Magento\Framework\Serialize\Serializer\Json does not exist" when I try to create an attribute

akhan522 avatar Aug 13 '17 00:08 akhan522

Please try use 2.1-develop branch of sample data for 2.1.7 Magento version

kandy avatar Aug 13 '17 12:08 kandy

Hi, i'm sorry for my English.

I was having the same problem in Magento 2.1.8. I solved the problem by cloning the latest version of the repository (https://github.com/magento/magento2.git) and copying the 'Serialize' package to version 2.1.8.

Path: <magento_path>/lib/internal/Magento/Framework/Serialize/

ptkfenelon avatar Oct 18 '17 02:10 ptkfenelon