Lana77 Posted October 11, 2009 Posted October 11, 2009 Hi, I followed instructions to install InfoBox Admin 2.26 add-on and it now shows in Admin interface section, however when I load catalog on localhost I get this error: 1146 - Table 'mysql.table_theme_configuration' doesn't exist select configuration_column AS cfgcol, configuration_title AS cfgtitle, configuration_value AS cfgvalue, configuration_key AS cfgkey, box_heading from TABLE_THEME_CONFIGURATION WHERE configuration_value = 'yes' AND configuration_column = 'left' ORDER BY location [TEP STOP] can anyone tell me how to fix it please? thanks, Lana
FIMBLE Posted October 11, 2009 Posted October 11, 2009 Is there a entry that you missed out to go in the catalog / includes / database_tables.php? other than that there is an SQL update missed off. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Lana77 Posted October 11, 2009 Author Posted October 11, 2009 I fixed it. The following code: // infoBox Admin define('TABLE_THEME_CONFIGURATION', 'theme_configuration'); has to be added not only to catalog\includes\database_tables.php but also to catalog\includes\configure.php Thanx, Lana
owoyalefemi Posted October 28, 2010 Posted October 28, 2010 I fixed it. The following code: // infoBox Admin define('TABLE_THEME_CONFIGURATION', 'theme_configuration'); has to be added not only to catalog\includes\database_tables.php but also to catalog\includes\configure.php Thanx, Lana Hi, Please,how can I install the infobox admin?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.