Has anyone experienced problems with the media manager after assigning more then 20 clips to products? I can't seem to solve this without manually entering values using phpmyadmin. Does anyone have any ideas?
Has anyone experienced problems with the media manager after assigning more then 20 clips to products? I can't seem to solve this without manually entering values using phpmyadmin. Does anyone have any ideas?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I entered my collection into the media manager. Page 1 want fine. On page 2, I could add a media clip but I couldn't assign the clip to a product. Everything is normal until I select a category and sub category from the drop down box. Once I release the mouse button, the list on the left of the screen reverts back to page 1. I continue the process and press the add button. Then I go back to vereify and the collection stills says "Linked Product:0".
After checking with phpMyadmin, I found a that the value [media_id] in table [tfw_media_to_products] was 0 so now I just manually enter an incremental value into [media_id] as a temporary work around. It works. Does anyone have the same problem?
Observation:
After selecting an option from the drop down box
admin/media_manager.php?action=products¤t_category _id=4&mID=6
there is no reference to a page number 2 in the url< I believe that is why the screen always reverts back to page 1. Have I uncovered something? Can anyone duplicate this?
I suspect the quick solution is to change your pagination threshold from 20 to a much larger number.
Admin->Configuration->Maximum Values->Search Results Per Page ... set it to 200 instead of just 20.
What version of Zen Cart are you using?
The problem is fixed for v1.3.8
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks Dr. That's a good temporary solution. I am using Zen Cart 1.3.7.1. I have tried this on Firefox, Safari, Explorer, Mac, Windows and it's all the same.
I had a similar Media Manager problem that I solved using the "Admin->Configuration->Maximum Values->Search Results Per Page ... set it to 200 instead of just 20" work-around.
I then proceeded to add another 12 products (mp3 files) the the particular product category successfully.
Now I have reached the same problem entering the next set 21st (mp3 file) in the next category.
I'm really not sure of how to work around this problem. Any ideas?
Ahh sorted! The Admin->Configuration->Maximum Values->Search Results Per Page ... seems to have reverted to 30 during an updgrade.