Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

installation - 'on the fly' thumbnailer


Recommended Posts

Posted

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! :)

  • 4 months later...
Posted
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";

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...