Junior Posted March 4, 2014 Report Share Posted March 4, 2014 Hi, after set Config::Set('ACARS_LIVE_TIME', 2); in my app.config now im having issues with accents in every page of my website (local). I already set my local.config and app.config to # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); Config::Set('DB_CHARSET_NAME', 'utf8'); I already set the layout.tpl <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <title><?php echo $page_title; ?></title> I already set all my mysql tables to utf-8_bin What else can I do ? ty Quote Link to comment Share on other sites More sharing options...
Tom Posted March 5, 2014 Report Share Posted March 5, 2014 It's easier to try and work out what's going on with a link... Are the characters affected in your skin or database-backed content? Are the characters correct in your database? Did you change your database charset after it got filled with weird characters? If so they won't just fix themselves you need to enter them all again or perform a find/replace if possible. Quote Link to comment Share on other sites More sharing options...
Junior Posted March 6, 2014 Author Report Share Posted March 6, 2014 Tom, I found the error (but unfortunatel idk how to fix). I get this error everytime I reupload the app.config file. I just changed the Config::Set('ACARS_LIVE_TIME', 720); to 10. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.