-
AuthorPosts
-
vineyardseashell Friend
vineyardseashell
- Join date:
- March 2011
- Posts:
- 163
- Downloads:
- 30
- Uploads:
- 20
- Thanks:
- 60
- Thanked:
- 19 times in 1 posts
November 12, 2011 at 12:53 pm #170638Hi 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 Friendvineyardseashell
- Join date:
- March 2011
- Posts:
- 163
- Downloads:
- 30
- Uploads:
- 20
- Thanks:
- 60
- Thanked:
- 19 times in 1 posts
November 12, 2011 at 1:46 pm #424361Now 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 Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
November 12, 2011 at 2:00 pm #424362I’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 Friendvineyardseashell
- Join date:
- March 2011
- Posts:
- 163
- Downloads:
- 30
- Uploads:
- 20
- Thanks:
- 60
- Thanked:
- 19 times in 1 posts
November 12, 2011 at 2:04 pm #424363Hi 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 Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
November 12, 2011 at 2:23 pm #424366If 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
1 user says Thank You to tfosnom for this useful post
vineyardseashell Friendvineyardseashell
- Join date:
- March 2011
- Posts:
- 163
- Downloads:
- 30
- Uploads:
- 20
- Thanks:
- 60
- Thanked:
- 19 times in 1 posts
November 12, 2011 at 2:29 pm #424367Thanks Shane,
I’ll do that.
Vieyardseashell
-
AuthorPosts
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