HELP

This topic contains 2 replies, has 2 voices, and was last updated by jvc1375 jvc1375 10 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #438
    jvc1375
    jvc1375
    Participant

    whitescreen after plugin enabled.
    How can I remove the plugin? I tried deleting it from the plugin folder, still have a white screen.

    #440
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It’s only possible by deactivating all the plugins via the database. Log in to your phpmyadmin or some equivalent database client and run the following query:
    UPDATE wp_options SET option_value = "" WHERE option_name = "active_plugins";

    Let me know how it goes!
    Also I’m not sure if it is only the search responsible entirely for white screen. Never had such issue before.
    After deactivating all plugins, try to enable only the search, and if there is no white screen, then perhaps there is a conflict between plugins.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #443
    jvc1375
    jvc1375
    Participant

    Hi, I fixed the issue. The problem was a misplaced folder from a migration. Very sorry to contact you but thank you for your prompt reply.

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

The topic ‘HELP’ is closed to new replies.