Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kikabisogno Friend
    #146520

    Hi,
    I installed the Quickstart MONA template on my sever and I am getting the following error in every page, EXCEPT the home page which renders perfectly

    This error appears between the Breadcrumbs and the actual content. What might be causing this problem? I have worked with other JA templates and have never encounter this error message.

    I appreciate any help you can give me since I would really like to use this design

    Thank You

    kikabisogno Friend
    #325556

    Hi, I fixed the problem!

    Something about a php bug decoding HTML entities into UTF-8

    I changed the line 209 on pathway.php from:
    $item->name = html_entity_decode($name, ENT_COMPAT, ‘UTF-8’);
    to
    $item->name = html_entity_decode($name);

    and the problem is Gone!:D

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  kikabisogno 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum