nihanshe Posted October 26, 2007 Posted October 26, 2007 Hi I have tried to upload images to my catalog without any success.I keep on getting this error : Warning: No file uploaded. I have chmod 777 the images file. file_uploads is enabled. and I have not installed any new image contribs this is the directory C:\Documents and Settings\Owner\My Documents\turnedwood\images\apple_oak_shop01.jpg I have had no problems in the past I have been trying to sort this out for weeks and looks like other people are having the same problem and reading some of the threads people cannot get to the bottom of it you are my last hope otherwise I am in th crap. Regards Sue
♥Vger Posted October 26, 2007 Posted October 26, 2007 Images need only to be 644, and you can't "chmod" them before uploading them - so if they aren't even uploading then how can you be setting their permissions to 777 ? The file pathway you give is your your Windows desktop application - it's not an online (or offline) server pathway. And you cannot 'chmod' files at all if the site is on a Windows server - as the 'chmod' command is specific to Apache servers. Vger
nihanshe Posted October 27, 2007 Author Posted October 27, 2007 Images need only to be 644, and you can't "chmod" them before uploading them - so if they aren't even uploading then how can you be setting their permissions to 777 ? The file pathway you give is your your Windows desktop application - it's not an online (or offline) server pathway. And you cannot 'chmod' files at all if the site is on a Windows server - as the 'chmod' command is specific to Apache servers. Vger Hi sorry I can upload images via FTP
Guest Posted October 27, 2007 Posted October 27, 2007 Hi sorry I can upload images via FTP You have not said that you cannot view the images in your catalog. Assuming that you are talking about product images, you upload the image file from admin where you add the products. If you make make changes to the product, you will get the warning if you do not upload the image again, so you just ignare the warning.
nihanshe Posted October 27, 2007 Author Posted October 27, 2007 Images need only to be 644, and you can't "chmod" them before uploading them - so if they aren't even uploading then how can you be setting their permissions to 777 ? The file pathway you give is your your Windows desktop application - it's not an online (or offline) server pathway. And you cannot 'chmod' files at all if the site is on a Windows server - as the 'chmod' command is specific to Apache servers. Vger Hi sorry I can upload images via FTP no problem but I cannot insall via the admin panel Categories / Products the a new product and browse for the image I click preview but I get a message athe top left corner saying Warning: No file uploaded. and yet they are showing within my directory. Thanks for the reply Sue
nihanshe Posted October 27, 2007 Author Posted October 27, 2007 You have not said that you cannot view the images in your catalog. Assuming that you are talking about product images, you upload the image file from admin where you add the products. If you make make changes to the product, you will get the warning if you do not upload the image again, so you just ignare the warning. Hi I am sorry newby at this I cannot view the image in the catalog I can add new products but no images. Regards Sue
Guest Posted October 27, 2007 Posted October 27, 2007 Hi I am sorry newby at this I cannot view the image in the catalog I can add new products but no images.Regards Sue Don't know if this will help: If images do not display in IE, but they do in firefox, and if the includes/configure.php files are correct, and the images are in the /images directory, and the permissions on the /images directory and the images are correct, then, go to includes/application_top.php and where it says $request_type = (getenv('HTTPS') == 'on') try changing the "on" to "off". If that fixes the problem, then in the HTML source of /index.php file: <base href=""> should be something like: <base href="http://www.yourdomain.com/">
nihanshe Posted October 27, 2007 Author Posted October 27, 2007 Don't know if this will help:If images do not display in IE, but they do in firefox, and if the includes/configure.php files are correct, and the images are in the /images directory, and the permissions on the /images directory and the images are correct, then, go to includes/application_top.php and where it says $request_type = (getenv('HTTPS') == 'on') try changing the "on" to "off". If that fixes the problem, then in the HTML source of /index.php file: <base href=""> should be something like: <base href="http://www.yourdomain.com/"> Hi thanks for the reply I tried what you said but still not working and its not working in either browser when I browse for the image in my add new product section I point this C:\Documents and Settings\Owner\My Documents\turnedwood\images\mypicture.jpg and I have also tried http://www.turnedwood.co.uk/images/mypicture.jpg ok I have just deleted a product from the catalog with no problem but I tried to get the image back it do not show the other thing is I dont know if the config files are correct I have installed so many contributions in the past I dont know whats right or wrong but I have not installed any image contribs I realy dont know where to go from here or what I am doing wrong. Many thanks Sue
Guest Posted October 28, 2007 Posted October 28, 2007 Hi thanks for the reply I tried what you said but still not working and its not working in either browserwhen I browse for the image in my add new product section I point this C:\Documents and Settings\Owner\My Documents\turnedwood\images\mypicture.jpg and I have also tried http://www.turnedwood.co.uk/images/mypicture.jpg ok I have just deleted a product from the catalog with no problem but I tried to get the image back it do not show the other thing is I dont know if the config files are correct I have installed so many contributions in the past I dont know whats right or wrong but I have not installed any image contribs I realy dont know where to go from here or what I am doing wrong. Many thanks Sue Your catalog images are in http://www.turnedwood.co.uk/catalog/images/ Some pics show up so the config files should be ok. Load product pictures from admin catalog where you put the product descriptions in.
nihanshe Posted October 29, 2007 Author Posted October 29, 2007 Your catalog images are in http://www.turnedwood.co.uk/catalog/images/Some pics show up so the config files should be ok. Load product pictures from admin catalog where you put the product descriptions in. Hi I have just tried to load a product picture from the admin catalog as your advised clicking on the browse button and looking for the file in the directory C:\Documents and Settings\Owner\My Documents\turnedwood\catalog\images\grapes_main.jpg but sorry to be a pain but still will not show within my store and for the live of me I cannot make out why any images don't show ] many thanks for your help in the past Sue
ecom-store Posted October 30, 2007 Posted October 30, 2007 :'( I am having the same problem Sue describes. I cannot add images to my products using the admin tool. When I try I get ther error message "Warning: No file uploaded." The description is there, bu no image. As a workaround I upload the images via ftp then change the image name in the mysql database using phpmyadmin. Does anyone know a fix for this issue? I am using ipowerweb as my webhost. Thanks
Guest Posted October 30, 2007 Posted October 30, 2007 Hi I have just tried to load a product picture from the admin catalog as your advised clicking on the browse button and looking for the file in the directory C:\Documents and Settings\Owner\My Documents\turnedwood\catalog\images\grapes_main.jpg but sorry to be a pain but still will not show within my store and for the live of me I cannot make out why any images don't show ] many thanks for your help in the past Sue Beats me, I have no idea. From what I can see, all images but one are showing, and that one is /images/image_follow.jpg and that is displayed.
nihanshe Posted October 30, 2007 Author Posted October 30, 2007 Beats me, I have no idea. From what I can see, all images but one are showing, and that one is /images/image_follow.jpg and that is displayed. many thanks for all your posts I have actually got to the bottom of image thing and found out that is was due to the server changing a few things they have advised me to put all image in the new tmp folder which was created by server and now everything is working fine I hope I was not pain in ass to much. Thanks for all your help Regards Mervyn and Sue
Guest Posted October 30, 2007 Posted October 30, 2007 many thanks for all your posts I have actually got to the bottom of image thing and found out that is was due to the server changing a few things they have advised me to put all image in the new tmp folder which was created by server and now everything is working fine I hope I was not pain in ass to much. Thanks for all your help Regards Mervyn and Sue Did they change your configure.php file?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.