danidode Posted December 10, 2012 Share Posted December 10, 2012 Im trying to import products whit a img url of other domain via csv, but the img url don´t work, don´t show the image, someone can help? i tryed changing in the host the directive allow_url_fopen and i don´t know if i must allow the allow_url include too Link to comment Share on other sites More sharing options...
mema99 Posted December 13, 2012 Share Posted December 13, 2012 Hi, Not sure which version of Prestashop you are using, but in 1.5 you must use the full path to the external image such as: http://www.domainname.com/images/image.jpg Link to comment Share on other sites More sharing options...
danidode Posted December 14, 2012 Author Share Posted December 14, 2012 i use the complete path and i the images still without appear, in local everything works fine... please help!!! Link to comment Share on other sites More sharing options...
prestaslo Posted December 23, 2012 Share Posted December 23, 2012 Same question with me.... Link to comment Share on other sites More sharing options...
abodivb Posted December 23, 2012 Share Posted December 23, 2012 same with me Link to comment Share on other sites More sharing options...
abodivb Posted December 23, 2012 Share Posted December 23, 2012 i have solved the problem by uploading images to a new folder in my root directory and used the full link to the image and it is working well regards Link to comment Share on other sites More sharing options...
Ramsessi Posted January 5, 2013 Share Posted January 5, 2013 up Link to comment Share on other sites More sharing options...
Ramsessi Posted January 9, 2013 Share Posted January 9, 2013 There is solution https://github.com/PrestaShop/PrestaShop/commit/8d7196daf3b39d280c631882f0e3ebe473233d07 Link to comment Share on other sites More sharing options...
danidode Posted January 10, 2013 Author Share Posted January 10, 2013 i solved it deactivating the safe mode in my server... Link to comment Share on other sites More sharing options...
Arturo Gonzalez-Mata Posted June 3, 2013 Share Posted June 3, 2013 Try adding this line in the .htaccess file php_value allow_url_fopen on Link to comment Share on other sites More sharing options...
mireck Posted April 11, 2019 Share Posted April 11, 2019 For anyone coming here from google: I was not able to import images on production from external url. On localhost everyting worked fine but I got tiered of copying the database manually. The dirty solution I found was to add this code on line 1400 in AdminImportController.php $product->image = explode(',', $info['image']); Not sure why but on live server the $product object didn't include info about images. 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