Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dion

    (@diondesigns)

    You will need to edit your php.ini file to change the value of apc.stat. If apc.stat already exists, change it to 1. If it doesn’t exist, then add the following line:

    apc.stat = 1
    

    The best solution is to get rid of APC and instead use Zend OPcache.

    • This reply was modified 8 years, 1 month ago by Dion.
    Thread Starter onliniak

    (@onliniak)

    Thank you for help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BridgeDD requires apc.stat set to “1”.’ is closed to new replies.