memcache system error

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Blackhorse
    replied
    Great, It works perfect now

    Thank you so much

    Leave a comment:


  • Wayne Luke
    replied
    I am sorry. I had the wrong class in the How To article. The article has been updated.

    Leave a comment:


  • Kevin Sours
    replied
    The cache class is vB_Cache_Memcached. The vB_Memcached class is an underlying class used to access the memcache API and isn't intended to be used directly.

    Leave a comment:


  • Wayne Luke
    replied
    Hmm.. This should work since the system is supposed to actually call the instance method not the construct method. Will have to get a developer to look at it.

    Leave a comment:


  • Blackhorse
    replied
    Originally posted by Wayne Luke
    What version of PHP are you using?

    I am using the latest version php 7.3

    Leave a comment:


  • Blackhorse
    replied
    I am using the latest version php 7.3

    Leave a comment:


  • Wayne Luke
    replied
    What version of PHP are you using?

    Leave a comment:


  • Blackhorse
    replied
    I get this pop up on the page immediately before the system error

    unexpected error: 'Call to protected vB_Memcached::__construct() from context 'vB_Cache''

    ===========

    Here is the error i get on debugging mode:

    Error :Call to protected vB_Memcached::__construct() from context 'vB_Cache' on line 230 in /home/xxxx/public_html/new/core/vb/cache.php
    Step 0: showErrorPage() called on line 289 in /home/xxxx/public_html/new/includes/vb5/applicationabstract.php
    Step 1: handleException() called
    Exception Call to protected vB_Memcached::__construct() from context 'vB_Cache' on line 230 in /home/xxxx/public_html/new/core/vb/cache.php
    Last edited by Blackhorse; Wed 23 Sep '20, 6:19am.

    Leave a comment:


  • Blackhorse
    started a topic memcache system error

    memcache system error

    Hello,

    memcache is installed and enabled on my server, and i have uncomment the memcache configuration

    BUT, When i change

    $config['Cache']['class'][0] = 'vB_Cache_Db'; //regular cache

    To

    $config['Cache']['class'][0] = 'vB_Memcached'; //regular cache

    The site goes down and i get this message:

    A System Error has occured.
    The software is experiencing a systems error.
    You should attempt to repeat your last action. If this error occurs again, please contact the site administrator.


    Thanx

Related Topics

Collapse

Working...