when i click on the expenses i get the following error
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'simple.si_expense' doesn't existDude, what happened to your query?:
SELECT count(id) as count FROM si_expense WHERE domain_id = :domain_id ORDER BY id
Fatal error: Call to a member function errorInfo() on a non-object in /home/david/Documents/apache/billing/extensions/expense/include/class/expense.php on line 13
everything else has been working fine
thanks
David H