Jump to content

[Résolu] erreur dans config.inc.php


Recommended Posts

[RESOLU]Il semble y avoir un probleme dans mon config.inc.php à la ligne 22
mon site est installé chez free

voila ce qui m'est renvoyé

Fatal error: require_once() [function.require]: Failed opening required ‘/mnt/101/sda/6/5/sapin.sdf/prestashop/config/../classes/SubDomain.php’ (include_path=’/mnt/101/sda/6/5/sapin.sdf/include:.:/usr/php5/lib/php’) in /mnt/101/sda/6/5/sapin.sdf/prestashop/config/config.inc.php on line 22

la ligne 22 est la ligne function

/* Autoload */
function __autoload($className)
{ if (!class_exists($className, false)) require_once(dirname(FILE).’/../classes/’.$className.’.php’);
}
Si qq un peut m'aider
merci

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...