Eu tenho uma máquina virtual x64 executando o mais recente Plesk no PHP Versão 5.6.15.
Estou tentando instalar o Phpmotion e ele está me dando esta mensagem:
Eu tentei o seguinte passo, depois de várias outras tentativas:
Download phpshield from http://phpshield.com/loaders/phpshield.loaders.linux.zip
After download unzip and upload the file phpshield.5.2.lin in to /usr/lib/php5/20060613+lfs folder
Now you need to edit the php.ini file using the following command
sudo nano / etc/php5/apache2/php.ini
add the following line at the end of the file
extension=phpshield.5.2.lin
Save and exit the file
Now you need to restart apache server using the following command
sudo /etc/init.d/apache2 restart
Eu verifiquei o phpinfo e ele mostra o seguinte:
extension_dir: /opt/plesk/php/5.6/lib/php/modules
^^^ which is where I put the phpshield.5.2.lin file
Loaded Configuration File: /opt/plesk/php/5.6/etc/php.ini
^^ the ini that I edited to add the extension
Eu reiniciei o apache e até reiniciei a máquina virtual e não consigo passar por essa parte.
Alguém tem alguma sugestão?