We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b350b0e commit 900eaccCopy full SHA for 900eacc
app/config/config.php
@@ -300,7 +300,7 @@
300
| application/cache/ directory. Use a full server path with trailing slash.
301
|
302
*/
303
-$config['cache_path'] = __DIR__ . '/../../storage/cache_page/';
+$config['cache_path'] = realpath(__DIR__ . '/../../storage/cache_page') . '/';
304
305
/*
306
|--------------------------------------------------------------------------
0 commit comments