Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

    Default Re: Customer Uploaded Files Plugin

    Check how you defined the filenames, normally done in includes/extra_datafiles/xxxx.php
    You problaby have defined the filename as xxxx.php in this file. Change the define to xxxx (without the .php)

  2. #2
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

    Default Re: Customer Uploaded Files Plugin

    To be a little more concrete change in YOURADMIN/includes/extra_datafiles/uploads_filenames.php:
    from:
    Code:
    define('FILENAME_UPLOADS', 'uploads.php');
    to:
    Code:
    define('FILENAME_UPLOADS', 'uploads');

  3. #3
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Customer Uploaded Files Plugin

    Thank You!
    This solved a problem I was having also.

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Customer Uploaded Files Plugin

    The root cause of this issue has been submitted as a suggested code improvement for Zen Cart.

    http://www.zen-cart.com/showthread.p...eck_page%28%29
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. Replies: 7
    Last Post: 9 Jun 2012, 04:34 AM
  2. Replies: 3
    Last Post: 21 Mar 2012, 01:57 AM
  3. Replies: 1
    Last Post: 2 Jul 2010, 06:13 PM
  4. Sorry, your security clearance does not allow you to access this resource
    By thirupathy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Dec 2009, 11:19 AM
  5. Replies: 3
    Last Post: 29 Jun 2009, 03:45 AM

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