PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > ReviewPost Pro Support Forums > ReviewPost Installation & Upgrades

ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 27th, 2006, 08:57 AM   #1 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
RP3.3 - move product to a different category - content of extra fields disappear

I recently upgraded to RP3.3 and have just moved a product from one category to another and suddenlt the content of new extra fields disappeared. The same fields exist in both categories so that's not the problem. I have attempted to edit the product and re-enter the lost data but it's just not getting written to the mySQL database.
criscokid is offline   Reply With Quote
Old June 27th, 2006, 11:09 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
This would be correct. The additional extra fields are defined by category and not product so if you define extra fields for say cat a and then move a product to cat b which has no extra fields the data will not show. Now the main 6 extra fields stored in the products table will show anywhere. My comments are only for the unlimited additional fields.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 27th, 2006, 01:30 PM   #3 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
First off I'm sure it would help a huge number of people if we could come up with a standard term for the 'first six extra fields' and the 'unlimited extra fields'.

In my case the same 'unlimited extra fields' exist in all categories.

1 I have a product in Category 1. The data in the 'unlimited extra fields' shows.
2 I move the the product to Category 2. The data in the 'unlimited extra fields' does not show. I edit the product (now in Category 2) to input the data for the 'unlimited extra fields' shows and click the 'submit' button.
3 The page refreshes to show the product but my The data in the 'unlimited extra fields' don't show any data. On checking the mySQL database the The data for the 'unlimited extra fields' hasn't been written.
criscokid is offline   Reply With Quote
Old June 27th, 2006, 05:39 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
Are you using the latest download?

I am able to edit the data and input on editproduct

As far as data showing if the same unlimited field exists it will never show if you move it cause it is specifically tied to the category and each extra has a specific id.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 28th, 2006, 07:21 AM   #5 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
Using the latest version - downloaded last week I think.

I understand the issue of 'each extra having a specific id' but RP needs to at least allow users to re-enter the data by hand after moving the product to a new category. At the moment it's not accepting new data after a category move.
criscokid is offline   Reply With Quote
Old June 28th, 2006, 11:55 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
Do a test for me. Upload a new product into the same category that you moved the specific product to. Try to edit that data does it work?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 18th, 2006, 07:27 PM   #7 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
What I've found out is...

If I have a product with no data in extra fields and I later move it and then add data into the extra fields it all works ok.
If I have a product with data in extra fields and I later move it I lose the data and then adding the data back into the extra fields doesn't work.
criscokid is offline   Reply With Quote
Old July 18th, 2006, 08:53 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
try making sure editproduct.php code line 439 to the end is this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 21st, 2006, 01:52 PM   #9 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
I moved a product and lost the data in extra fields made the aforementioned code change to editproduct.php, edited the product to put the lost fields back in... but unfortunately that hasn't helped... the lost fields are still lost
criscokid is offline   Reply With Quote
Old August 21st, 2006, 02:15 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
That change above has not effect on moving data. The latest build has any necessary bug fixes but as noted you may not move a product and expect the data in the extra fields to show
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 22nd, 2006, 05:01 AM   #11 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
"but as noted you may not move a product and expect the data in the extra fields to show" - I fully understand that... the problem is that RP isn't accepting any data(data isn't being written to the database) for those fields once the product has been moved.

I've uploaded the latest version of editproduct.php and so far so good on the products that I've edited... all of the data for the extrafields is being written to the database.

Last edited by criscokid; August 22nd, 2006 at 05:21 AM.
criscokid is offline   Reply With Quote
Old August 22nd, 2006, 08:43 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
As stated fields do not move when you move a product.

You need to create additional fields on the other category. If you do this then you should be able to edit and reinput data

I have tested this and it works that I see

http://www.reeftalk.com/reviews/show...p?product=1873
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 22nd, 2006, 09:51 AM   #13 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
Chuck: I think you lost the jist of this thread as it's been going on for quite some time and you probably deal with hundreds of different threads a day.

For the benefit of anyone else that may read this thread... "As stated fields do not move when you move a product. You need to create additional fields on the other category. If you do this then you should be able to edit and reinput data"... I'm totally aware of this.

Before this 'fix' the RP database often wasn't accepting any data when you re-enter the data.
criscokid is offline   Reply With Quote
Old August 22nd, 2006, 10:01 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,810
Yes but as noted there are no issues anymore which is what I have said. Your last post sounded like you still had issues.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RP3.11 to 3.3 upgrade... new product photos (since upgrade) not being shown criscokid ReviewPost Installation & Upgrades 2 April 30th, 2006 09:34 AM
Extra Fields bada_bing Photopost Pro How Do I...? 4 April 23rd, 2006 10:43 AM
Unlimited Review Fields per Category as well as Unlimited Product Extras Categories Chuck S ReviewPost Suggestions 3 April 18th, 2006 02:35 PM
Edit Product bugs? (blank fields in product edit & strange product order) Khashyar ReviewPost Bug Reports 0 April 23rd, 2005 01:51 AM


All times are GMT -5. The time now is 06:15 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0