QC puts bad path in advanced-cache.php
-
I develop on XAMPP on Windows. I also changed WP_CONTENT to be my-content. It was really bad as it gave the white-screen-of-death when moved to linux server.
in my-context\advanced-cache.php
if(!defined(‘QUICK_CACHE_PLUGIN_FILE’))
/**
* Plugin file path.
*
* @since 140725 Reorganizing class members.
*
* @var string Absolute server path to QC plugin file.
*/
define(‘QUICK_CACHE_PLUGIN_FILE’, ‘C:\home\mywebsite.com\public_html\my-content\plugins\quick-cache\quick-cache.php’);Problems:
1. a path that’s absolute and invalid on the linux sever.
2. note the single \ for separator
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘QC puts bad path in advanced-cache.php’ is closed to new replies.