mark-b Posted January 28, 2015 Share Posted January 28, 2015 Could somebody help me with the following error in the backend of prestashop 1.5.6.1: Cannot connect to the PrestaShop website to get the language list. I get this error when I open the page "translations" Curl is on the server enabled. Server informationServer information: Linux #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 Server software version: Apache PHP version: 5.4.22 Memory limit: 512M Max execution time: 300 Database informationMySQL version: 5.1.73 MySQL engine: InnoDB Tables prefix: ps_ Store informationPrestaShop version: 1.5.6.1 Link to comment Share on other sites More sharing options...
tuk66 Posted January 28, 2015 Share Posted January 28, 2015 Have you tried it more times? The server could be temporarily down. Link to comment Share on other sites More sharing options...
mark-b Posted January 28, 2015 Author Share Posted January 28, 2015 yes, yesterday and today... still the same error. What must be enabled on the server to let it work correctly? Link to comment Share on other sites More sharing options...
tuk66 Posted January 28, 2015 Share Posted January 28, 2015 See Tools::file_get_contents. There are 3 different methods how to download the language pack. Link to comment Share on other sites More sharing options...
mark-b Posted January 28, 2015 Author Share Posted January 28, 2015 where can I find this? Link to comment Share on other sites More sharing options...
tuk66 Posted January 28, 2015 Share Posted January 28, 2015 /classes/Tools.php Link to comment Share on other sites More sharing options...
mark-b Posted January 28, 2015 Author Share Posted January 28, 2015 yes, but is was working before.. Link to comment Share on other sites More sharing options...
mark-b Posted January 29, 2015 Author Share Posted January 29, 2015 Problem is solved, was server issue Link to comment Share on other sites More sharing options...
assep Posted April 10, 2015 Share Posted April 10, 2015 I experienced the same thing, error [Localization]: Cannot connect to prestashop.com what's the solution ? help me? I installed prestashop in subdomain I have added the php.ini allow_url_fopen = On but the result is still an error help me.. thanks Link to comment Share on other sites More sharing options...
tuk66 Posted April 10, 2015 Share Posted April 10, 2015 Wait, prestashop.com sometimes doesn't respond. Link to comment Share on other sites More sharing options...
ps20 Posted September 30, 2015 Share Posted September 30, 2015 (edited) hi Cannot connect to the PrestaShop website to get the language list. i got this on Localizaton/Translations help me how to solve this ? on ps15 version thanks Edited September 30, 2015 by ps20 (see edit history) Link to comment Share on other sites More sharing options...
Nik_Greece Posted November 18, 2017 Share Posted November 18, 2017 (edited) on file: /controllers/admin/AdminTranslationsController.php Line 204: $arrayStreamContext = @stream_context_create(array('http' => array('method' => 'GET', 'timeout' => 8))); change 'http' with 'https' $arrayStreamContext = @stream_context_create(array('https' => array('method' => 'GET', 'timeout' => 8))); Edited November 18, 2017 by Nik_Greece (see edit history) 1 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