Notice: Undefined property: stdClass::$description

  • erinchantz@yahoo.com
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 3 months ago #6742 by erinchantz@yahoo.com
Notice: Undefined property: stdClass::$description was created by erinchantz@yahoo.com
I keep getting this error on my event.

Notice: Undefined property: stdClass::$description in /home/butlerde/public_html/components/com_eventbooking/helper/fields.php on line 1805

The website is www.butlerdekhockey.com

It's under sign up/youth/chipmunks.

It doesn't happen on any other event.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #6743 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Notice: Undefined property: stdClass::$description
Hi

It seems you don't have latest vesion of the extension installed. Here is the solution for your problem :

- Open the file components/com_eventbooking/eventbooking.php

- Look for the code at line 13 :
Code:
error_reporting(E_ALL) ;

and change it to :
Code:
error_reporting(0) ;

That will make the note disappeared .

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

  • erinchantz@yahoo.com
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 3 months ago #6779 by erinchantz@yahoo.com
Replied by erinchantz@yahoo.com on topic Re: Notice: Undefined property: stdClass::$description
Thanks Tuan, that fix worked, but I am pretty sure that I have the latest version installed. How do I check to make sure?

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc