An unexpected error occurred when trying to search for plugins
-
Hi,
I’ve got a vanilla WP install that I’ve set up, and its working for the most of it. However, I just went to try and install some plugins, and got an error when trying to search:
An unexpected error occurred. Something may be wrong with www.remarpro.com or this server’s configuration. If you continue to have problems, please try the support forums
I’ve done some research, and people were suggested to check if curl was available in PHP, and it is (with a phpinfo());
Additional .ini files parsed /etc/php5/cgi/conf.d/05-opcache.ini, /etc/php5/cgi/conf.d/10-pdo.ini, /etc/php5/cgi/conf.d/20-curl.ini, /etc/php5/cgi/conf.d/20-json.ini, /etc/php5/cgi/conf.d/20-mysql.ini, /etc/php5/cgi/conf.d/20-mysqli.ini, /etc/php5/cgi/conf.d/20-pdo_mysql.ini, /etc/php5/cgi/conf.d/20-readline.ini, /etc/php5/cgi/conf.d/20-ssh2.ini
curl
cURL support enabled
cURL Information 7.38.0I already have the following setup in my wp-config.php (otherwise it kept asking me to log in to FTP every time I wanted to do anything);
define('FS_METHOD', 'direct'); define('FTP_BASE', '/srv/www/xx/www/blog/'); define('FTP_CONTENT_DIR', '/srv/www/xx/www/blog/wp-content/'); define('FTP_PLUGIN_DIR ', '/srv/www/xx/www/blog/wp-content/plugins/'); define('FTP_USER', 'the-user'); define('FTP_PASS', 'my password define('FTP_HOST', 'xx.net');
I’m at a bit of a dead end as to what to try next. Any suggestions? ??
Thanks
Andy
- The topic ‘An unexpected error occurred when trying to search for plugins’ is closed to new replies.