Jump to content

problème hébergement chez AMEN


Recommended Posts

Je suis hébergé chez AMEN et voilà les caractéristiques du serveur (hébergement sous Linux).
PHP : Version 5.2.5
API Php MySQL : Version 5.0.45
Perl : Version 5.8.8
Python: Version 2.6.1
Ruby: Version1.8.7

Après avoir installé Prestashop à la racine de mon site public/www/mes dossiers, je lance la commandewww. monsite/install.
Voilà ce qui apparaît à l’écran

* @copyright 2007-2010 Prestashop SA * @version Release: $Revision: 1.4 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registred Trademark & Property of PrestaShop SA */ header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date dans le passé if (function_exists('date_default_timezone_set')) date_default_timezone_set('Europe/Paris'); /* Redefine REQUEST_URI if empty (on some webservers...) */ $_SERVER['REQUEST_URI'] = str_replace('//', '/', $_SERVER['REQUEST_URI']); if (!isset($_SERVER['REQUEST_URI']) || $_SERVER['REQUEST_URI'] == '') $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME']; if ($tmp = strpos($_SERVER['REQUEST_URI'], '?')) $_SERVER['REQUEST_URI'] = substr($_SERVER['REQUEST_URI'], 0, $tmp); define('INSTALL_VERSION', '1.4.0.12'); define('MINIMUM_VERSION_TO_UPDATE', '0.8.5'); define('INSTALL_PATH', dirname(__FILE__)); if (version_compare(phpversion(), '5.0.0', '<')) { echo '

PrestaShop requires PHP5 or later, you are currently running: '.phpversion().'
If you don\'t know how to enable it, you can use our hosted PrestaShop service on http://www.prestabox.com.


'; die; } require(dirname(__FILE__).'/../config/autoload.php'); include_once(INSTALL_PATH.'/classes/ToolsInstall.php'); /* Prevent from bad URI parsing when using index.php */ $requestUri = str_replace('index.php', '', $_SERVER['REQUEST_URI']); $tmpBaseUri = substr($requestUri, 0, -1 * (strlen($requestUri) - strrpos($requestUri, '/')) - strlen(substr(substr($requestUri,0,-1), strrpos( substr($requestUri,0,-1),"/" )+1))); define('PS_BASE_URI', $tmpBaseUri[strlen($tmpBaseUri

Pouvez-vous m’aider !

Merci

38376_gw8MzsAlP6LpwYctWHfx_t

Link to comment
Share on other sites

PrestaShop requires PHP5 or later, you are currently running: '.phpversion().'


Le php 5 chez amen doit surement être désactivé par défaut. Il faut activer le php5 via le htaccess. Je suis en train de développer un module pour une gestion complète du htaccess. ( ici ). Si vous avez des problèmes n'hésitez pas à participer sur ce poste car la collecte des erreurs sur les différent hébergeurs est assez laborieuse.
Link to comment
Share on other sites

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...