For sure you must solve the FTP connection since it’s not related with the plugin error.
A possible solution if you have access to phpmyadmin:
open a sql window and type:
SELECT * FROM wp_options WHERE option_name LIKE 'active_plugins'
then delete the record. Note that wp_options may change if the prefix of your tables are different, you see them all beginnnig with a prefix + underscore (wp_, or wp123_ ,or XX_,…)
this will reset all active plugins and give you access to the site again
Related Posts:
- Woocommerce – adding variations to variations [closed]
- How to export comments in WordPress?
- Overriding Plugin Template Files with Child Theme
- Can YOAST SEO fields be removed from custom post type [duplicate]
- Allow all file types for upload
- Creating Unique Post URLs for A/B Testing… Is this even possible?
- Change Label for field used in Woo Commerce
- Suggest a plugin for up/down voting posts [closed]
- How to disable Gutenberg editor?
- Can’t install local plugin (zip) with wp-cli [closed]
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- WordPress A-Z Navigation
- __autoload in a plugin throws an error in WP – not able to locate translation_entry.class.php
- Cron Job not working in plugin
- How to Add TinyMCE’s plugin in wordpress?
- How to check if I am displaying categories on a Woocommerce page? [closed]
- What plugin should I use for a basic user signup/login system [closed]
- Stop the form of beign submitted on “Save changes” custom option page
- Add a do_action to post_content of wp_insert_post
- AJAX image upload with a upload progress bar using media_handle_upload
- WordPress with Composer and different plugins for dev/live.
- Can I use the same textdomain in two separate plugins?
- Hook to generate a dynamic sitemap with “All in One SEO Pack” Plugin
- How to create a plugin that notifies for updates?
- Possible to replicate economist.com’s debate section in wordpress? [closed]
- Problem in loading javascript in footer
- WordPress Social Login > Post to a users Facebook wall
- How to ‘clone’ a wp plugin to make small changes
- With W3 Total Cache when I publish a post it does not appear in the homepage. Only if i purge all cache [closed]
- How do_action funtion works with path parameter?
- Two (or more) looks, with one set of content
- include any plugin within other plugin or use other plugin within other
- WordPress Central User Database
- Enqueue WordPress plugin scripts below all other JS
- Any built-in function to associate a post to category through a plugin?
- Is there any kind of theme on WordPress to sell my own movies?
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- Filtering WooCommerce Orders by Category
- JQuery plugin that works with Google 1.10.2 and not with WordPress 1.10.2
- How to redirect users to their profile after they successfully edit their profile
- pagination on data fetched using SQL query
- How to check if a taxonomy not exists in a plugin
- How do I automatically generate pages from a database?
- wordpress add_action() issue in ajax call
- WordPress plugin won’t show on some themes
- Is there a plugin for WordPress for creating ‘Accounts’ where all users who belong to that Account can only see Account data? [closed]
- Send email with list of active plugins upon activation/deactivation
- wp_insert_term() doesnt insert a term
- How limit user connection?
- Unable to give correct path in wordpress
- Disable variations on woo commerce if out of stock
- How can I list custom post type categories of portfolio
- How to include my Ajax calls in one function instead of calling different ones every time?
- How to add img into a plugin?
- How to log custom plugin error to debug.log file
- PHP mobile redirect Endless loop
- Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
- Cache plugin for medium traffic news blog
- Deregistering and registering javascript breaks plugin
- wp_footer hook running twice
- [Plugin: WordPress.com Stats] Javascript not being added to footer
- Strange admin-ajax / CSS / $_SESSION issue
- How to create admin setting for this small plugin
- How to create a form where you can select multiple recipients, based on a list of website users?
- Unpublished Pages Failing To Appear On Custom Path
- $wpdb->delete not working for me
- How to fix caching issue in PHP data from database
- WPForms Custom Redirect not working
- Post source link plugin – small modification
- How do I allow a user to purchase an expiring passcode to access part of my website, from my online store, similar to pay-per-view?
- How to securely controlling data without keeping it in postmeta?
- Enqueue plugin for specific pages
- Why Custom fields description is not working WordPress Version 5.4.2?
- Does having apply_filters in the middle of an array make a difference?
- URL path image error in ACF (Advanced Custom Field) [closed]
- Problem Advanced Custom Fields PRO
- Block plugin update possibilities (but not by hiding notifications)
- Soflyy WP All Import Custom File Download Issue
- Unmatch plugin from updates?
- why my wordpress dont have toolbar like, plugin, themes and other?
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- WordPress doesn’t save a post revision when changing CMB2 custom fields
- Custom pages with plugin
- How to insert category name above post title in a featured pages plugin?
- Displaying friend’s posts only
- Plugin Installation Error
- How to add submenu to WordPress plugin in the same Directory of main Plugin?
- Holding 2 wp_user in the same action (to update billing_email when user_email is updated)
- Strange get_the_* behavior with php 5.4
- How to set-up multiple cron task with wp_schedule_event so that they do not overlap?
- Sort Reviews/Ratings by date on Woocommerce
- Is it safe to increase/alter the size of the wp_post.guid column from VARCHAR(255) to VARCHAR(2048)?
- correct validate inputs
- How to add a text in the checkout page woocomerce?
- How to filter plugin search results in wp-admin plugin search page
- How can I disable a plugin in Health Check mode if there’s a critical error?
- Automatically create WooCommerce products page by just uploading the images [closed]
- Multiple plugins settings of same developer into ONE settings page linked together
- all plug-ins load scripts on all pages
- Fields are not displayed on front end under custom php code in Advanced Custom Fields and Flexible Content field WordPress
