abhi1693/yii2-app-advanced-startup-kit

Admin Panel error

Closed this issue · 2 comments

PHP Fatal Error – yii\base\ErrorException

Class 'COM' not found

From PHP 5.4.5, COM is no longer built into the php core. You have to add COM support in php.ini:

[COM_DOT_NET] 
extension=php_com_dotnet.dll 

Problem solved
Thanks