Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthoralake
     

    After installing the admin plugin, I tried to execute it. On the Dashboard > index page, I have the following repeated many times: Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /home/alan/develop/Software/akelos/lib/AkActionView/helpers/tag_helper.php on line 90. I'm not getting any text output.

    I'm running Akelos on Fedora 9, viewing my program with Firefox 3.0.

    I do not see "ANSI_X3.4-1968' in the Akelos source code or in my project. On the line in question, charset is a variable. Does anyone know where $charset gets its value from? How may this problem be resolved? BTW, I want to specify UTF-8 for the charset.

    • CommentAuthoralake
     

    I think that I'm barking up the wrong tree with this discussion. I'm sinking this and opening a new discussion about the use of the admin plugin after I check to see whatever else is out on the forum.

    •  
      CommentAuthorbermi
     

    Alan, you should check out your php.ini in case you're using ANSI_X3.4-1968 as your default charset.

    As per PHP docs http://www.php.net/htmlentities does not accept ANSI_X3.4-1968

    BTW have you checked /config/locales/*.php $locale['charset'] = '??';?