Welcome, Guest
Username: Password: Remember me

TOPIC: Notice Error in background!

Notice Error in background! 8 years 2 months ago #3279

  • naysha
  • naysha's Avatar
  • OFFLINE
  • New Member
  • Posts: 2
  • Karma: 0
Hello,

when i go to background to manage image (Multimedia), this errors appears:

Notice: Undefined property: JObject::$introtext in /home3/***/public_html/plugins/content/jo_social_content_locker/jo_social_content_locker.php on line 26

Notice: Undefined property: JObject::$id in /home3/***/public_html/plugins/content/jo_social_content_locker/jo_social_content_locker.php on line 28

Please Help!
The administrator has disabled public write access.

Notice Error in background! 8 years 2 months ago #3281

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello naysha
Please help me find and open file: plugins/content/jo_social_content_locker/jo_social_content_locker.php
Go to line 26 and change to (add @)
$text = @$row->introtext.$row->fulltext;

And go to line 28 and change to (add @)
if(@$row->id){

Or can you send me joomla administrator via contact form? So we can help you
Thank you for using our products
Best regards
Bach Pham
The administrator has disabled public write access.
The following user(s) said Thank You: naysha

Notice Error in background! 8 years 2 months ago #3283

  • naysha
  • naysha's Avatar
  • OFFLINE
  • New Member
  • Posts: 2
  • Karma: 0
Thank you!! That fixed the error message, I just forgot to copy one more:

Notice: Undefined property: JObject::$fulltext in /home3/***/public_html/plugins/content/jo_social_content_locker/jo_social_content_locker.php on line 26

Thanks!
The administrator has disabled public write access.

Notice Error in background! 8 years 2 months ago #3284

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
In line 26 please help me change to
$text = @$row->introtext.@$row->fulltext;
Thank you for using our products
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.053 seconds