- Posts: 3
COMMUNITY FORUM
Content Module and helper Error
- Daniel Stetzenbach
-
Topic Author
- Offline
- New Member
Less
More
12 years 1 week ago - 12 years 1 week ago #112757
by Daniel Stetzenbach
Content Module and helper Error was created by Daniel Stetzenbach
Hello,
i've enabled the error view in the backend.
This error shows in the frontend.
Notice: Trying to get property of non-object in
modules/mod_k2_content/mod_k2_content.php on line 33
Notice: Trying to get property of non-object in
modules/mod_k2_user/helper.php on line 26
What can i do?
Thanks.
best regards
stetze
i've enabled the error view in the backend.
This error shows in the frontend.
Notice: Trying to get property of non-object in
modules/mod_k2_content/mod_k2_content.php on line 33
Notice: Trying to get property of non-object in
modules/mod_k2_user/helper.php on line 26
What can i do?
Thanks.
best regards
stetze
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
12 years 1 week ago #112758
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Content Module and helper Error
Hello stetze,
These are notices and not errors.
They will not affect your site in any way.
For production sites I dont't think you will need error reporting to maximum or development.
These are notices and not errors.
They will not affect your site in any way.
For production sites I dont't think you will need error reporting to maximum or development.
Please Log in or Create an account to join the conversation.
- kabeza
-
- Offline
- Senior Member
- www.beza.com.ar
10 years 8 months ago #112759
by kabeza
Custom Joomla templates<br />www.beza.com.ar
Replied by kabeza on topic Re: Content Module and helper Error
Hi
Sorry for bumping but I'm getting this error in a clean Joomla 3.x install with latest K2
Notice: Trying to get property of non-object in /home/***/modules/mod_k2_user/helper.php on line 26
Although it is a notice (not an error), is there a way to solve it or to know at least whats its cause?
Thanks
Sorry for bumping but I'm getting this error in a clean Joomla 3.x install with latest K2
Notice: Trying to get property of non-object in /home/***/modules/mod_k2_user/helper.php on line 26
Although it is a notice (not an error), is there a way to solve it or to know at least whats its cause?
Thanks
Custom Joomla templates<br />www.beza.com.ar
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
10 years 8 months ago #112760
by JoomlaWorks
Replied by JoomlaWorks on topic Re: Content Module and helper Error
Go into Global Configuration and under the Server tab, set error reporting to either Default or None (a production site should always have that option set to none imho).
Please Log in or Create an account to join the conversation.