NextGen Gallery Not found. Sorry, but you are looking for something that isnt here

Home Forums BulletProof Security Free NextGen Gallery Not found. Sorry, but you are looking for something that isnt here

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8433
    Liviu
    Participant

    Hello,

    I have a big problem, from today, with one of my WordPress blog.

    Every time I click the BPS menu from Admin Control Panel I see a blank blog page with the message “Not found. Sorry, but you are looking for something that isn’t here. Try something else.” I deactivated all my plugins and after some research this strange redirection apear only if Next Gen Gallery plugin is activated. You know this problem or is something new?

    Thank you,

    #8438
    AITpro Admin
    Keymaster

    Yep, I am pretty sure that the Nexgen Gallery plugin uses the WordPress flush_rewrite_rules function, which will wipe out/delete your root .htaccess code whenever you go to a Nextgen Gallery plugin page or click on any of the settings in NextGen Gallery.  To prevent this problem from constantly occurring over and over you can lock your root .htaccess file.  Activate Root folder BulletProof Mode again and then lock your root .htaccess file.

    http://forum.ait-pro.com/forums/topic/interference-from-nextgen-gallery/
    http://forum.ait-pro.com/forums/topic/read-me-first-free/#flush-rewrite-rules

    #8443
    AITpro Admin
    Keymaster

    I see a custom rewrite flush function, but not the standard WordPress flush_rewrite_rules function being used in Nextgen.  Nextgen does its rewriting by creating an array of rewrite rules which hook into the WordPress internal URL rewriting or in other words the WordPress permalinks structure and does not create .htaccess code to do rewriting. So maybe this does not have to do with a flush function and there is something else that is conflicting between BPS and Nextgen.  Or this could be a totally random issue.  I have seen caching issues where you just need to clear all your caches – plugin cache and browser cache and the problem goes away.  These are hard to figure out because it appears that there is a plugin conflict when really the problem is just corrupt cache.

    // Flush Rewrite rules
    if ( $old_state != $ngg->options['usePermalinks'] || $old_slug != $ngg->options['permalinkSlug'] )
    $nggRewrite->flush();

    If your Host/website uses cPanel then this problem could be this very common problem: The broken cPanel HotLink Protection Tool problem
    http://forum.ait-pro.com/forums/topic/read-me-first-free/#cpanel-hotlink-protection

    #8641
    Liviu
    Participant

    “Activate Root folder BulletProof Mode again and then lock your root .htaccess file.”
    IT WORKS!
    Thank you,

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.