airuma Posted February 17, 2004 Posted February 17, 2004 I am trying to install a contribuition to my site, and while it looks ok on the site itself, when I open my /admin panel, I get this on the page, instead of the tools... Parse error: parse error in /home/airuma/public_html/admin/includes/database_tables.php on line 59 1146 - Table 'airuma_products.TABLE_CONFIGURATION' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from TABLE_CONFIGURATION Any idea what to do?
Chris Dunning Posted February 17, 2004 Posted February 17, 2004 For some reason TABLE_CONFIGURATION isn't defined. Look for a line in database_tables.php that says something like this: define('TABLE_CONFIGUREATION', 'configuration'); If it's not there, add it in. Chris Dunning osCommerce, Contributions Moderator Team Please do not send me PM! I do not read or answer these often. Use the email button instead! I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.