Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2011
    Posts
    33
    Plugin Contributions
    0

    Default File Upload Not Saved Message

    After setting up ZenCart, I was able to add a product and include an image when testing it. I am ready to add products and now it is not letting me add images. I have tried both uploading through admin and FTP. In the Admin the error on the preview page says "File Upload Not Saved". Please explain or offer some direction. Thank You

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: File Upload Not Saved Message

    Check the permissions on your /images and any subdirectories that you are using that they are either 777 or 755 depending on your server ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Oct 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: File Upload Not Saved Message

    I have gone through and checked (hopefully) all my permissions. Still no luck in adding images. After initially setting up ZenCart and experimenting with it, the final details that were done were the security settings. Is there anything in those that would have stopped me from being able to add images?

    Thanks

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: File Upload Not Saved Message

    Could you look at the file, on the server:
    /images/.htaccess

    and ensure that your file type is listed in there ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Oct 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: File Upload Not Saved Message

    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
    Order Allow,Deny
    Allow from all
    </FilesMatch>

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: File Upload Not Saved Message

    And what is the filename and extension that you are trying to add?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Oct 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: File Upload Not Saved Message

    I will be using JPGs and GIFs. Sorry I guess that would have been
    helpful.

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: File Upload Not Saved Message

    And you are sure that the directories for /images and all subdirectories are set to 777 ...

    Could you post, from the server, without your secret admin name or password the file:
    /your_secret_admin/includes/configure.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Oct 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: File Upload Not Saved Message

    Went to /images and included it's subdirectories and set permissions for Owner only. I watched as it went through each folder. Noticed the responses as it was going through the files. Some said "command not understood". I am including a random selection of these.

    After it finished, I waited a few minutes. Still could not upload. Went back to check the permissions on the server and they were not checked??????

    Attaching config.php file requested.


    Here's the server responses: (random selection)


    Status: Set permissions of '/zencart/images/samples/1_small.jpg' to '744'
    Command: SITE CHMOD 744 1_small.jpg
    Response: 500 'SITE CHMOD 744 1_small.jpg': command not understood
    Status: Set permissions of '/zencart/images/sierra/Thumbs.db' to '744'
    Command: SITE CHMOD 744 Thumbs.db
    Response: 500 'SITE CHMOD 744 Thumbs.db': command not understood
    Status: Set permissions of '/zencart/images/sierra/swat_3.gif' to '744'
    Command: SITE CHMOD 744 swat_3.gif
    Response: 500 'SITE CHMOD 744 swat_3.gif': command not understood
    Status: Set permissions of '/zencart/images/uploads/.htaccess' to '744'
    Command: SITE CHMOD 744 .htaccess
    Response: 500 'SITE CHMOD 744 .htaccess': command not understood
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	capture3.jpg 
Views:	55 
Size:	38.1 KB 
ID:	9774   Click image for larger version. 

Name:	capture5.jpg 
Views:	57 
Size:	18.5 KB 
ID:	9775   Click image for larger version. 

Name:	capture4.jpg 
Views:	70 
Size:	44.5 KB 
ID:	9776  


  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: File Upload Not Saved Message

    The files should be 644 and the directories and subdirectories 777 ...

    Try changing /images to 777 ... can you then add a file to that directory when editing a Product?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Error: File upload not saved
    By leon2lil in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 24 Jul 2015, 01:00 AM
  2. v139d Error: File upload not saved
    By RDClipart in forum General Questions
    Replies: 1
    Last Post: 12 Feb 2012, 03:12 PM
  3. Error: File upload not saved.
    By Solarpitch in forum General Questions
    Replies: 4
    Last Post: 24 Aug 2008, 08:01 PM
  4. Error: File upload not saved
    By Dream Consultancy in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 24 Apr 2007, 09:37 AM
  5. Error: File upload not saved.
    By businesstoweb in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 5 Dec 2006, 06:34 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR