• Hi,

    The plugin doesn’t seem to work when a custom wordpress directory / custom content directory are specified in wp-config.php.

    Here is what I have in wp-config.php:

    define("WP_SITEURL", "http://" . $_SERVER["SERVER_NAME"] . "/wordpress");
    define("WP_HOME", "http://" . $_SERVER["SERVER_NAME"]);
    define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '/content' );
    define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/content' );

    Here is the error from wp-retina-2x log file:
    The retina file '/site/wordpress/content/uploads/2014/12/[email protected]' cannot be found.

    So the plugin search in /site/wordpress/content/ when it sould be /site/content/

    https://ww.wp.xz.cn/plugins/wp-retina-2x/

Viewing 1 replies (of 1 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Don’t worry, I have seen your message! In order to resolve that I need some time and testing. Christmas time is a bit difficult right now 😉 If you have found a fix you can help. Also, temporarily, you can maybe use symbolic links.

Viewing 1 replies (of 1 total)

The topic ‘Wrong content directory’ is closed to new replies.