- Posts: 4
COMMUNITY FORUM
Problems regarding notice on frontend
- amar
-
Topic Author
- Offline
- New Member
Less
More
10 years 10 months ago #129844
by amar
Problems regarding notice on frontend was created by amar
Hello,
I follow all steps regarding creating product. But when I go to Frontend, I got following notices :
Notice: Undefined property: stdClass::$BeforeDisplay in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 22
Notice: Undefined property: stdClass::$K2BeforeDisplay in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 25
Notice: Undefined property: stdClass::$AfterDisplayTitle in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 80
Notice: Undefined property: stdClass::$BeforeDisplayContent in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 108
Notice: Undefined property: stdClass::$AfterDisplayContent in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 157
Notice: Undefined property: stdClass::$AfterDisplay in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 293
What should I do avoid it. Please guide me.
I follow all steps regarding creating product. But when I go to Frontend, I got following notices :
Notice: Undefined property: stdClass::$BeforeDisplay in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 22
Notice: Undefined property: stdClass::$K2BeforeDisplay in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 25
Notice: Undefined property: stdClass::$AfterDisplayTitle in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 80
Notice: Undefined property: stdClass::$BeforeDisplayContent in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 108
Notice: Undefined property: stdClass::$AfterDisplayContent in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 157
Notice: Undefined property: stdClass::$AfterDisplay in C:\xampp\htdocs\trial\components\com_k2\templates\default\category_item.php on line 293
What should I do avoid it. Please guide me.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #129845
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Problems regarding notice on frontend
You should turn off error reporting in production sites.
These are notices and will not affect your site's functionality in any way.
Furthermore are you using K2's latest version?
These are notices and will not affect your site's functionality in any way.
Furthermore are you using K2's latest version?
Please Log in or Create an account to join the conversation.
- amar
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
10 years 10 months ago #129846
by amar
Replied by amar on topic Re: Problems regarding notice on frontend
Hello Krikor,
I've checked for turn off option in Configuration, but I couldn't found it. Am using joomla 3 and K2 v2.6.8
I've checked for turn off option in Configuration, but I couldn't found it. Am using joomla 3 and K2 v2.6.8
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 10 months ago #129847
by Lefteris
Replied by Lefteris on topic Re: Problems regarding notice on frontend
@amar
Hi. The option is named "Error reporting" and you have to set it to "Simple" ( or "None" for a production site ).
Hi. The option is named "Error reporting" and you have to set it to "Simple" ( or "None" for a production site ).
Please Log in or Create an account to join the conversation.