sudo apt install php-apcusudo service apache2 restartThanks! Yeah, I'm using UniServerZ, trying to figure out which file substitutes to which.If you're hosting on ubuntu you can do exactly as the screenshot tells you - executesudo apt install php-apcu
If you're hosting on windows, you can find some instructions here (though you might need to adapt them to your file structure)
Note: you'll need to restart the apache service after installing apcu too.sudo service apache2 restart
Yeah, I looked around a bit but after a while I just went and changed to XAMPP instead, and now it's all working. Thanks tho!Not sure why php APCu is not a part of uniform server, it was before.
(so you could only edit php.ini file and uncomment a line to enable it, or just select it in the UI under PHP Accelerators).
Perhaps because they ship PHP 8.0 now, and in the early days of 8.0 it wasn't supported. (I think it is now).
So I have no idea how to do it in Windows, you can google around, perhaps see UniServZ forum, they have a support board there. And probably some tutorials on how to manually install php extensions.
In Linux, its just one install command, and a restart command if it doesn't do that automatically and your good to go. x)
which version are you using ? i have the same problem with clean znote acc and tfs 1.4Yeah, I looked around a bit but after a while I just went and changed to XAMPP instead, and now it's all working. Thanks tho!