osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Product Attributes Class problem

This is a discussion on Product Attributes Class problem within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hi All, I have oscMax RC2 loaded with the latest patch. Most things seem to be working fine, but I ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 05-19-2006, 12:08 PM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default Product Attributes Class problem

Hi All,

I have oscMax RC2 loaded with the latest patch. Most things seem to be working fine, but I am having a problem with the product attributes. Whenever I activate a product attribute for an item, it returns the following error on the main shop product page:

Quote:
Fatal error: Cannot instantiate non-existent class: pad_multiple_dropdowns_otf in /insert directory here/catalog/templates/fallback/content/product_info.tpl.php on line 116

I checked to make sure that the classes were uploaded correctly and evertything seemed to be there. It seems to be within the new QT code, but I'm not familiar enough with it to know what its doing. Any Ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 05-19-2006, 01:25 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,492
Thanks: 73
Thanked 334 Times in 313 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: Product Attributes Class problem

In your admin, change the QT pro setup to use pad_multiple_dropdowns not pad_multiple_dropdowns_otf.

Configuration Product Information

Edit 'Product Attribute Display Plugin'

Select 'Multiple Dropdowns'
__________________
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.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 05-19-2006, 01:40 PM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default

Unfortunately it does the exact same thing for any selection that I make. Whether it's base or radio, etc, which is why I wasn't sure what was going on. Is there a permissions thing that needs to happen with those classes?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 05-19-2006, 06:22 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,492
Thanks: 73
Thanked 334 Times in 313 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

Do you have the page cache on? If you do, you need to clear it out, as the cart will only grab the cached page and no changes will be reflected...
__________________
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.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 05-19-2006, 06:43 PM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default

I don't have page caching turned on, but here might be another clue:

When the value is set to base, multiple_dropdowns, multiple_dropdowns_otf or sequenced_dropdown I get the error listed here:

Quote:
Fatal error: Cannot instantiate non-existent class: pad_multiple_dropdowns_otf in /insert directory here/catalog/templates/fallback/content/product_info.tpl.php on line 116
If I set it to single_dropdown or single_radioset, I get this error

Quote:
Fatal error: Class pad_single_dropdown: Cannot inherit from undefined class pad_base in /insert directory here/catalog/includes/classes/pad_single_dropdown.php on line 52
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 05-19-2006, 06:48 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,492
Thanks: 73
Thanked 334 Times in 313 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

Your problem is a bad path:

/insert directory here/

That surely is not a valid path! You need to edit your /includes/configure.php file and remove that portion and replace it with the correct server path...
__________________
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.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 05-20-2006, 03:59 AM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default

Um, that's not the actual path error that I get back. The path is correct.

I put that "insert path here" in there to keep the hackers at bay at least a little bit when posting to a forum....didn't want them to have to much information about the directory structure. The path is fine...I have just had some bad experiences here lately with the script kiddies.



(Just a little background: I have been working with OSC and Nuke for many years now and have installed numerous mods, modules, and my own custom hacks. I'm not a hard core programmer, but I know my way around the scripts a bit. Sometimes I get a little dense though and need a nudge (or slap) in the right direction. )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

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
Product Attributes problem joanstead osCMax v2 Features Discussion 2 02-13-2006 08:21 PM
Product Options / Product Attributes.. pulldown sorting.? Preston osCommerce 2.2 Discussion 5 11-24-2005 06:53 PM
Specific Product Image based on chosen product attributes? chrisrex osCMax v2 Customization/Mods 0 11-22-2005 08:41 AM
Product Attributes kama_k osCommerce 2.2 Modification Help 0 10-20-2004 06:49 AM
Product attributes problem yan osCommerce 2.2 Modification Help 1 03-04-2004 08:42 AM


All times are GMT -8. The time now is 04:53 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax