Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

erreur ligne 13 [ index.php ]


ceinture_noire

Recommended Posts

Posted

Bjr, Bsr

 

je pense avoir suivi à la lettre le guide d'installation mais j'obtiens une erreur à la ligne 13 de index.php quand jessaye dinstaller os commerce ms2

 

merci de m'aider car malgré des jours de recherche des la faq , je ne trouve pas de reponse à mon probleme :

 

ligne 13 => require('includes/application_top.php');

 

erreur reçue :

 

Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in C:\web\EasyPHP 2.0b1\www\catalog\index.php on line 13

 

Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.;C:/web/EasyPHP 2.0b1\php5\pear\') in C:\web\EasyPHP 2.0b1\www\catalog\index.php on line 13

 

merci pour votre aide davance

Posted

Verifier le fiche application_top.php existe dans

 

C:\web\EasyPHP 2.0b1\www\catalog\includes

 

Aussi q'est que vous avez dans le fiche /includes/configure.php

 

Le mien est comme ici

 

<?php

define('HTTP_SERVER', 'http://localhost');

define('HTTPS_SERVER', 'http://localhost');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'localhost');

define('HTTPS_COOKIE_DOMAIN', 'localhost');

define('HTTP_COOKIE_PATH', '/rc2a/');

define('HTTPS_COOKIE_PATH', '/rc2a/');

define('DIR_WS_HTTP_CATALOG', '/rc2a/');

define('DIR_WS_HTTPS_CATALOG', '/rc2a/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

peut etre vous avez besoin de change quel que information ici.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...