- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I migrated my magento to another server and I have these messages http://new.cavaarion.gr/
I changed the local.xml with db details from etc/ and the db urls to my new ones...but I have these matters...
what can i do?
thank you in advance
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mitzelaki This is definetelly due to database connection. Your steps are correct to change DB detail into local.xml file, before that on your migrated server have you create new Database and assign user to that newly created Database ? Do make sure you have give all privileges to newly created DB.
Yes you also need to change URL into core_config_data table.
Good luck
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!Thank you for your response..yes I have a new role and pass to my new database...as for the privileges what do you mean?can i assign them from phpmyadmin or somewhere in magento (I am front-end dev so with this stuff I dont have a lot of exp)
thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mitzelaki This is definetelly due to database connection. Your steps are correct to change DB detail into local.xml file, before that on your migrated server have you create new Database and assign user to that newly created Database ? Do make sure you have give all privileges to newly created DB.
Yes you also need to change URL into core_config_data table.
Good luck
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!Thank you for your response..yes I have a new role and pass to my new database...as for the privileges what do you mean?can i assign them from phpmyadmin or somewhere in magento (I am front-end dev so with this stuff I dont have a lot of exp)
thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Hosting server migration issue
@mitzelaki You can assign privileges from Cpanel Or SSH to database user.
Magento Programmer | Was my answer helpful? You can accept it as a solution.