Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • vineyardseashell Friend
    #170638

    Hi there,

    My site went down last night and I think it has something to do with the JAT3 plugin leaking php memory, but I’m not sure. Would someone please help me- I think I need to increase the memory, but not sure where to turn.

    Thanks in advance,

    Vineyardseashell

    Was able to increase my memory in the php.ini file and it brought my site back up.

    vineyardseashell Friend
    #424361

    Now that I have the site back up, I have a few error messages on it. One of them is:

    Notice: Undefined property: stdClass::$text in /home2/petiteha/public_html/demo3/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 39.

    Below is the code from lines 37-42. Can someone tell me exactly what is missing from line 39.

    37. if(isset($article->introtext) && !empty($article->introtext))
    38. {
    39. if(preg_match($this->_plgCodeDisable, $article->introtext) || preg_match($this->_plgCodeDisable, $article->text)) {
    40. $article->introtext = preg_replace($this->_plgCodeDisable, ”, $article->introtext);
    41. $article->text = preg_replace($this->_plgCodeDisable, ”, $article->text);
    42. }

    Thanks!

    Vineyardseashell

    tfosnom Friend
    #424362

    I’d check with JA extension manager if you have the latest ja thumbnail plugin, often these types of messages happen if the plugin is old and you’ve used the joomla core update feature or upgrade to a later joomla version.

    Shane

    vineyardseashell Friend
    #424363

    Hi Shane,

    Thank you for the response. I did check the version number, and it was current. Just to be safe, I downloaded it again and uploaded it to the site.

    Everything seems to function properly, but I’m still showing the error message though.

    Thanks again,

    Vineyardseashell

    tfosnom Friend
    #424366

    If it’s working fine you can turn off error messages in your php.ini file
    add this to php.ini

    // Turn off all error reporting
    error_reporting(0);

    Shane

    vineyardseashell Friend
    #424367

    Thanks Shane,

    I’ll do that.

    Vieyardseashell

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

This topic contains 6 replies, has 2 voices, and was last updated by  vineyardseashell 13 years ago.

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