bvalfrey Posted January 15, 2013 Share Posted January 15, 2013 Bonjour à tous, Suite à de nombreuses recherches, je n'est toujours pas résolu mon problème. Lorsque je clique sur "identifiez-vous" cela me renvoi sur une page blanche. J'ai déjà essayé de modifier le fichier config.inc.php mais rien à faire. Si quelqu'un a la solution cela serait très sympa de la partagée. Merci. Link to comment Share on other sites More sharing options...
timmxnizar Posted January 16, 2013 Share Posted January 16, 2013 Bonjour, Essaye ça : http://emilienmalbranche.fr/prestashop-ecommerce-tutoriels/tutoriels/probleme-sous-prestashop-que-faire-face-a-une-page-blanche/ Link to comment Share on other sites More sharing options...
bvalfrey Posted January 16, 2013 Author Share Posted January 16, 2013 Merci, mais maintenant j'ai ceci "Warning: Cannot modify header information - headers already sent by (output started at /homez.604/vmart/www/my-account.php:3) in /homez.604/vmart/www/classes/Tools.php on line 73" Sais tu ce que je dois faire ? Link to comment Share on other sites More sharing options...
Olivier CLEMENCE Posted January 16, 2013 Share Posted January 16, 2013 Ce message t'indique que l'affichage ne peut pas se faire car tu as du texte qui a déjà été écrit (un echo par exemple) par le fichier my-account.php. Tu devrais donc aller voir du coté de ce fichier. Link to comment Share on other sites More sharing options...
bvalfrey Posted January 16, 2013 Author Share Posted January 16, 2013 Voilà ce que j'ai dans le fichier my-account.php : <?php /* * 2007-2012 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-2012 PrestaShop SA * @version Release: $Revision: 14007 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ ?> <?php require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('MyAccountController')->run(); ?> Link to comment Share on other sites More sharing options...
bvalfrey Posted January 21, 2013 Author Share Posted January 21, 2013 Problème résolu ! c'était un problème de redirection tout simplement. Merci quand même. 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