Ive been testing a cms that i’m going to try and build off and I’ve been getting some errors. Its showing everywhere any “dynamic” (I think thats the name for it) should be.
Warning: mysqli::prepare() [mysqli.prepare]: (42S02/1146): Table 'dbarr_testing.content' doesn't exist in /home/dbarr/public_html/frontcms/app/cms/models/m_cms.php on line 101
Here it is: http://22twenty.com/frontcms/
Hope someone can help
Denver
This is not really related to IE, but rather to the installation of the cms. The error says:
This means your database isn’t properly initialized. You’ve created the database itself (
dbarr_testing) but not the table (content) that will hold the ‘dynamic’ data for your views.The documentation for the cms you’re using should either contain a script to do this for you or tell you how to create them. The command you need will look similar to this (but probably more elaborate):