jmoreno Posted October 16, 2009 Share Posted October 16, 2009 Hello, This is my first post hope everything goes well. We are trying to get this "online editor " to work: http://www.bitscorporation.com/bitscorp/admin/test.php When a sample document is uploaded and you click "submit" this error comes out: Fatal error: Class 'COM' not found in /home/jmoreno1/public_html/bitscorp/admin/test.php on line 46 I contacted the host provider, edited the php.ini and enabled the dcom function (i think i did, please correct me if i am wrong) by typing: ;com.allow_dcom = true But we are still getting the same error, I am new to this, I think what I need is some experienced advice. Thanks in advance, John Link to comment https://forums.phpfreaks.com/topic/177903-fatal-error-class-com-not-found-in-homeuserpublic_htmlxadmintestphp/ Share on other sites More sharing options...
dymon Posted October 16, 2009 Share Posted October 16, 2009 Remove ';' because this means commented. Try like this: com.allow_dcom = true Never worked with them, but this could help. Link to comment https://forums.phpfreaks.com/topic/177903-fatal-error-class-com-not-found-in-homeuserpublic_htmlxadmintestphp/#findComment-937996 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.