Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Little help please =)


rachael_web86

Recommended Posts

Posted

Hi guys, just wondering if anyone could help me as to what this error means on my product_info page;

 

1054 - Unknown column 'pa.attribute_sort' in 'order clause'

 

Many thanks in advance !!

Posted

HiIt looks like you have added an attributes sort order contribution and not fully installed it, perhaps an SQL update missed off?

Nic

 

Hi Nic,

 

I had installed the attribute copier&sorter, but I didn't install it correcly, so i decided to uninstall it, but it kept giving me errors... so i tried installing it again lol, and when i run the sql file in php my admin I now get this error:

 

ALTER TABLE products_attributes ADD products_options_sort_order int( 6 ) NOT NULL default '0' AFTER price_prefix

 

Any ideas?

 

Many thanks!

Posted

Hi Nic,

 

I had installed the attribute copier&sorter, but I didn't install it correcly, so i decided to uninstall it, but it kept giving me errors... so i tried installing it again lol, and when i run the sql file in php my admin I now get this error:

 

ALTER TABLE products_attributes ADD products_options_sort_order int( 6 ) NOT NULL default '0' AFTER price_prefix

 

Any ideas?

 

Many thanks!

 

Did you also remove the bit of code in your product_info.php too?

It is this that is causing your original error, the sql part did you also remove remove when you uninstalled the addon?

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

I've added back in all the code to all the pages that the attribute sorter/copier told me to, now my product_info page is perfecr again =) But my oscommerce admin is displaying (in product attributes bit);

 

1054 - Unknown column 'attribute_sort' in 'field list'

 

select attribute_sort from products_attributes where products_attributes_id = '171'

 

[TEP STOP]

 

Which I presume has something to do with the msql file, but when I try to execute this file I get the following error on phpmyadmin;

 

ALTER TABLE products_attributes ADD products_options_sort_order int( 6 ) NOT NULL default '0' AFTER price_prefix

 

Don't know what is going on?!

Archived

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

×
×
  • Create New...