[FileUpload Addon] - Won't recognize APC
I have APC installed in my server, I'm even using it (succesfully) with Wordpress and W3 total cache. FileUpload can't seem to find it. Any idea on how to fix this?
Tagged:
0
Comments
Same here...
I have same issue, but after some digging. I have found that the FileUpload plugin use to 2 ini setting to determine APC function:
So, I add
apc.rfc1867 = on
into php apc.ini settting file. After restart php service and the plugin works correctly with APC.Hoping my experience can help others.