abhi1693 / yii2-app-advanced-startup-kit

Yii 2 Practical Advanced Application Template (GUI Startup Kit)
Other
31 stars 22 forks source link

Admin Panel error #4

Closed hdushku closed 9 years ago

hdushku commented 9 years ago

PHP Fatal Error – yii\base\ErrorException

Class 'COM' not found

abhi1693 commented 9 years ago

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 
hdushku commented 9 years ago

Problem solved Thanks