• Resolved bcalles

    (@bcalles)


    Hi,

    Just moved from PHP 7.3 to PHP 7.4 on 3 individual domains hosted on same cPanel account, in that connection did my hosting company activate Memcached as previously they had only Redis activated.

    The LiteSpeed Connection test says Green light for both Memcached and Redis plus Passed message.

    All works OK, but I get an error_log file in the account root, like these:

    [09-Jul-2020 14:15:01 UTC] PHP Warning: Module ‘memcached’ already loaded in Unknown on line 0

    Hosting company is blank on why, so to my question – could it be the LiteSpeed Connection Test script? as the error logged is following more and less the cron job timings. Could maybe be due to 3 “scripts” running on same installation?

    /Bo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    [09-Jul-2020 14:15:01 UTC] PHP Warning: Module ‘memcached’ already loaded in Unknown on line 0

    no , this is server-side configuration errror.

    this means , memcached.so module has been loaded twice or more times.

    ask them to do

    grep -r "memcached.so" /opt/cpanel/ea-php74/root/etc/php.d

    they should see multiple files contains that , remove others and make sure it only shows up once

    Best regards,

    Thread Starter bcalles

    (@bcalles)

    Thanks a lot for the answer, your were right the ,so module where called twice.

    /Bo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Object Cache and Memcached error’ is closed to new replies.