does not work with symbolic links
-
Hi,
Your plugin is broken if you use symbolic links.
In ck-processkarma.php, these lines 18-19 are broken:
require_once('../../../wp-config.php'); require_once('../../../wp-includes/functions.php');
This is not the location of my wordpress install because my site is a symbolic link.
Here is how to replicate:
Install WordPress blog to:
/public/mysite/
create a directory called:
/private/plugins
create a symbolic link called plugins in /public/mysite/ that points to /private/plugins.
You should be able to install the plugin to /private/plugins and have it work. However, the ../../.. relative directory does not exist, so your plugin is broken.Other plugins handle this problem correctly.
- The topic ‘does not work with symbolic links’ is closed to new replies.