Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Attribute Sets Plus


Guest

Recommended Posts

Hi there,

After attempting to start install of this contr. I have encountered the following error.

 

 

<Error

SQL query:

 

# The 'drop table' commands should only be uncommented if your are re-installing

# attributes sets plus for any reason. For a first time install they are not required.

# drop table products_attributes_sets;

CREATE TABLE products_attributes_sets(

 

products_attributes_sets_id int( 11 ) NOT NULL AUTO_INCREMENT ,

products_attributes_sets_name varchar( 50 ) NOT NULL default '',

products_options_id int( 11 ) NOT NULL default '',

PRIMARY KEY ( products_attributes_sets_id )

) TYPE = MYISAM >

 

This is the return in PHPMyAdmin after hitting go... (after copying and pasting whole of att~lct.sql to text box)

 

I am indeed a newbie at all of this, and have read almost all of the posts in this forum BEFORE starting... (I didnt want to have problems!)

 

What have I done, or not done to get this error to occur? There is no error number returned so I am at a loss with the documentation of PHPMyAdmin as well...

 

Yours,

 

Kaz

Link to comment
Share on other sites

Hi there,

After attempting to start install of this contr. I have encountered the following error.

<Error

SQL query:

 

# The 'drop table' commands should only be uncommented if your are re-installing

# attributes sets plus for any reason. For a first time install they are not required.

# drop table products_attributes_sets;

CREATE TABLE products_attributes_sets(

 

products_attributes_sets_id int( 11 ) NOT NULL AUTO_INCREMENT ,

products_attributes_sets_name varchar( 50 ) NOT NULL default '',

products_options_id int( 11 ) NOT NULL default '',

PRIMARY KEY ( products_attributes_sets_id )

) TYPE = MYISAM >

 

This is the return in PHPMyAdmin after hitting go... (after copying and pasting whole of att~lct.sql to text box)

 

I am indeed a newbie at all of this, and have read almost all of the posts in this forum BEFORE starting... (I didnt want to have problems!)

 

What have I done, or not done to get this error to occur? There is no error number returned so I am at a loss with the documentation of PHPMyAdmin as well...

 

Yours,

 

Kaz

 

Ummm..... I have tried this through the RHS pane of PHPMyAdmin, and now I DO get an error message...

 

<#1067 - Invalid default value for 'products_options_id'>

 

This is the line ...

<products_options_id int( 11 ) NOT NULL default '',>

 

Any assistance I am thankful for.

 

Kaz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...