Jump to content

Updater unable to add default 'latin1' mysql_charset to configuration file: Application configuration file is not writable


Recommended Posts

Got this error upon upgrade. The reason isn't a surprise - the config file has tight permissions. Just confirming that the configuration file should have this in it:

$mysql_charset = 'latin1';

Some of our tables (presumably the oldest ones) do indeed use latin1 charsets, though some (presumably the newer ones) use utf8. I'm not spotting any problems with character encodings after adding the above to the config file, however just thought I'd check to confirm others have that same configuration. I'd imagine those of you with newer initial installs would have it set to 'utf8' and all tables would use utf8 character encoding.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated