To use wordpress update and install plugins without ftp add following line to wp-config.php.
define('FS_METHOD', 'direct');
Read more about proper config params:
http://codex.wordpress.org/Editing_wp-config.php#FTP.2FSSH_Constants
feedzy-rss-feeds
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /data01/virt126885/domeenid/www.saksadogi.com/codegurus.eu/wp-includes/functions.php on line 6121To use wordpress update and install plugins without ftp add following line to wp-config.php.
define('FS_METHOD', 'direct');
Read more about proper config params:
http://codex.wordpress.org/Editing_wp-config.php#FTP.2FSSH_Constants
by
Tags:
Leave a Reply
You must be logged in to post a comment.