Php mysql error after move to new server

Getting this:





Warning: require(/home/warped/public_html/store/core/db/mysql.php) [function.require]: failed to open stream: No such file or directory in /home/warped/public_html/store/init.php on line 34



Fatal error: require() [function.require]: Failed opening required ‘/home/warped/public_html/store/core/db/mysql.php’ (include_path=‘/home/warped/public_html/store/lib/pear/.:/usr/lib/php:/usr/local/lib/php’) in /home/warped/public_html/store/init.php on line 34





[url]http://warpedtoys.com/store/index.php[/url]





Any ideas?

Edit config.local.php and make sure



$config[‘db_host’] = ‘whatever’;

$config[‘db_name’] = ‘whatever’;

$config[‘db_user’] = ‘whatever’;

$config[‘db_password’] = ‘whatever’;



match your new server settings

I was missing the full core dir thats odd the only thing that was missing… fixing the config now.