user785975
user785975

Reputation: 169

difficulties in drupal with encoding

i would like to work on a website in order to develop other fonctionalities. It works on the server but not in localhost. I use MAMP on my MAC I use the server project.

The errors are :

Can you help me?

Upvotes: 2

Views: 139

Answers (1)

Mosab Ibrahim
Mosab Ibrahim

Reputation: 133

Try getting a fresh copy from the server to your machine following theses steps:

  • Get a database backup of the server
  • Create a database locally with the same collation as the server
  • Copy the files from the server to your machine while reserving their permissions, rsync would be a great tool to do that
  • alter drupal's settings file "sites/default/settings.php" to match your local database, it now should work fine

Upvotes: 1

Related Questions