Trobleshooting Code
-
Hello, I would like to try your plugin before I install it on my live site. However, when I go to the settings I see a bunch of warnings. I have my WP installed on a subdirectory, but Gator wants to install on my root. I’m not really sure how to proceed. Can you please help?
100 Cache Directory could not be created – Manually create the cache directory, /hsphere/local/home/aaalgps/gator_cache. Change the ownership to aaalgps. If this is not possible with your hosting, the permissions can be set to “0777” with your ftp client or file manager.
101 Cache Directory is not writable – Change the ownership or permissions as mentioned in Error Code 100.
102 The Gator Cache config file is not writable – Change the ownership of /hsphere/local/home/aaalgps/soulsequelsandbox.com/gc-config.ini.php to aaalgps. If this is not possible with your hosting, the file permissions should be set to “0777”.
103 WordPress cache file could not be copied – Manually copy /hsphere/local/home/aaalgps/soulsequelsandbox.com/wp-content/plugins/gator-cache/lib/advanced-cache.php to the following directory: /hsphere/local/home/aaalgps/soulsequelsandbox.com/wp-content/.
# cp /hsphere/local/home/aaalgps/soulsequelsandbox.com/wp-content/plugins/gator-cache/lib/advanced-cache.php /hsphere/local/home/aaalgps/soulsequelsandbox.com/wp-content/104 Could not write to your WordPress config file – Manually add this line to your wp-config.php file:
define(‘WP_CACHE’, true);
Typically this is added after the WP_DEBUG line.106 Could not copy config file to your WordPress directory – Manually copy the configuration file and change permissions:
# cp /hsphere/local/home/aaalgps/soulsequelsandbox.com/wp-content/plugins/gator-cache/lib/config.ini.php /hsphere/local/home/aaalgps/soulsequelsandbox.com/gc-config.ini.php
# chown -R aaalgps:aaalgps /hsphere/local/home/aaalgps/soulsequelsandbox.com/gc-config.ini.php112 Could not create multisite config file to your WordPress directory – Manually create the multisite configuration file and change permissions:
# touch /hsphere/local/home/aaalgps/soulsequelsandbox.com/gc-blogs.ini.php
# chown -R aaalgps:aaalgps /hsphere/local/home/aaalgps/soulsequelsandbox.com/gc-blogs.ini.php
- The topic ‘Trobleshooting Code’ is closed to new replies.