Can't install Themes in Wordpress 4.1 (cURL failure) - wordpress

In Wordpress V4.1 I am trying to install a new Theme. Wordpress throws the following error message:
Download failed. error:0D0C50A1:asn1 encoding
routines:ASN1_item_verify:unknown message digest algorithm
I think it is the cURL transport which is failing. I installed the "Core Control" plugin and tested the curl functionality. This test tells me, that cURL and PHP-Stream is working.
I now found out that SSH2 is not available on the server.
Is it possible to use Wordpress without SSH2?

You could switch the installations and updates to using FTP rather than the built in downloader. Because of the way the server is setup, some of my sites automatically use it unless overridden.
You can force wp to use FTP for installing/updating plugins and themes by adding this line into the wp-config.php file:
define('FS_METHOD', 'ftpext');

Related

Getting error while installing the setup of magento2 on ubuntu?

when i'm entering the domain-name or IP on the browser for setup of magento2, then its shows me this error.
please check htaccess file. Rename htaccess file then again check.
check your php install or not. If installed then check its version beacuse magento 2.0 version working on 7.0.2 php.
check here requirement

Can not download wordpress themes locally

I have installed wordpress in my xampp server.
everything looks great.
I am using proxy so i have added below snippet in wp_config.php to use proxies.
/* Configure proxy Server */
define('WP_PROXY_HOST', '192.56.14.2');
define('WP_PROXY_PORT', '5656');
define('WP_PROXY_USERNAME', 'xxxx');
define('WP_PROXY_PASSWORD', 'xxxx');
when i try to INSTALL any theme. It shows following Error.
Installation failed: Download failed. cURL error 56: Proxy CONNECT aborted Like this_Error image
I couldn't find much on this.Any help please?

Wordpress: Unable to install plugins from wp-cli

Hi I am using a Ubuntu system. I am using a shell script to download wordpress from wget, update config and run it from nginx server.
Now I want to update this shell script so that when we install a fresh copy of WordPress, I get some plugins pre-installed.
So I installed wp-cli and ran the command
wp plugin install w3-total-cache --activate --allow-root
This command says the plugin has been activated successfully. But when I go to the site URL in the plugins section, it gives the following error
The plugin w3-total-cache/w3-total-cache.php has been deactivated due to an error: Plugin file does not exist.
This is true for any plugin that I try to install.
When I go to the plugins folder inside wp-content, I can see that plugin files exist. But still I get the error.
How to resolve this. Please help
You should try uploading the plugin by logging in to your wp-adm
Are you using the latest version of wp-cli?
Try: wp cli check-update

Object not Found after installing Wordpress w/ XAMPP

I just finished installing Wordpress (through Bitnami) and am running an Apache server with XAMPP. After installation, it tried to load the initial blog page and had the error. I can access localhost, but not the http://localhost/wordpress. No other questions about this topic seem to have this same problem.
Try this:
Create a new folder (site)
From the link below, download and extract the WordPress loader (installer) php script into the new folder:
http://www.alistercameron.com/2010/04/09/wordpress-loader-faster-easier/
Run http://localhost/<new_folder>/wordpress_loader.php and follow the on-screen instructions to complete the installation

I failed to install ioncube on godaddy. Any advice?

I got this message
Site error: the file /home/content/xx/xxxxxxxx/html/admin/application/controllers/DashboardController.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation."
before and after installing ioncube. I think T've done installation correctly. I use Godaddy with PHP5.3
Any advice?
You will need to install ionCube on your shared hosting account. You can use the Wizard to do so. http://www.ioncube.com/loaders.php
You will need to use the x86 and not the x86_64 versions of the ionCube loader.
Once you have this installed you will need to update your php5.ini file. You will want to use the following format in your php5.ini file:
zend_extension = /var/chroot/home/content/XX/XXXXXXX/html/ioncube/ioncube_loader_lin_5.3.so
The "xx" and "xxxxxxx" will be the same as are shown in your error.
After this change is made you will need to allow some time for the current PHP processes to die and restart before this change will register.
ioncube_loader_lin_5.3.so needs to be installed by the server admin. Contact GoDaddy support.

Resources