Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

ClassNotFoundException in LoggingMemcache.php line 4: #90

Open allfreelancers opened 7 years ago

allfreelancers commented 7 years ago

Attempted to load class "MemcachePool" from the global namespace. Did you forget a "use" statement?

why?ClassNotFoundException in LoggingMemcache.php line 4:

mevdschee commented 7 years ago

Are you using hhvm? That is a known issue on that platform. Else it may mean you don't have the extension php-memcache loaded.

allfreelancers commented 7 years ago

no, php 5.5 OS Windows 7

allfreelancers commented 7 years ago

but php 5.6 works well