• Nextgen Gallery version 2.0.66.29.

    It seems that it’s (still) not possible to store images outside the WordPress root. I have a WordPress configuration that has defined WP_CONTENT but this is ignored by the Nextgen Gallery plugin. (It’s honoured by the other plugins I use.) In my particular case WP_CONTENT is outside the wordpress application tree so this is a showstopper.

    I took a wander through the codebase to see whether I could replace the uses of ABSPATH and baseurl(?) with WP_CONTENT but not being overly familiar with even the WordPress code I couldn’t get it to work reliably.

    Chris

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @roaima – Have you tried adding something along the following lines (after your WP_CONTENT define statement) in your wp-config.php file:

    define( 'NGG_IMPORT_ROOT', 'WP_CONTENT' );

    … as well as defining the path to where you want to store images under Gallery > Other Options > Image Options?

    – Cais.

Viewing 1 replies (of 1 total)

The topic ‘WP_CONTENT is ignored’ is closed to new replies.