1

After apply SUPEE 8788 patch error appears when you log in to the admin:

Fatal error: Class 'Unserialize_Reader_Null' not found in /var/www/html/lib/Unserialize/Reader/Arr.php on line 105

Magento 1.7.0.2 installed SUPEE 8788v2

This solution won't work: SOLVED: new Unserialize_Parser class throws exceptions on NULL values

MalT
  • 153
  • 6

2 Answers2

1

It's definitely a problem with the patch.

SUPEE-8788 v2 provides a new file lib/Unserialize/Reader/Null.php.

Please double check that this file is present on your Magento install.

If it's not present, that means v2 was not properly installed, thus you need to patch v2 correctly.

If it's present, you probably have some sort of compiler that had not been recompiled after patching (example, Magento compilation under System > Tools > Compilation)

Raphael at Digital Pianism
  • 70,385
  • 34
  • 188
  • 352
0

Problem solved. It was enough to give the appropriate user and group.

Example:

sudo chown -R username:group

MalT
  • 153
  • 6