osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Error 1054 on Search page..

This is a discussion on Error 1054 on Search page.. within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Ok, this is only on the search page that I get it. Im running oscmax 1.7 and the categories ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 01-19-2007, 08:58 PM
New Member
 
Join Date: Apr 2004
Location: Idaho, US
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cdxrevvved
Default Error 1054 on Search page..

Ok, this is only on the search page that I get it. Im running oscmax 1.7 and the categories and catalogs, all of it shows fine. The search just returns this error. I know there were some changes with mysql 5, and I made a couple changes in the index.php file changing some things to p2c.products, but dont see where I need to fix this at.

Any help would be appreciated.

Also, how difficult would it be if i upgraded to 2.2, since a lot of the templates have been customized. Can I save those or will I have to remod it all from scratch?


1054 - Unknown column 'p.products_id' in 'on clause'

select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%12%' or p.products_model like '%12%' or m.manufacturers_name like '%12%') )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-19-2007, 10:32 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,170
Thanks: 66
Thanked 290 Times in 276 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Error 1054 on Search page..

You need to manually patch your 1.7 store with the update051112 patch

Taking care not to overwrite anything but the update051112 patches. I suggest you do a dry run on a copy of your site first, to work out any kinks before you try it on your live site. Also make sure to backup your files.

Here is a link to the patch:
http://oscdox.com/index.php?name=Downloads&req=getit&lid=45
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-20-2007, 12:27 AM
New Member
 
Join Date: Apr 2004
Location: Idaho, US
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cdxrevvved
Default Re: Error 1054 on Search page..

K.. Done that, 3 times now to be sure, changing only the 051112 patches. Still get the same error on the search page. Any other ideas?

Originally I had to change some lines from like p.products to p2c.products in the index.php and that fixed categories, etc.. looks like almost the same error as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-20-2007, 08:59 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,170
Thanks: 66
Thanked 290 Times in 276 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Error 1054 on Search page..

Here is the official osCommerce bug report:
osCommerce: Bug Reports

See the 9 Jan 2006 05:25:14 post for the fix.

:
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 01-25-2007, 11:11 PM
New Member
 
Join Date: Oct 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Keilup
Default Re: Error 1054 on Search page..

Quote:
Originally Posted by michael_s View Post
You need to manually patch your 1.7 store with the update051112 patch
I'm in much the same situation as OP. I'm on 1.7. Moved to new host and got the 1054 errors immediately. Turns out it's the MySQL 5 issues. I've made a couple changes and got rid of all errors so far but one - still get 1054 in "Printable Catalog".

Anyway, what I think is best to do is upgrade my store from 1.7 to 2.0. However, after a lot of searching, I'm still not clear on how exactly to do this. If I make all the manual changes in "update051112" to my site, will it then be RC2? Or is there something else I should do first? What are the correct steps to get from 1.7 to 2.0?

If you can point me in the right direction it would be most appreciated.
__________________
Keilup

www.eboxofstuff.com
\"Home of the Flex-e-Wizard FlipAlbum/FlipPublisher Add-on\"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 09-22-2007, 04:23 AM
mnpolock's Avatar
Member
 
Join Date: Jan 2005
Location: Minneapolis, MN
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mnpolock
Default Re: Error 1054 on Search page..

Hi Michael,

Read the readme file and it say only for use with OSCMAX 2 <---

I am guessing that it doesn't fix the problem in OSCMAX V1.7 ? .... just moved to a new host still running V1.7 and seeing this problem now. Any ideas for V1.7

Thanks,

Tony
__________________
Tony ~ MNpolock
http://www.commonbronze.com/catalog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Error #1054 caused by MySQL 5.0? dwsjr osCMax v2 Installation issues 4 06-11-2006 06:50 AM
Problem (error 1054) Yari_Gio osCMax v1.7 Discussion 0 10-26-2004 01:54 AM
ERROR 1054 Anyone???? bleu osCMax v1.7 Discussion 4 06-05-2004 08:03 AM
catalog 1054 error onnig osCommerce 2.2 Installation Help 12 02-05-2003 09:49 AM
Error 1054 don osCommerce 2.2 Installation Help 1 12-31-2002 06:27 PM


All times are GMT -8. The time now is 02:25 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax