我試圖安裝magento使用XAMPP和im在附加的屏幕打印中獲得以下錯誤。任何人都可以幫忙嗎?使用XAMPP PHP擴展安裝Magento intl
回答
爲了使國際推廣替代
;extension=php_intl.dll
與
extension=/php_intl.dll
(只需刪除分號&然後重新啓動服務器)
這裏是所有命令行安裝magento2
PHP Extension xsl and intl。 CMD
sudo apt-get install php5-intl
sudo apt-get install php5-xsl
sudo php5enmod xsl
sudo service apache2 restart
PHP擴展mcrypt的。 CMD
sudo updatedb
locate mcrypt.ini
sudo php5enmod mcrypt
sudo service apache2 restart
爲了去除 「PHP擴展國際機場」 的錯誤,我們必須啓用PHP擴展國際機場,請按照下列步驟..
Open the xampp/php/php.ini file in any editor.
Search ";extension=php_intl.dll"
kindly remove the starting semicolon (;)
Like :
;extension=php_intl.dll
to
extension=php_intl.dll
Save the xampp/php/php.ini file.
Restart your xampp/wamp
希望其work..Cheers ..
不適合我 –
@SavanDholu,我可以知道你遵循的過程嗎?你有沒有重新啓動你的xampp/wamp? –
是的, 我有同樣的過程,但又不工作。並重新啓動xampp。檢查這張圖片。 https://i.stack.imgur.com/twA2q.png –
- 1. Magento PHP擴展intl - XAMPP
- 2. XAMPP上的Php-intl安裝
- 3. 在Mac上的XAMPP上安裝PHP國際化擴展(Intl)
- 4. 安裝intl PHP擴展OSX High Sierra
- 5. 安裝了PHP intl擴展,但CakePHP安裝說它缺少
- 6. 如何使用Wamp服務器安裝'intl PHP擴展'
- 7. 小牛XAMPP安裝PHP GD2擴展
- 8. 如何在XAMPP上安裝php擴展
- 9. 使用Macports安裝php擴展程序
- 10. PHP Intl擴展線程安全嗎?
- 11. 如何在安裝PHP 7後安裝/啓用intl和xsl擴展
- 12. 如何在Ubuntu中安裝PHP intl擴展14.04
- 13. Magento擴展安裝錯誤
- 14. 在Windows上使用XAMPP安裝PHP YAML擴展
- 15. 如何在CentOS上安裝PHP intl擴展?
- 16. Magento:問題安裝擴展
- 17. Magento擴展不安裝
- 18. Magento的擴展安裝
- 19. Magento擴展安裝問題
- 20. 安裝/激活運行MAMP的PHP「intl」擴展
- 21. 安裝PHP的PARADOX擴展
- 22. magento pdo_mysql擴展未安裝在magento中
- 23. PHP安裝mailparser擴展
- 24. 在XAMPP中安裝dBase擴展
- 25. 如何爲XAMPP安裝PECL HTTP擴展?
- 26. 如何在PHP中禁用INTL擴展
- 27. MAMP PRO安裝擴展intl不起作用
- 28. intl擴展缺失
- 29. XAMPP for Mac Lion 10.8上的Php-intl安裝
- 30. 安裝memcached php擴展
可能解決方案:http://stackoverflow.com/questions/1451468/intl-extension-installing-php-intl-dll –