Jump to content

madalien

Members
  • Posts

    6
  • Joined

  • Last visited

madalien's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Same... ps 1.7.1.1 install on local wamp and : Fatal error: Uncaught exception 'ICanBoogie\CLDR\ResourceNotFound' with message 'Path not defined: supplemental/codeMappings.' in C:\wamp30\www\prestashop_1.7.1.1\vendor\icanboogie\cldr\lib\WebProvider.php on line 77 SOLVED: This is a lib from symfony that retrieve resources from internet via curl... i'm behind a proxy with authentication I need set the proxy credentials in curl values ... In prestashop_1.7.1.1\vendor\icanboogie\cldr\lib\WebProvider.php public function provide($path) { $connection = $this->obtain_connection(); curl_setopt($connection, CURLOPT_URL, $this->origin . $path . '.json'); /* add */ curl_setopt($connection, CURLOPT_PROXY, 'url_proxy'); curl_setopt($connection, CURLOPT_PROXYUSERPWD, 'user:pass'); In resume: check your internet connection
  2. PHP 5.6.15, Apache 2.4.17, mysql 5.7.9. (Wamp 3.0) Previous version of prestashop 1.6 without problems , as well as laravel 5.3, silex ...all works like a charm, but PS 1.7 is frozen I try with EasyPHP and the same... I have to do a test on another computer *** UPDATED **** Tested on another computer & fresh wamp installation, all works fine, complete installation ... something is wrong in my current workspace Well... thanks everyone for your help!!!
  3. The same problem, but installed on windows wamp server ... too many redirects on http://localhost/prestashop_1.7.0.2/install/index.php?step=welcome. Unzip manual, DirectoryIndex comented, ¿permissions on windows? Nothing works....
×
×
  • Create New...