Viewing 1 post (of 1 total)
  • Author
    Posts
  • imsleepy Friend
    #149283

    Click on ANY link menu or other links related to the menu. List of errors goes on and on forever on every page. Any ideas?

    Never mind… *sheepish grin* I solved it. Though I am using PHP 5, I used the fix for the older PHP and it solved the problem.

    Changed libraries>joomla>application>pathway.php to

    function _makeItem($name, $link)
    {
    $item = new stdClass();
    if((version_compare( phpversion(), ‘5.0’ ) < 0)) {
    $item->name = html_entity_decode($name);
    } else {
    $item->name = html_entity_decode($name, ENT_COMPAT, ‘UTF-8’);
    }
    $item->link = $link;

    return $item;
    }

    Hope this helps if anyone else runs into the problem.

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  imsleepy 14 years, 7 months ago.

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