hmm, let me ask my host first. My sites are on a managed dedicated server, and it could save time if they just change the server configurations.
So I just ask them to
why the “direct” WordPress Filesystem API Method is not working on my website/server and please to change whatever needs to be changed on the server to fix
oh i pasted the wrong code, I meant to ask, should I keep the following code in wp-config.php:
/** BEGIN BPS Pro ini_set Settings **/ @error_reporting(E_ALL|E_STRICT); @ini_set('log_errors','On'); @ini_set('error_log','/xxxxx/public_html/wp-content/bps-backup/logs/bps_php_error.log'); // add your actual path here @ini_set('log_errors_max_len','1024'); @ini_set('memory_limit','128M'); @ini_set('ignore_repeated_errors','On'); @ini_set('ignore_repeated_source','Off'); @ini_set('allow_url_include','Off'); @ini_set('define_syslog_variables','Off'); @ini_set('display_errors','Off'); @ini_set('display_startup_errors','Off'); @ini_set('implicit_flush','Off'); @ini_set('magic_quotes_runtime','Off'); @ini_set('max_execution_time','30'); @ini_set('mysql.connect_timeout','30'); @ini_set('mysql.trace_mode','Off'); @ini_set('report_memleaks','On'); /** END BPS Pro ini_set Settings **/