Hi,
Uploaded osCommerce 2.3.1 to web server and am trying to configure it. I'm unable to upload store logo or images to be shown.
In Configuration/Store logo, I've browsed to where on my computer store logo is stored and opened it. When I click on Save button I get message " Error: File upload not saved." The store logo is called "store_logo.png" and is 464 X 74.
Also in Catalog/Categories/Products after renaming category and product and uploading image the image fails to appear. The path to the old image (one that came with osCommerce) is shown. My images are 400 X 360 jpg. I have altered the image width and height in Heading and Subcategory to take account of these large images.
I wonder if anyone can help. Will be very grateful.
Latest News: (loading..)
Unable to upload images or store logo
Started by raydona, Dec 07 2011, 17:22
9 replies to this topic
#1
Posted 07 December 2011, 17:22
#2
Posted 08 December 2011, 09:59
1) check if your server support the upload function via php
2) check the chmod (linux permissions) on folder.
2) check the chmod (linux permissions) on folder.
Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.
#3
Posted 08 December 2011, 20:23
Hi,
Thanks for your reply.
1) check if your server support the upload function via php
How can I do that from the control panel of my web server?
2) check the chmod (linux permissions) on folder
Which folders' permissions do I have to check? I couldn't see the store logo in the images folder. Most of the folders have chmod 644, should that be changed to 744?
Thanks for your reply.
1) check if your server support the upload function via php
How can I do that from the control panel of my web server?
2) check the chmod (linux permissions) on folder
Which folders' permissions do I have to check? I couldn't see the store logo in the images folder. Most of the folders have chmod 644, should that be changed to 744?
#4
Posted 09 December 2011, 00:16
You can check it with an FTP tool, or through your control panel. I use my file manager in my control panel sometimes. Just right click the folder, check for permissions. Like Web Project said, probably your web hosting company doesn't have their permissions set up properly. Call your webhosting company's support line, or live chat line. The only other thing is that maybe some path is off in your admin/includes/configure.php, so make sure they're all set up properly.
Also make sure yourwebsite.com/admin (wherever it is) --> Tools --> Server Info and make sure all that's correct and your admin/includes/configure file correlates with it.
Also make sure yourwebsite.com/admin (wherever it is) --> Tools --> Server Info and make sure all that's correct and your admin/includes/configure file correlates with it.
Jason
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
#5
Posted 11 December 2011, 11:09
Hi Jason,
I managed to upload the store logo and an image in the Categories/Products section. However, I can see neither on my web site. I saw in an earlier post that you had to open up includes/header.php file in the root directory and had to replace store_logo.png' and STORE_NAME in:
<div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>
with '(my)logo.png' and (my)storename, which I did. The result was that the home page disappeared completely. Incidentally I can locate the image uploaded in the Categories/Products section in the categories table (although I can't view it on the web page) but I can't locate the store logo in the database even though it was supposed to have been uploaded. Any suggestions?
I managed to upload the store logo and an image in the Categories/Products section. However, I can see neither on my web site. I saw in an earlier post that you had to open up includes/header.php file in the root directory and had to replace store_logo.png' and STORE_NAME in:
<div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>
with '(my)logo.png' and (my)storename, which I did. The result was that the home page disappeared completely. Incidentally I can locate the image uploaded in the Categories/Products section in the categories table (although I can't view it on the web page) but I can't locate the store logo in the database even though it was supposed to have been uploaded. Any suggestions?
#6
Posted 12 December 2011, 00:47
Do you have a link or anything so we can see it?
Jason
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
#8
Posted 14 December 2011, 10:07
Definitely, your permissions are all screwed up, so you'll have to contact your webhosting support people. I can't access any page on your site ... get a 404 error, so I'm just guessing. But your permissions should be set at 705 or 755, so you need to use your FTP tool or your website's control panel to ensure proper permissions -- or contact your webhosting support people, which would be the best way if you don't know how to do it yourself.
Jason
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Simple 1-2-3 Intructions on how to get, install and configure SSL
The Google Sandbox explained
Simple to follow instructions on how to change the look of your OSC
How To Make A Horrible OSC Website
my toolbox: PHP Designer 2007 - Winmerge - phpMyAdmin - WS_FTP - Photoshop - Paint Shop Pro - Crimson Editor
my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
#9
Posted 11 January 2012, 01:32
raydona, on 11 December 2011, 11:09, said:
Hi Jason,
I managed to upload the store logo and an image in the Categories/Products section. However, I can see neither on my web site. I saw in an earlier post that you had to open up includes/header.php file in the root directory and had to replace store_logo.png' and STORE_NAME in:
<div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>
with '(my)logo.png' and (my)storename, which I did. The result was that the home page disappeared completely. Incidentally I can locate the image uploaded in the Categories/Products section in the categories table (although I can't view it on the web page) but I can't locate the store logo in the database even though it was supposed to have been uploaded. Any suggestions?
I managed to upload the store logo and an image in the Categories/Products section. However, I can see neither on my web site. I saw in an earlier post that you had to open up includes/header.php file in the root directory and had to replace store_logo.png' and STORE_NAME in:
<div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>
with '(my)logo.png' and (my)storename, which I did. The result was that the home page disappeared completely. Incidentally I can locate the image uploaded in the Categories/Products section in the categories table (although I can't view it on the web page) but I can't locate the store logo in the database even though it was supposed to have been uploaded. Any suggestions?
thenightsky.org/catalog
Not much there yet, but you can see what it loads.
#10
Posted 22 January 2012, 11:31
Look at your permission settings.
Regards,
Patrick Luursema
Regards,
Patrick Luursema














