+ Reply to Thread
Results 1 to 5 of 5

Thread: APC cache

  1. #1

    APC cache

    Hello

    I installed APCu on the server ( use pgp7.3) and if i go to Cache control and choose APC i get this message
    "The caching method you?ve selected is not supported by your server"

    In the error log i get this error message "[25-May-2020 03:55:01 UTC] PHP Warning: Module 'apcu' already loaded in Unknown on line 0 "

    is there a certain setting i must tweak?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    I think you'd better contact yout hosting and show this error from error log

  3. #3
    I think, it s not your fault Ionut. Actually, apc cache method works with PHP < 5.5 and after that PHP uses apcu.
    Unfortunately flynax script still uses old apc.

  4. #4
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    in my own opinion, it's much better to turn off the cache system build in the system (APC or Memcache) then try to use CDN.

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Quote Originally Posted by Bahram Soltanirad View Post
    I think, it s not your fault Ionut. Actually, apc cache method works with PHP < 5.5 and after that PHP uses apcu.
    Unfortunately flynax script still uses old apc.
    yes, after checking the code apcu functions are not supported

    I'll create a task for it

    Thanks
    Last edited by Rudi; May 27, 2020 at 06:14 PM.

+ Reply to Thread