Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • psergent Friend
    #182071

    I have the following problem with the plugin:

    Fatal error: Class ‘JParameter’ not found in /home/elpopula/public_html/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 51

    versions that I have installed are:

    PHP Version: 5.3.18

    Joomla Version: Joomla! 2.5.6 Stable

    Ninja Lead Moderator
    #472447

    Because JOOMLA 2.5.6 Stable has been changed method JParameter to JRegistry on JOOMLA Core. We upgraded to the new version JA Thumbnail and waiting for next release.

    Or you can change it directly on your site
    <blockquote>Open /home/elpopula/public_html/plugins/content/plg_jathumbnail/plg_jathumbnail.php file</blockquote>
    from

    $this->pluginParams = new JParameter($this->plugin->params);
    change to

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

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

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