I installed the latest package 2011.1
After installing the database and then the essentail data. I then clicked on Start using simple invoices. It then goes to the database update manager.
Click on the update button and I get this error.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'invoice.si_defaults' doesn't existDude, what happened to your query?:
ALTER TABLE si_defaults ADD def_number_line_items INT( 25 ) NOT NULL.
I looked in the database and there is no table called si_defaults.
I looked at the sql scripts and they never create the table. I would just create this table but I don't know the structure for it.
Is there some files missing?
I installed this on a windows machine with PHP5 and mysql5.5. I have other scripts that work just fine, but this is as far as I can get with simpleinvoice.
Any ideas on getting the right tables so the update manager will let me use the rest of the program?