osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Attribute Manager - edit product returns no data

This is a discussion on Attribute Manager - edit product returns no data within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I thought I posted this yesterday but can't find it anywhere. I just moved an oscmax install from one host ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 07-26-2007, 07:30 AM
New Member
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
seaserver
Default Attribute Manager - edit product returns no data

I thought I posted this yesterday but can't find it anywhere. I just moved an oscmax install from one host to the another and everything works fine except the Attribute Manager.

When I select a product and click on edit, no attributes are displayed. The page comes back to the list of products you can select to edit.

Any ideas on what could be causing this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #2  
Old 07-28-2007, 05:12 PM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 227
Thanks: 10
Thanked 32 Times in 18 Posts
Rep Power: 8
JohnW has a spectacular aura aboutJohnW has a spectacular aura about
Default Re: Attribute Manager - edit product returns no data

Have you checked you database to make sure it transferred correctly? Seems like the most likely cause.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-30-2007, 11:59 AM
New Member
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
seaserver
Default Re: Attribute Manager - edit product returns no data

I'm new to OscMax so not sure where in the database this is stored. There are values assigned in the products_options, products_options_values and products_options_values_to_products_options. I don't see anything about the attribute manager in the database. Where would I find this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-30-2007, 01:20 PM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 227
Thanks: 10
Thanked 32 Times in 18 Posts
Rep Power: 8
JohnW has a spectacular aura aboutJohnW has a spectacular aura about
Default Re: Attribute Manager - edit product returns no data

The mysql tables you mentioned are the ones I'm referring to, and also products_stock. Basically, did you make sure all your data transferred correctly and specifically those tables?

You can check for these files in your admin folder
new_attributes
new_attributes_change
new_attributes_config
new_attributes_functions
new_attributes_include
new_attributes_select

I'm not sure if there are more files with this contribution off hand.

At the same time you can use a file comparer like Beyond Compare (free for 30 days) to compare your files. You can compare the whole site folder with that.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-30-2007, 02:20 PM
New Member
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
seaserver
Default Re: Attribute Manager - edit product returns no data

I've checked all the files in the admin folder and they seem to be in check. I have also checked the data in the database and all the values in all the fields are assigned in all the tables mentioned above including products_stock. I can send you the php files and export the data in the database for you to review if it would be helpful.

I didn't have any files to compare (although Beyond Compare is a great program and I use it frequently). The files on my hard drive came directly from the previous host, so I did upload them again but still no cigar.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-30-2007, 02:39 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,079
Thanks: 81
Thanked 348 Times in 327 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: Attribute Manager - edit product returns no data

Did you check the bugtracker:
183: RC3 Attributes Manager Issue - no attributes aren't selected. - Bug Tracker - open source Commerce Maximized :: osCMax
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • 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. Default multi server configuration for exceptional performance!

  • 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!
Reply With Quote
  #7  
Old 07-30-2007, 03:12 PM
New Member
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
seaserver
Default Re: Attribute Manager - edit product returns no data

Yes. I checked this already and although the FORM METHOD is only included in new_attributes_include. It looks like the following which is correct

<FORM ACTION="<?=$PHP_SELF?>" METHOD="POST" NAME="SUBMIT_ATTRIBUTES">
<INPUT TYPE="HIDDEN" NAME="current_product_id" VALUE="<?=$current_product_id?>">
<INPUT TYPE="HIDDEN" NAME="action" VALUE="change">

I'm pretty stumped on this one. I've been googling this for days and can't find any other instances where anyone has had this problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-30-2007, 03:14 PM
New Member
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
seaserver
Default Re: Attribute Manager - edit product returns no data

To amend what exactly is happening, when I select a product and click Edit, the pages reloads like it wants to load the data, but it never returns anything except the blank page where you can select the product.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 08-09-2007, 12:28 PM
New Member
 
Join Date: Mar 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
seaserver
Default Re: Attribute Manager - edit product returns no data

I am still pulling my hair out over this one. I can see all the attributes for all the products in the Product Attributes. I can see all the stock for each product in the Categories/Products. But the Attribute Manager will not pull any of this data that I know exists in the database and in the store admin. All the products are listed in the Attribute Manager, but when I click on each product and click Edit the following screen keeps coming back. http://www.elizabeth3.com/attribute_manager_error.jpg

I've done a file comparison on the all new_attributes files between the files on my server and the original contribution and they are identical.

products_options_values, products_options_values_to_products_options and products_stock are all populated in the database.

This apparently worked fine on the server it was previously hosted, but hasn't worked since I moved it to my server. I have got to get this working and don't know where else to look.

I'm anxious for a reply.

Thanks,
Michelle
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-09-2007, 08:59 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,079
Thanks: 81
Thanked 348 Times in 327 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: Attribute Manager - edit product returns no data

Well, why not start with the differences between the previous server and your current one?

That should narrow your focus.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • 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. Default multi server configuration for exceptional performance!

  • 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!
Reply With Quote
Sponsored Links
Advertisement
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
AJAX Attribute Manager michael_s New osCommerce Contributions 0 05-16-2007 07:23 PM
AJAX Attribute Manager michael_s New osCommerce Contributions 0 05-06-2007 09:18 PM
New Attribute Manager michael_s New osCommerce Contributions 0 03-05-2007 12:51 AM
New Attribute Manager michael_s New osCommerce Contributions 0 03-05-2007 12:19 AM


All times are GMT -8. The time now is 05:24 AM.


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