Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • timpennington Friend
    #194666

    My site has the following error message:

    Notice: Undefined property: stdClass::$componentid in /home1/retinal/public_html/libraries/joomla/application/menu.php on line 259

    It lists it about 200 times on the page, which has a component for a Google Picasa photo viewer on it.

    Any help?

    Thanks

    tp

    Ninja Lead Moderator
    #522171

    This is the problem from Google Picasa component(com_wgpicasa), it would be best if you raise this problem to Google Picasa component provider.

    Anyway, please try workaround below:

    Open index.php file:

    Change

    define('_JEXEC', 1);
    To

    define('_JEXEC', 1);
    error_reporting(0);

    Hope it helps.

    timpennington Friend
    #522454

    Didn’t work but I will try with component provider

    Much thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  timpennington 10 years, 7 months ago.

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