nmscl Posted July 1, 2015 Share Posted July 1, 2015 Viva, será que alguém me pode ajudar a configurar este plugin, ele pede para instalar o soap (não sei como o fazer). Obrigado Link to comment Share on other sites More sharing options...
Daniel - PrestaBR Posted July 1, 2015 Share Posted July 1, 2015 SOAP é uma extensão do servidor. Caso vc não saiba como ou não tenha acesso às configurações do seu servidor, recomendo que solicite ao suporte do seu host. Link to comment Share on other sites More sharing options...
nmscl Posted July 2, 2015 Author Share Posted July 2, 2015 bom dia, tenho acesso ao servidor, alguém me pode explicar como instalo? obrigado Link to comment Share on other sites More sharing options...
Daniel - PrestaBR Posted July 2, 2015 Share Posted July 2, 2015 Normalmente vem por padrão em qualquer instalação do PHP 5.3+, mas depende do seu servidor... S.O: CentOS / Ubuntu / Debian / Windows (desista) / Outro ? Server Software: Apache / NGINX / IIS (desista) / Outro ? Painel de Controle: cPanel / PHP-FPM / Plesk / Outro? Pelo cPanel vc pode acessar o WHm e recompilar o Apache/PHP (EasyApache), com a opção SOAP ativada. Em outros servidores, pode fazer manualmente, acessando o SSH como root: CentOS / RedHat: yum install php-soap Ubuntu / Debian: sudo apt-get install php-soap Também deve se certificar que a extensão 'extension=soap.so' está ativada (não comentada) no arquivo php.ini. Seguem alguns links do Google: http://stackoverflow.com/questions/11584426/how-do-i-enable-enable-soap-in-php-on-linux http://php.net/manual/pt_BR/soap.installation.php http://serverfault.com/questions/419037/install-php-soap-in-centos-5-6-with-php-5-2-17 https://bbs.archlinux.org/viewtopic.php?id=120717 Boa sorte Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now