• Resolved Carret

    (@carret)


    Hi all.

    I found this error after upgrading to v3.2.6. I tried to update manually after disabling and deleting the plugin but with the same result:

    
    Fatal error: Class 'N2CacheStorage' not found in /opt/lampp/htdocs/test-site/wp-content/plugins/smart-slider-3/nextend/library/libraries/cache/storage/cachestoragedatabase.php on line 3
Viewing 3 replies - 1 through 3 (of 3 total)
  • I too am getting this error. I cannot get to my dashboard. My site is completely inoperable. Please let me know if you get a response to this.

    Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @carret and @capoole87!

    If you open up these files:
    \wp-content\plugins\smart-slider-3\nextend\library\libraries\cache\storage\cachestoragedatabase.php
    \wp-content\plugins\smart-slider-3\nextend\library\libraries\cache\storage\cachestoragefilesystem.php

    then you could enter this code right under the <?php part:
    N2Loader::import('libraries.cache.storage.cachestorage');

    and that should fix your problem. We will put out a new version soon (probably today), so if you update to 3.2.7. that will have this fix.

    Thread Starter Carret

    (@carret)

    It has been fixed. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Class ‘N2CacheStorage’ not found’ is closed to new replies.