In file wp-admin/includes/class-wp-filesystem-ftpext.php
, line 333:
Replace
$file_list = @ftp_nlist( $this->link, '-a ' . $path );
With
$file_list = @ftp_nlist( $this->link, $path );
Related Posts:
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- Can I upgrade a plugin to a specific version?
- Plugin upgrading: Widget settings
- How to customize a plugin whilst maintaining ability to upgrade
- How to avoid plugin name conflicts from the upgrade notifier?
- How to check plugin compatibility before upgrading WordPress
- A Way to Auto update plugins using cron?
- Updating WordPress – the best approach (updating wp core, plugins and db)
- Missing argument 2 for wpdb::prepare() Issue
- Hook (upgrader_process_complete) running moment
- WordPress plugin DB upgrade
- Why users disable the WordPress update?
- Upgrading WordPress 4.0 asks for FTP password
- I can’t upload a new wordpress theme from a zipped file
- What is the easiest way to implement cascading database upgrade for my plugin?
- Upgrade Private Plugin without Deleting
- Hook before & after plugin / core update
- WordPress 5 upgrade: until when is it safe to keep project running in 4.x?
- How to review WordPress website php version compatibility?
- Best method to upgrade multisite plugin’s numerous database table
- WordPress independent plugin upgrade notification system [duplicate]
- WSOD after upgrading to 3.1
- Upgraded to latest version – 3.0.3 and Now I get a “sufficient permissions to access this page” error
- How to find wordpress db schema changes when upgrading from 4.9 to 5.2
- Enabling WP_USE_EXT_MYSQL to support old plugin
- file-gallery plugin line 1573 broken in 4.2 upgrade [closed]
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- WordPress crashes with “The service is unavailable.” after trying to upgrade plugins
- Disable a plugin from ever upgrading?
- can we modify wordpress plugin version value to avoid update warning?
- Maintaining plugin addons while upgrading
- wordpress upgrade from 4.2.1 to 4.7.3 500 error
- Plugin upgrade failing during unzip
- How to check for completeness when upgrading fails and stuck in maintenance mode
- My plugin does not install correctly if a previous version is still installed
- Hooks to run after a core upgrade?
- WordPress wp get_temp_dir return non exiting folder, thus failing plugin & themes update
- What is a good way to test that plugin upgrades have completed properly?
- installed WordPress but can’t upgrade or add plugins due to webdav https?
- How prevent STDOUT of Plugin_Upgrader->upgrade(…)?
- How can I concatenate variables to search results title? [closed]
- Migrating WordPress – New domain entry, links broken
- Search Results Page filter by page title
- Activate and deactivate plugin automatically
- WooCommerce: after install hook
- Test my WordPress Plugin standard or not
- Theme My Login Shortcode Doesn’t Return Anything
- How retreive saved data from gravity forms in my template?
- is_rtl returns false while it should return true
- issue in wp_localize_script
- Import MS-Access data file to make the searchable page
- License validate function
- Sanitize $_GET variable when comparing
- Include Minit plugin in theme [closed]
- Plugin for an interactive image? [closed]
- Where can I save plugin data?
- echo get_option in header template
- How to display all functions (hooks, filters, or custom php) used on a page inline
- wp_enqueue_style on template_redirect level?
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Clear out old images, any advice?
- problem with sql query
- Access post title from custom meta box on title change
- How to add a new column with text fields to WooCommerce Cart List?
- How to use filter to disable adding a product to wishlist?
- Running multiple security plugins
- Save user total active time after login in wordpress [closed]
- add_query_arg not work in admin
- Add a “View all” button on WooCommerce product archives pages
- Opening a JQuery modal window on click of a button with a JQuery plugin
- I am trying to make a field show and save from quickedit screen
- Merge tags in multistep Gravity Form?
- Add to array, redirect and display
- How to track analytics with a WordPress site under the same domain as my main site?
- Can I clone plugin folder to another directory so that I don’t have to reinstall them?
- correctness of URL
- Woocommerce: limit user to see only the products he created
- Woocommerce singe product custom gallery output works just on the first slide
- how do I secure my WP website from hackers? [closed]
- How do I set up XAMPP to allow me to download plugins and themes?
- How can I load the css and jquery explicitly for the login screen
- Overriding an Array in a Plugin’s Class/Function from functions.php
- wp_redirect doen’t work
- Canvas | Bouncing balls within a container (with gravity and collisions and background-images on the balls)
- Plugin translation not working on WordPress.org
- PHP if statement with German umlauts [closed]
- Send email with list of active plugins upon activation/deactivation
- OceanWP settings are missing from Add New Post [closed]
- Built a second plugin but it overwrote the first one
- WordPress gtag.js with User ID tracking
- Creating a functionality plugin to edit seriously simple podcasting
- Override plugin class which has namespace
- in source code but I can’t find it in files or plugins
- Historical customisations won’t go away [closed]
- Is it unethical to remove another plugin’s meta keys?
- Disable plugin If slug contains specific word
- How to include a custom field in the woocommerce email?
- get_comments_number() giving wrong results! What are alternatives?
- Plugin temporary files and files to download via FTP
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?