Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xslt 缺少扩展xsl和intl(需要它们才能运行Magento2)。I';我正在使用Windows8.1_Xslt_Xampp_Magento2_Php 7_Intl - Fatal编程技术网

Xslt 缺少扩展xsl和intl(需要它们才能运行Magento2)。I';我正在使用Windows8.1

Xslt 缺少扩展xsl和intl(需要它们才能运行Magento2)。I';我正在使用Windows8.1,xslt,xampp,magento2,php-7,intl,Xslt,Xampp,Magento2,Php 7,Intl,我通过xampp安装了php7.0.15/apache2.4.25/phpMyAdmin 4.6.5.2,但结果是缺少扩展xsl和intl(需要它们运行Magento2)。 我正在使用windows8.1 这两个文件php_xsl.dll和php_intl.dll都存在于xampp/php/ext中,我尝试从php.ini中的扩展名=…中删除相关的“;” 重新保存php.ini并重新启动apache服务器 还将php中的icu*.dll文件复制到apache/bin文件夹中 但没有成功:仍然缺少

我通过xampp安装了
php7.0.15/apache2.4.25/phpMyAdmin 4.6.5.2
,但结果是缺少扩展
xsl
intl
(需要它们运行
Magento2
)。
我正在使用
windows8.1

这两个文件
php_xsl.dll
php_intl.dll
都存在于
xampp/php/ext
中,我尝试从
php.ini
中的扩展名=…中删除相关的
“;”

重新保存php.ini并重新启动apache服务器

还将php中的
icu*.dll
文件复制到apache/bin文件夹中

但没有成功:仍然缺少magento2就绪检查。
有什么建议吗?

我有两个建议给你---

第一名

你是以管理员的身份重新启动apache吗?因为我大部分时间都忘了这么做

第二名

检查环境变量路径。你设置正确了吗

希望这能有所帮助