Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nicely Friend
    #189655

    Any chance of getting a J3.1 version of JA Ores? I have a complex multi-language site that (surprisingly) upgraded from 2.5.14 to 3.1.15 except for one problem with category blog layout producing a blank page. Error reporting shows:

    Fatal error: Call to undefined method JHtml::core() in D:xampphtdocssitetemplatesja_oreshtmlcom_contentcategoryblog_item.php on line 18.

    phong nam Friend
    #502020

    Hi nicely,

    You can try to open blog_item.php and add below codes into line 18th:

    if (method_exists('JHtml','core'))
    JHtml::core();
    else
    JHtmlBehavior::framework();

    Clear JAT3 cache then.

    nicely Friend
    #502065

    You’re a hero!! That sorted it 😀

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

This topic contains 3 replies, has 2 voices, and was last updated by  nicely 11 years, 3 months ago.

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