adamsnyder
Forum Replies Created
-
@photocrati – I have been checking/double checking all the permissions in the web & photo directory and the permissions are all read/write.
Still kinda stumped. With the above code would it be advised to change the code to:
/** Change Import Folder path */ define( 'NEXTGEN_GALLERY_IMPORT_ROOT', dirname( __FILE__ ) . '/photo' ); define( 'NGG_IMPORT_ROOT', dirname( __FILE__ ) . '/photo' );Best,
Adam
@photocrati – TO be a bit more specific; when I added that code snippet to the wp-config.php file it did not open up the scope. It kept the scope at the original directory [web>wordpress>wp-content].
I should add that I have restarted WordPress and server to reload the wp-config.php file.I do understand checking that box though once I can open up the scope.
Best,
Adam
@photocrati – I am running into a similar issue on my server and attempted to implant the above into the wp-config.php file and it did not work for me.
Any other suggestions/thoughts?
-Adam