I cannot upload images and use them at ALL. Anytime I do, the Image Manager refuses to see the contents of the folder they are in - the images are still there, but it will simply show nothing for that folder. It doesn't matter if the images are JPG, TIF, or PNG. It doesn't matter if I upload the images via Image Manager, FTP, or web control panel. It doesn't matter if I process the images through Photoshop or PSP7. No matter what I do, uploading any image results in complete failure of the image manager to show any images at all in any folder I add images to. Deleting the images makes no difrent. The only non-demo images that work were all ones I uploaded a few weeks ago, and those work regardless of format. Can you help please.

To properly update your images in database, assure to have all instances from the model relying on images:
to read:
Note: This modification is only for database sanitizing. It does not have anything to do with folder permissions. v1.5.2.1 already uses this fix.
Code: Select all
$this->db->escape($data['image'])
Code: Select all
$this->db->escape(html_entity_decode($data['image'], ENT_QUOTES, 'UTF-8'))
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Which OC version are you using ?konservasi wrote:What directory did I find that script?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I facing the same problem, though everything was working earlier. I am using OC 1.5.1.3
I see product listed in database, I can see its entry. Product detail page is not shown but category is shown
http://www.sportyhabits.com/kids
When I click on product details are not shown. If I open and modify anything in the database and save then product image is not saved.
Any help is appreciated.
I see product listed in database, I can see its entry. Product detail page is not shown but category is shown
http://www.sportyhabits.com/kids
When I click on product details are not shown. If I open and modify anything in the database and save then product image is not saved.
Any help is appreciated.
This issue has been corrected since OpenCart v1.5.2.1 release. It was a parsing problem during SQL insertion from the admin.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
- admin/model/catalog/category.php
- admin/model/catalog/manufacturer.php
- admin/model/catalog/product.php
- admin/model/sale/voucher_theme.php
- admin/model/catalog/manufacturer.php
- admin/model/catalog/product.php
- admin/model/sale/voucher_theme.php
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 11 guests