1 Attachment(s)
Customer Uploaded Files Plugin: Sorry, your security clearance does not allow you...
Hi All,
I've been using the Customer Uploaded Files Plugin, and it has been great. It however does not work with when I assign another user with view and download uploaded files privilege, at least in my case. Whenever the other user tries to access "upload" under the "customers" menu, the system displays this message:
Sorry, your security clearance does not allow you to access this resource.
Please contact your site administrator if you believe this to be incorrect.
Sorry for any inconvenience.
I wonder if anyone else has experienced the same problem, more importantly, if anyone found the solution to this issue? Any suggestions, help is welcome and would be much appreciated.
Attachment 10589
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)
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');
Re: Customer Uploaded Files Plugin
Thank You!
This solved a problem I was having also.
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