• 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

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