Jump to content

Mon domaine.index.php me renvoi à http://localhost/prestashop/index.php


sophip

Recommended Posts

a qu'elle endroit dans la base de donnée ?

 

Prestashp ne se trouve pas dans /www mais juste dessus soit dans /prestashop

 

 

 

ex:

 

▄/

▄ prestasop

▄ www

 

 

jai verifier les droit il sont bon pour la lecture mais impossible de passer en écriture.

 

ps: sur free sa ne marche pas mais chez ovh oui (chez ovh, prestashop est dans /www et les droit index.php sont identique)

 

avez-vous ciblé l'érreur ?

MERCI

Edited by sophip (see edit history)
Link to comment
Share on other sites

Pour être plus simple voiçi la page php avec soit disant une erreur ligne 29 (donc 28 [c'est'avant dérniére ligne ])

 

<?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: 17893 $
*  @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();

 

par contre à la fin il n'y à pas de :

?>

 

 

la ligne 28 est

require(dirname(__FILE__).'/config/config.inc.php');

Edited by sophip (see edit history)
Link to comment
Share on other sites

la fermeture php n'est pas absolument nécessaire dans ce cas; donc la cause n'est du tout pas à ce niveau. vérifie que cette inclusion de fichier est intègre. Si tu n'y arrives pas, je voudrais bien te donner un pour de main. Je sens qu'il ya pas mal de choses qui n'ont été faites comme il l'aurai fallu. discutons en sur skype: atlantys_19

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...