On Thu, 14 Oct 2010, Anthony Holloway wrote: > _mysql_exceptions.ProgrammingError: (1146, "Table 'cdsinvenio.schTASK' > doesn't exist")
It looks like the tables are missing. Have you created them before creating the demo site? As the INSTALL file suggests, the steps to take after `make install' are: $ /opt/cds-invenio/bin/inveniocfg --update-all $ /opt/cds-invenio/bin/inveniocfg --create-tables [...] $ /opt/cds-invenio/bin/inveniocfg --create-demo-site Two warnings though: * If you are installing v0.99.1, then you will encounter troubles with getting some demo full-text files attached to the demo records because of a URL change. This is fixed in the `maint' branch of the Invenio git repository. (BTW, we are actually going to release v0.99.2 in a few days.) * If you are just starting with testing/evaluating Invenio, then you may be better off using a development version. E.g. you may need this version anyway if you run an OS with Python 2.6, because Invenio v0.99 series is not Python 2.6 ready. You can download a development snapshot from <http://invenio-software.org/wiki/Installation/Download> or you can simply try to use the `master' branch from the Invenio git repository for your tests. (This branch will become the future v1.0.) Best regards -- Tibor Simko
