• I was developing my plugin when all of a sudden my wordpress (run locally with xampp) plugins were all deactivated and, we have a custom admin theme from another plugin so it’s quite apparant that all of them must be off.

    The only thing i was doing in my plugin was a hook with some SQL queries.

    I cannot access plugins.php by typing it into the url. No rights. The admin plugin menu button is also gone so I am left in the dark here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @aseliot
    You mentioned you are using a plugin to control the admin interface, so my best guess would be to disable everything plugin via FTP.

    FTP into the site and rename the “plugins” directory to “plugins-old”. This will deactivate all your plugins and hopefully restoring your WP admin. Once you are in, you can rename the plugins directory back to it original state.

    Once you are in, activate one plugin at a time. This will help you track where the issue is.

    Thread Starter aseliot

    (@aseliot)

    Tried that didn’t work. Upfront is still working.

    I reinstalled the whole thing (copied back from zip) but it still doenst work.

    Thread Starter aseliot

    (@aseliot)

    It appears that somehow my code breaks whole wordpress 😮

    Any idea what is wrong with this?
    http://pastebin.com/heipSYyZ

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugins and button gone’ is closed to new replies.