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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.