Guest Posted February 4, 2008 Posted February 4, 2008 Hi, I'm having problems installing the "osCommerce 'On The Fly' Auto Thumbnailer using GD Library". The main point of frustration is when I run phpmyadmin to execute the script they say I need to run: auto_thumbnailer_admin.sql. When I do, the database gives me this: Error SQL query: # Create the config group to hold the settings on their own admin page INSERT INTO configuration_group SET configuration_group_id =100, configuration_group_title = 'Thumbnails', configuration_group_description = '\'On the Fly\' Auto Thumbnailer configuration settings', sort_order = '5', visible = "1"; MySQL said: Documentation #1146 - Table 'turtleleaf.configuration_group' doesn't exist I don't understand any of this one bit. Does anyone have some kind suggestions? Thank you! :) Quote
engebaja Posted June 14, 2008 Posted June 14, 2008 Hi, I'm having problems installing the "osCommerce 'On The Fly' Auto Thumbnailer using GD Library". The main point of frustration is when I run phpmyadmin to execute the script they say I need to run: auto_thumbnailer_admin.sql. When I do, the database gives me this: Error SQL query: # Create the config group to hold the settings on their own admin page INSERT INTO configuration_group SET configuration_group_id =100, configuration_group_title = 'Thumbnails', configuration_group_description = '\'On the Fly\' Auto Thumbnailer configuration settings', sort_order = '5', visible = "1"; MySQL said: Documentation #1146 - Table 'turtleleaf.configuration_group' doesn't exist I don't understand any of this one bit. Does anyone have some kind suggestions? Thank you! :) You have to type INSERT INTO nameOfDatabase.configuration_group and everything else leave same. Because my database is 'db_store', example is: INSERT INTO db_store.configuration_group SET configuration_group_id =100, configuration_group_title = 'Thumbnails', configuration_group_description = '\'On the Fly\' Auto Thumbnailer configuration settings', sort_order = '5', visible = "1"; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.