vzero Posted October 20, 2011 Share Posted October 20, 2011 Hello, I have a working testing/develompent version of a prestashop install working fine: It is 1.4.5.1 and I tried moving it to the live server that is currently running without any issues a 1.2.5 version of the site I get this error when I install the new version in a sub folder Fatal error: Call to undefined method MySQL::ExecuteS() path/content/newsite/classes/Configuration.php on line 282 I removed the full path to config for security reasons. I though it was because of DB Type Missmatch. The testing server was MyISAM and the live is in InnoDB so I switched over to InnoDB but that didn't do anything. The settings.config file are exactly the same except for DB login and url info. PHP settings 5.2.13 MySql 5.0.77 Any Ideas? Link to comment Share on other sites More sharing options...
vzero Posted October 21, 2011 Author Share Posted October 21, 2011 Turns out to be a server config issue. 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