Page 9 of 9 FirstFirst ... 789
Results 81 to 84 of 84
  1. #81
    Join Date
    Nov 2017
    Location
    Athens, Georgia, USA
    Posts
    99
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Quote Originally Posted by thomaswhiteeagle View Post
    did that. added the content to configure.php. except the 2 lines in the readme file dont exist in confgure.php on 1.5.5f. now it almost works but when I click the image link I get this: File "/home/xxxxx/public_html/xxxx/DIR_WS_IMAGESuploads/2.png" does not exist (254)

    THAT I was able to get working by changing
    PHP Code:
    define('DIR_WS_UPLOADS'DIR_WS_IMAGES 'uploads/'
    to
    PHP Code:
      define('DIR_WS_UPLOADS'images '/uploads/'); 
    After that, everything worked fine.

  2. #82
    Join Date
    Nov 2017
    Location
    Athens, Georgia, USA
    Posts
    99
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Quote Originally Posted by Design75 View Post
    quick fix for v1.4

    add global $db; to uploads.php
    so that
    PHP Code:
    function download_file($index$oid) {
    //  Look up in the database of upload files, that 
    looks like
    PHP Code:
    function download_file($index$oid) {
    global 
    $db;
    //  Look up in the database of upload files, that 

    Made that change, and everything is golden! Which is wonderful, because this is like, the number 1 add-on I use for our store.

  3. #83
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Quote Originally Posted by Lordzoabar View Post
    THAT I was able to get working by changing
    PHP Code:
    define('DIR_WS_UPLOADS'DIR_WS_IMAGES 'uploads/'
    to
    PHP Code:
      define('DIR_WS_UPLOADS'images '/uploads/'); 
    After that, everything worked fine.
    Perfect. thanks much for the help!

  4. #84
    Join Date
    Nov 2017
    Location
    Athens, Georgia, USA
    Posts
    99
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    So we've got a second website that we do pretty much the same thing as we do on our primary site, except that it's geared more towards business owners exclusively. It hasn't been updated in a while, just because it really hasn't needed to be, but I was at least wanting to get some of the same modules installed as on our primary. I've got this plugin installed and working perfectly fine, except I have no idea where customer files are actually getting uploaded to, because they are definitely not going to images/uploads. The site (FrameBiz.com) is running on 1.5.4 still, but the uploads SHOULD still be pointing to images/uploads I would think. Where else might they be going, or where would I look to see if a different folder is being pointed to?

 

 
Page 9 of 9 FirstFirst ... 789

Similar Threads

  1. Replies: 9
    Last Post: 9 May 2013, 09:57 PM
  2. CUSTOMER UPLOADED FILES LIST AND DOWNLOAD issue
    By jcwynford in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Dec 2010, 08:40 AM
  3. Where do uploaded customer files go?
    By kcb410 in forum Managing Customers and Orders
    Replies: 4
    Last Post: 22 Jul 2010, 03:13 AM
  4. Customer uploaded files
    By stars62 in forum General Questions
    Replies: 2
    Last Post: 12 Mar 2010, 06:22 PM
  5. How do I set up downloads? Download manager isn't showing my uploaded files
    By durkmusic in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Jul 2009, 12:29 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR