Re: have site designed.
closed.
somebody is working on it already, thanks for the pm's.
- Tue Dec 22, 2009 1:51 am
- Replies 1
- Views 1115
have site designed.
i need someone to piece everything together, i need an immediate response. pretty much a custom template.
i have the stylesheet and it's chopped up and ready to go
pm me
- Thu Dec 17, 2009 12:33 am
- Replies 1
- Views 1115
Re: Problems with Image uploads
diff -r on the entire upload dir shows only a change in
admin/view/template/catalog/product_form.tpl
and
admin/model/catalog/product.php
- Tue Sep 01, 2009 12:32 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
well, i tried on debian and another freebsd server and it works..
do you have any suggestions on why it could be broke on my current install ?
- Mon Aug 31, 2009 2:49 pm
- Replies 42
- Views 7742
Re: Problems with Image uploads
i will try again with a fresh install on a different server.
Jump to post- Sun Aug 30, 2009 11:32 pm
- Replies 42
- Views 7742
Re: Problems with Image uploads
daniel, i promise you, the last time you asked me to download it.. i did a new install and it's still not working
Jump to post- Sun Aug 30, 2009 3:10 pm
- Replies 42
- Views 7742
Re: Problems with Image uploads
Daniel, any luck ?
Jump to post- Sat Aug 29, 2009 12:51 pm
- Replies 42
- Views 7742
Re: Problems with Image uploads
i'm sorry i dont understand your last post. if i insert a new product, even with original 1.3.2, if i add multiple pictures at once, it will work.. if i go back and try to add a 3rd or 4th image.. that's what it does, it doesn't pass the previous filename into sql after it deletes product_image's co...
Jump to post- Tue Aug 25, 2009 8:29 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
oh, no.. the query i showed you last, the one you're referring to is me inserting it manually into mysql via phpmyadmin to see if it would show both pictures and it did. i think the more important part is when i go into item 42, i go to image and i see lets say 1.jpg is the only picture there, i cli...
Jump to post- Tue Aug 25, 2009 7:17 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
in your opinion, it can't be the sql query ?
Jump to post- Tue Aug 25, 2009 6:05 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
i tried with different file names. same thing.
Jump to post- Tue Aug 25, 2009 5:56 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
$this->db->query("DELETE FROM " . DB_PREFIX . "product_image WHERE product_id = '" . (int)$product_id . "'"); i commented that out, line 141 from admin/model/catalog/product.php added a picture and it worked but now i'm not able to remove... i know that breaks things be...
Jump to post- Tue Aug 25, 2009 5:19 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
it uploads the file, the old file is still there but all the query does is send the new file name, it doesn't add it. 432015 Query DELETE FROM product_image WHERE product_id = '42' 432015 Query INSERT INTO product_image SET product_id = '42', image = 'Winter.jpg' i just think that's the problem, it'...
Jump to post- Tue Aug 25, 2009 5:06 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
thanks for the prompt response, i've tested it once again and it doesn't work, i've diff'd it, entered it manually, overwrote controller and the view file, extracted it to a new database, installed and uploaded, it's doing the same thing.. i've also verified the right code
Jump to post- Tue Aug 25, 2009 4:44 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
any luck daniel?
Jump to post- Tue Aug 25, 2009 3:19 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
thanks a lot Daniel, appreciate it.
Jump to post- Fri Aug 21, 2009 6:11 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
daniel, i understand.. but when comparing to 1.2.8, 1.2.8 adds the filenames through sql queries, your latest patched 1.3.2 still does not work. i've patched and tried it on a new installation... i'm just showing you that if you look at http://forum.opencart.com/viewtopic.php?f=20&t=5793 you can...
Jump to post- Fri Aug 21, 2009 4:41 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
i've tested it on a new install, your latest one
MD5 (opencart_v1.3.2.zip) = 7967ff82a1e423a7483e7d8d1ba68e5f
and it's doing the same thing still
- Fri Aug 21, 2009 2:34 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
411729 Query INSERT INTO product_image SET product_id = '74', image = '1.jpg' that's when i upload 1.jpg into a product i go again to the product - > image and add image, select 2.jpg i get this in the log 411736 Query INSERT INTO product_image SET product_id = '74', image = '2.jpg'
Jump to post- Fri Aug 21, 2009 2:18 am
- Replies 42
- Views 7742
Re: Problems with Image uploads
no errors, it just deletes the original images from sql.
if there is 03.jpg and 04.jpg, it will just replace it with 05.jpg in sql (if i upload 05.jpg)
- Fri Aug 21, 2009 2:05 am
- Replies 42
- Views 7742