This topic is locked
[SOLVED]

  Fatal error: Class 'COM' not found

5/8/2012 5:03:56 AM
PHPRunner General questions
J
jvolz author

I'm having an issue with a searchable database on our live site:
http://www.cityofolean.org/salesdb/output/salesinfo_list.php
I'm getting the following error:
Fatal error: Class 'COM' not found in /var/www/clients/client2/web3/web/salesdb/output/include/dbconnection.ado.php on line 12
When I upload the same PHPRunner project to the demo account, the site works fine outside of some css issues. I'm still pretty new at php...is there something I need to get or install to make this work?
Thanks for your help in this matter.

Admin 5/8/2012

I guess you use MS Access database. MS Access databases will only work on Windows-based web server. Since your web server is Linux based your application won't work there.
You either need to switch to MySQL or to find Windows web hosting.

J
jvolz author 6/8/2012



I guess you use MS Access database. MS Access databases will only work on Windows-based web server. Since your web server is Linux based your application won't work there.
You either need to switch to MySQL or to find Windows web hosting.


Sorry for the lateness of this response, but thank you! That was indeed the problem and unfortunately it took me til now to have a chance to look into it.
Jerry