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)
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)
To be a little more concrete change in YOURADMIN/includes/extra_datafiles/uploads_filenames.php:
from:
to:Code:define('FILENAME_UPLOADS', 'uploads.php');
Code:define('FILENAME_UPLOADS', 'uploads');
Thank You!
This solved a problem I was having also.
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.