- Posts: 4
COMMUNITY FORUM
php errors
- JP Adkins
-
Topic Author
- Offline
- New Member
Less
More
10 years 8 months ago #131255
by JP Adkins
php errors was created by JP Adkins
Hi guys & gals,
I was wondering if you could help me. I am having issues with this.
Mon Aug 18 15:41:04.732756 2014] [fcgid:warn] [pid 32019] [client 66.249.70.82:37042] mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in /var/www/clients/client10/web41/web/components/com_k2/templates/default/user.php on line 59
Thank you ,
Jeff
I was wondering if you could help me. I am having issues with this.
Mon Aug 18 15:41:04.732756 2014] [fcgid:warn] [pid 32019] [client 66.249.70.82:37042] mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in /var/www/clients/client10/web41/web/components/com_k2/templates/default/user.php on line 59
Thank you ,
Jeff
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #131256
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: php errors
Hi. Which K2 version are you using? This is just a notice, try to set error reporting to "None" under Joomla! configuration.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JP Adkins
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
10 years 8 months ago #131257
by JP Adkins
Replied by JP Adkins on topic Re: php errors
2.68
Web Server Apache/2.4.7 (Ubuntu)
PHP version 5.5.9-1ubuntu4.3
MySQL version 5.5.38-0ubuntu0.14.04.1
GD image library 2.1.1-dev
Multibyte string support Enabled
Upload limit 20M
Memory limit 512M
Open remote files (allow url fopen) Yes
Joomla! 3.3.3 Stable
Web Server Apache/2.4.7 (Ubuntu)
PHP version 5.5.9-1ubuntu4.3
MySQL version 5.5.38-0ubuntu0.14.04.1
GD image library 2.1.1-dev
Multibyte string support Enabled
Upload limit 20M
Memory limit 512M
Open remote files (allow url fopen) Yes
Joomla! 3.3.3 Stable
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
10 years 7 months ago #131258
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: php errors
This is just a php notice. It is suggested that for production sites PHP notices are disabled. Locate your server's php.ini file and change the error_reporting value to:
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.