• When opening the NG Gallery plugin in CKEditor the popup appears but no contents. In Chrome console you will see a 500 error.

    Fix:

    Open window.php (ckeditor-for-wordpress plugin) and look for the line
    require_once(‘../../../nextgen-gallery/ngg-config.php’);

    Replace it with the correct location of the ngg-config.php (it has been moved)
    require_once(‘../../../nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/ngg-config.php’);

    WordPress 3.8.1
    CKEditor 4.0
    NextGen Gallery 2.0.59

    https://ww.wp.xz.cn/plugins/ckeditor-for-wordpress/

Viewing 1 replies (of 1 total)
  • eztune

    (@eztune)

    I had the same issue, but must have made the change improperly. Now, when I attempt to open the site, all I see is an error message:

    Fatal error: require_once(): Failed opening required ‘../../../nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/ngg-config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/familytiez/public_html/wp-content/plugins/ckeditor-for-wordpress/ckeditor_wordpress.php on line 17

    I can’t access my site in order to correct my error.

    Help, please!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin] NextGen Gallery doesn't show up’ is closed to new replies.