Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Infobox Admin installation problems


Lana77

Recommended Posts

Posted

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

Posted

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

Posted

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

  • 1 year later...
Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...