ibe Posted October 15, 2011 Share Posted October 15, 2011 After searching the forum i do not have solution for my problem. I can upload category images with no peoblem. But i can not upload any product images. I followed all the advices in the forum. I spoke to my hosting support and nothing helped. Can anyone help me? Thanx. Link to comment Share on other sites More sharing options...
ibe Posted October 15, 2011 Author Share Posted October 15, 2011 apdate: This the error i am getting: Fatal error: Call to undefined function checkimageuploaderror() in /home7/xxxx/public_html/xxx/admin959/tabs/AdminProducts.php on line 917 this is from the file: /* Adding a new product image */ elseif (isset($_FILES['image_product']['name']) && $_FILES['image_product']['name'] != NULL ) { if ($error = checkImageUploadError($_FILES['image_product'])) $this->_errors[] = $error; if (!sizeof($this->_errors) AND isset($_FILES['image_product']['tmp_name']) AND $_FILES['image_product']['tmp_name'] != NULL) { if (!Validate::isLoadedObject($product)) $this->_errors[] = Tools::displayError('Cannot add image because product add failed.'); elseif (substr($_FILES['image_product']['name'], -4) == '.zip') return $this->uploadImageZip($product); else What is the error? is it the product's name? Thans, Link to comment Share on other sites More sharing options...
ibe Posted October 15, 2011 Author Share Posted October 15, 2011 edding more information: Server information Prestashop Version: 1.4.4.1 Server information: Linux #1 SMP Tue Sep 6 12:18:02 MDT 2011 x86_64 Server software Version: Apache PHP Version: 5.2.17 MySQL Version: 5.1.58-community-log Link to comment Share on other sites More sharing options...
ibe Posted October 15, 2011 Author Share Posted October 15, 2011 End of story: I found this bug report http://forge.prestashop.com/browse/PSCFI-2692 and replaced the images.inc.php file with the one I downloded for installation. Now all is working good. So maybe this is the first place to look when you can not upload pictures. well, it was very nice to correspondent with myself... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now