Jump to content

Modify db acces


Grem83

Recommended Posts

you can find this folder

 

app/config/parameters.php

Thanks

 

Thanks for your answer, i tried modify this file like that

<?php return array (
'parameters' => 
array (
'database_host' => 'xxxxx.mysql.db',
'database_port' => NULL,
'database_name' => 'xxxx',
'database_user' => 'xxxx',
'database_password' => 'xxxx',
'database_prefix' => 'bs_',
'database_engine' => 'InnoDB',
'mailer_transport' => 'smtp',
'mailer_host' => '127.0.0.1',
'mailer_user' => NULL,
'mailer_password' => NULL,
'secret' => 'ThisTokenIsNotSoSecretChangeIt',
'ps_caching' => 'CacheMemcache',
'ps_cache_enable' => false,
'ps_creation_date' => NULL,
'locale' => 'en-US',
'new_cookie_key' => 'def00000d13245fff4239e02c6803e79a97f49e47165a8564462dc2126600ed04c18fc00f9ff98aead689ffded3a5abc6af842b77aba8dd492f38912f23aa9ea74d35430',
),
);

but i have error : Error: "install" directory is missing

 

So i think the best way i have to migrating, is install fresh ps and then import db, images and theme from original installation to new one.

Link to comment
Share on other sites

  • 2 months later...

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