thierry_02 Posted November 17, 2010 Share Posted November 17, 2010 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 20Fatal 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 More sharing options...
probesys Posted February 28, 2011 Share Posted February 28, 2011 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 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