Jump to content

instalando prestashop en servidor godaddy


Recommended Posts

Hola buenas noches a todos, por favor alguien me puede aydudar? He instalado prestashop en servidor godaddy y la instalación parece ser correcta pero al intentar ir al panel de administración me devuelve el error:

 

 

Warning: include(PS_ADMIN100_DIR/../config/config.inc.php) [function.include]: failed to open stream: No such file or directory in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 31

 

Warning: include() [function.include]: Failed opening 'PS_ADMIN100_DIR/../config/config.inc.php' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 31

 

Warning: include(PS_ADMIN100_DIR/functions.php) [function.include]: failed to open stream: No such file or directory in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 32

 

Warning: include() [function.include]: Failed opening 'PS_ADMIN100_DIR/functions.php' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 32

 

Warning: include(PS_ADMIN100_DIR/header.inc.php) [function.include]: failed to open stream: No such file or directory in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 33

 

Warning: include() [function.include]: Failed opening 'PS_ADMIN100_DIR/header.inc.php' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 33

 

Fatal error: Class 'Tools' not found in D:\Hosting\9009547\html\prestashopv1\admin100\index.php on line 38

 

 

Y cuando voy a la página de inicio:

 

Warning: require(D:\Hosting\9009547\html\prestashopv1/config/config.inc.php) [function.require]: failed to open stream: No such file or directory in D:\Hosting\9009547\html\prestashopv1\index.php on line 28

 

Fatal error: require() [function.require]: Failed opening required 'D:\Hosting\9009547\html\prestashopv1/config/config.inc.php' (include_path='.;C:\php5\pear') in D:\Hosting\9009547\html\prestashopv1\index.php on line 28

 

Muchas gracias

 

Josep

Link to comment
Share on other sites

Hola. Sí, renombré la carpeta admin a admin100 y la install la borré.

 

Al abrir el fichero index.php me sale:

 

<?php

/*

* 2007-2011 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-2011 PrestaShop SA

* @version Release: $Revision: 9068 $

* @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');

ControllerFactory::getController('IndexController')->run();

 

 

COmo lo ves? El fichero config.inc.php existe y está instalado en la carpeta \config

 

 

 

Josep

Link to comment
Share on other sites

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