Mischievious
New Member
Attachments
-
1670075744139.png41.9 KB · Views: 19 · VirusTotal
Last edited:
You need to enable PHP extension APCu to enable memory cache.
Install it or set $config['cache']['memory'] to false!
// Store cache in memory/RAM? Requires PHP extension APCu
'memory' => false
Hope this helps!obs: There is an issue where the site incorrectly displays the background, images and other elements. To fix this, you can press the "F12" key and then go to the "Network" tab. You need to check the "Disable cache" option to restore the site normally
I solved the problem and It was related to privileges.How did you solve first issue with blank page?