Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    0

    Default [Done v1.5.0] Media Manager Assign to Products no longer working

    Im having an issue with the Media Manager, since updating to 1.3.9h, we can no longer assign a product. Older products prior to the update have linked files and clips so there are no issues.

    Products are confirmed Music -products

    I can upload the clips, shows once the upload is complete. Once I have gone through the step by step to create, I then click "Assign to Product" and it take me back to the Admin Home page.

    So then i check the product on the front site and there's no preview appearing. I look back in the admin and check the media collection again which was just added and it says the following:

    Linked Products: 0
    Linked Clips: 1

    Please need some help....

  2. #2
    Join Date
    Aug 2005
    Posts
    26,038
    Plugin Contributions
    9

    Default Re: Media Manager Assign to Products no longer working

    Understand that you are having an issue with your upgrade

    But this is not a "Bug" and most likely something you have missed in your upgrade

    Check Private messages
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Jan 2004
    Posts
    58,259
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Media Manager Assign to Products no longer working

    thirdiphoto,
    Thanks. You uncovered a tiny bug in v1.3.9h

    The quick fix is this:

    Edit your /admin/includes/init_includes/init_sessions.php file.
    On line 40 you'll see a line that starts like this:
    Code:
      if (strpos ( $PHP_SELF, FILENAME_PRODUCTS_PRICE_MANAGER ) === FALSE
    Change it by adding some extra code near the beginning of the line, as highlighted here:
    Code:
      if (strpos($PHP_SELF, FILENAME_MEDIA_MANAGER)===FALSE && strpos ( $PHP_SELF, FILENAME_PRODUCTS_PRICE_MANAGER ) === FALSE
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  4. #4
    Join Date
    Aug 2005
    Posts
    26,038
    Plugin Contributions
    9

    Default Re: Media Manager Assign to Products no longer working

    Quote Originally Posted by DrByte
    thirdiphoto,
    Thanks. You uncovered a tiny bug in v1.3.9h
    Only the "Sensei" knows for certain!!

    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Media Manager Assign to Products no longer working

    Thank you! I was having the same issue and all is working well after making the changes you suggested.

 

 

Similar Threads

  1. [duplicate] Media Manager Not Working In 1.39h
    By notset4life in forum Bug Reports
    Replies: 2
    Last Post: 3 Mar 2011, 03:36 AM
  2. Replies: 2
    Last Post: 18 Feb 2011, 11:37 AM
  3. Replies: 1
    Last Post: 6 Feb 2011, 01:30 AM
  4. Media Manager Assign To Product Problem
    By fran in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 5 Jan 2011, 05:04 PM
  5. Cant assign products in media manager
    By ccaines in forum General Questions
    Replies: 1
    Last Post: 1 Aug 2007, 10:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •