Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cesargm Friend
    #176838

    I have the following problem with the plugin

    PHP Fatal error: Class ‘JParameter’ not found in [RUTA]pluginscontentplg_jathumbnailplg_jathumbnail.php on line 49

    Someone feels the same or know how to fix it?

    Saguaros Moderator
    #452170

    Hi cesargm,

    Which version of Joomla are you using? and PHP version?

    psergent Friend
    #472410

    I also happen the same

    Saguaros Moderator
    #472468

    Hi psergent,

    It seems that you’r using Joomla 2.5, right?

    JParameter is deprecated on joomla 2.5. use JRegistry instead, please check out file:
    /home/elpopula/public_html/plugins/content/plg_jathumbnail/plg_jathumbnail.php
    and replace:

    $this->pluginParams = new JParameter($this->plugin->params);
    with:

    $this->pluginParams = new JRegistry($this->plugin->params);
    Hope this helps.

    psergent Friend
    #472817

    thank you very much, I now work correctly

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

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

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