Amazon/EC2/Word Press/Thesis2 Plugin
Error found in the /var/log/httpd/error_log:
PHP Warning: stream_set_timeout(): No support for ssh2 stream timeout. Please recompile with libssh2 >= 1.2.9 in /$DocumentRootPATH/wp-admin/includes/class-wp-filesystem-ssh2.php
How to fix:
1. Shell into you ec2 server and become root: sudo su -
2. yum install libgcrypt-devel.x86_64
3. cd /usr/src/
4. wget http://www.libssh2.org/download/libssh2-1.4.3.tar.gz
5. tar zxvf libssh2-1.4.3.tar.gz
6. cd libssh2-1.4.3
7. ./configure
8. make
9. make check
10. make install
11. service httpd restart
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38570561-1']); _gaq.push(['_setDomainName', 'e-moritomo.com']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
No Comments Yet