Hi
I am using V 0.7.9
I have read all other posts related to uploading images that I can find, but still don't have an answer to my problem.
In admin/catalog/images I click 'Insert' then give 'image title' and 'file name', the image appears in the the folder: /www/upload/image but not in admin/catalog/images only 'image title' 'file name' 'date added', so when creating a 'category' or 'product' I am unable to use my images?
Cheers
I am using V 0.7.9
I have read all other posts related to uploading images that I can find, but still don't have an answer to my problem.
In admin/catalog/images I click 'Insert' then give 'image title' and 'file name', the image appears in the the folder: /www/upload/image but not in admin/catalog/images only 'image title' 'file name' 'date added', so when creating a 'category' or 'product' I am unable to use my images?
Cheers
Running v1.5.5.1
So sorry, I meant when in administration I go to catalog, then image and click insert. I fill in 'image title' and browse for 'file name' click 'Save' and a new image table is created but no image appears for use?There is no such folder as "admin/catalog/images"
So in the ftp folder on my hosts web server the images are all there as you say: www/upload/image/
Hope that is clearer now

Running v1.5.5.1
I just had the same problem. There is something wrong with the permissions. This fix http://forum.opencart.com/index.php/topic,1891.0.html and http://forum.opencart.com/index.php/topic,2510.0.htmlworked like a charm for me
Last edited by moocowsaget on Tue Dec 23, 2008 8:09 am, edited 1 time in total.
OK, got there in the end! Thanks to Bruce's post:
http://forum.opencart.com/index.php/top ... ml#msg8824
Thought it seems this was meant to be invcluded in the 0.7.9 V, well I did a clean install ... but I am a newbie
link to his post:you will need to change the save function in library\filesystem\upload.php as follows
Code:
function save($key, $file)
{
if (file_exists($file))
{
@unlink($file);
}
$status = @move_uploaded_file($_FILES[$key]['tmp_name'], $file);
if ($status)
chmod($file, 0644);
return $status;
}
http://forum.opencart.com/index.php/top ... ml#msg8824
Thought it seems this was meant to be invcluded in the 0.7.9 V, well I did a clean install ... but I am a newbie

Running v1.5.5.1
Who is online
Users browsing this forum: No registered users and 7 guests