Jump to content

probleme sur la 1.4


Recommended Posts

bug sur installation de la 1.4 en local.


Warning: require_once(/Applications/MAMP/htdocs/prestashop-1/admin/init.php) [function.require-once]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/prestashop-1/admin/header.inc.php on line 20

Fatal error: require_once() [function.require]: Failed opening required '/Applications/MAMP/htdocs/prestashop-1/admin/init.php' (include_path='.:/Applications/MAMP/bin/php5.2/lib/php') in /Applications/MAMP/htdocs/prestashop-1/admin/header.inc.php on line 20
. a la ligne 20 j'ai ca:
require_once(dirname(__FILE__).'/init.php');

Link to comment
Share on other sites

  • 3 months later...

bonjour,

j'ai eu le même problème lors d'une install aujourd'hui.
J'ai résolus temporairement le problème en remplaçant dans le fichier header.inc.php se trouvant dans le dossier admin renommé la ligne :
require_once(dirname(__FILE__).'/init.php');
par la ligne :
require_once(getcwd().'/init.php');

En espérant que cela puisse servir à d'autres.

Salut.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...