2016-06-11 9 views
0

ich versucht, dieses Thema zu installieren http://themeforest.net/item/luxury-premium-fashion-magento-theme/15345250 auf magento 2, aber dieser Fehler kommt, wenn der Befehl ausgeführt wirdHP Startup: Unable dynamische Bibliothek zu laden, wenn Thema in Magento Installation 2

 bin/magento module:enable MGS_Mpanel 

und der Fehler ist

PHP Warning: PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20131226/php_intl.dll' - 
/usr/lib/php5/20131226/php_intl.dll: cannot open shared object file: No 
such file or directory in Unknown on line 0 
PHP Warning: PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20131226/php_xsl.dll' - 
/usr/lib/php5/20131226/php_xsl.dll: cannot open shared object file: No 
such file or directory in Unknown on line 0 
Command line user does not have read and write permissions on 
var/generation directory. Please address this issue before using 
Magento command line. 

Antwort

0

wenn Sie Windows verwenden

Un-comment diese Zeile in der php.ini-Datei:

extension = ext/php_intl.dll

für Ubuntu

apt-get remove php5-intl 

oder

pecl install intl 

als Neustart Apache