magento2 - HP Startup: Unable to load dynamic library when installing theme in Magento 2 -
i tried install theme http://themeforest.net/item/luxury-premium-fashion-magento-theme/15345250 on magento 2, error comes when running command
bin/magento module:enable mgs_mpanel
and error
php warning: php startup: unable 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 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 not have read , write permissions on var/generation directory. please address issue before using magento command line.
if using windows
un-comment line in php.ini file:
extension=ext/php_intl.dll
for ubuntu
apt-get remove php5-intl
or
pecl install intl
than restart apache
Comments
Post a Comment