- memcached version 1.4.24
- PHP Version 7.1.4
I installed phpmemadmin via composer and all the pages seem to work fine except the data page. I get errors like the ones below. If I clear my cache, the error about the unserializer appears fewer times, so I'm guessing it's an error when it's trying to read cache entries.
Warning: Class __PHP_Incomplete_Class has no unserializer in /Users/teammember/Sites/phpmemadmin/vendor/clickalicious/memcached.php/lib/Clickalicious/Memcached/Client.php on line 1910
Warning: Class __PHP_Incomplete_Class has no unserializer in /Users/teammember/Sites/phpmemadmin/vendor/clickalicious/memcached.php/lib/Clickalicious/Memcached/Client.php on line 1910
Warning: Class __PHP_Incomplete_Class has no unserializer in /Users/teammember/Sites/phpmemadmin/vendor/clickalicious/memcached.php/lib/Clickalicious/Memcached/Client.php on line 1910
Warning: Class __PHP_Incomplete_Class has no unserializer in /Users/teammember/Sites/phpmemadmin/vendor/clickalicious/memcached.php/lib/Clickalicious/Memcached/Client.php on line 1910
Warning: strlen() expects parameter 1 to be string, object given in /Users/teammember/Sites/phpmemadmin/vendor/clickalicious/phpmemadmin/lib/Clickalicious/PhpMemAdmin/App.php on line 1737
Recoverable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /Users/teammember/Sites/phpmemadmin/vendor/clickalicious/phpmemadmin/lib/Clickalicious/PhpMemAdmin/App.php on line 777
I installed phpmemadmin via composer and all the pages seem to work fine except the data page. I get errors like the ones below. If I clear my cache, the error about the unserializer appears fewer times, so I'm guessing it's an error when it's trying to read cache entries.