PDA

View Full Version : No fabrik tables after installation - SOLVED


Roland
04-04-2008, 03:40 PM
Hi Rob,
I created a zip-file from the SVN as you described here:
http://fabrikar.com/index.php?option=com_smf&Itemid=9&topic=1952.0

The installation is successful: "Fabrik 2.0 Installed Successfully"
Then I click to "Click here to install sample data"
and here I get an error: "TableGroup::store failed - 'db99233.table _jos_fabrik_groups does not exists."
In fact there are no jos_fabrik tables when I check it with phpMyAdmin.
I tried to copy the tables from the 1.05. version but it does not work as the tables have a different structure.

How can I get the the tables needed for fabrik 2.0?

Roland

rob
04-04-2008, 11:44 PM
hi Roland

The queries are located in /administrator/components/com_fabrik/installation/queries.sql
If the installer fails then you can run the sql in this file ( replace all occurances of "#_" with your database prefix (e.g. "jos"))

cheers
Rob

Roland
04-05-2008, 05:46 AM
Thank you Rob,

that was exactly what I needed. I created my fabrik_tables with queries.sql.

Roland