ungars Posted February 26, 2016 Share Posted February 26, 2016 (edited) Bonsoir, Je pense avoir un problème avec le fichier .htaccess. J' ai téléchargé une archive que j' ai décompressé, et mis sur mon mutualisé chez Online. Lorsque je lance l' installation, je me retrouve avec cette erreur : Parse error: syntax error, unexpected T_OBJECT_OPERATOR in index.php on line 28 Je fais une recherche sur ce site, je déduis qu' il existe un problème avec mon fichier .htaccess, qui n' existe pas à la racine de mon site. Je le crée, et vu que le post qui m' aide date un peu (on parle de php5 alors qu' il me faut le 5.2), je l' adapte ce qui donne : SetEnv PHP_VER 5.2 AddType x-mapp-php5.2 .php Et là j' ai cela qui s' affiche, lorsque je lance l' installation : <?php /* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require(dirname(__FILE__).'/config/config.inc.php'); Dispatcher::getInstance()->dispatch(); Je ne sais pas ce qu' il se passe, c' est la première fois que cela m' arrive. Merci pour votre aide, bonne soirée. Edited February 27, 2016 by ungars (see edit history) Link to comment Share on other sites More sharing options...
Johann Posted February 26, 2016 Share Posted February 26, 2016 Change ton setenv pour passer à php 5.4 Link to comment Share on other sites More sharing options...
Eolia Posted February 27, 2016 Share Posted February 27, 2016 Chez Online cela se passe dans votre tableau de bord, vous n'avez pas à toucher au fichier .htaccess https://documentation.online.net/fr/hebergement-mutualise/gestion-web/configuration-php?s#versions_de_php Link to comment Share on other sites More sharing options...
ungars Posted February 27, 2016 Author Share Posted February 27, 2016 Bonjour à tous et merci pour vos réponses. Effectivement il fallait passer par la console pour changer la version de php. C' est chose faite, et l' installation est en train de se faire. Merci encore et bon week end. 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