Jump to content

[Resolved] - Class 'Configuration' not found


Recommended Posts

thanks for the quick reply, this is weird problem i got, this is my 5th installation of prestashop on my ubuntu pc apache 2 and PHP 5.2.4 Mysql 5.0.33 , all previous were ok, after i opened the file Configuration.php and saved it as is, then the page displays.

 

Thanks again for the quick response. :)

Link to comment
Share on other sites

Oh btw, i forgot to tell you, the grep command i used is :

 

grep -rn 'class Configuration' /path/to/prestashop/intallation

 

the reason why i didn't get any result is because the class declaration syntax has i think 2 tabs like this:

 

class      Configuration extends ObjectModel

{

  // rest of the class

}

 

 

 

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