Hi,
I've tried looking for the solution for my problem in the forum but I can't find it.
Since I upgraded MJ to 1.2.0 and mobilebot plugin to 1.2.0.1, I got a lot of warning/error messages in error_log file. At first, I didn't think this error was serious until I saw the error_log file size consume a lot of disk space (hundred and more MBs).
There are two error that keep repeating from time to time:
[06-Dec-2012 08:22:55] PHP Warning: Attempt to assign property of non-object in /home/xyz/public_html/plugins/system/mobilebot.php on line 698
[06-Dec-2012 08:22:57] PHP Warning: Attempt to assign property of non-object in /home/xyz/public_html/plugins/system/mobilebot.php on line 698
[06-Dec-2012 08:22:57] PHP Warning: Attempt to assign property of non-object in /home/xyz/public_html/plugins/system/mobilebot.php on line 698
.....
06-Dec-2012 08:23:20] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xyz/public_html/plugins/system/mobilebot.php:698) in /home/xyz/public_html/components/com_resource/library/php/jsfilemanager.php on line 176
[06-Dec-2012 08:23:20] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xyz/public_html/plugins/system/mobilebot.php:698) in /home/xyz//public_html/components/com_resource/library/php/jsfilemanager.php on line 185
[06-Dec-2012 08:23:20] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xyz/public_html/plugins/system/mobilebot.php:698) in /home/xyz//public_html/components/com_resource/library/php/jsfilemanager.php on line 186
[06-Dec-2012 08:23:20] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xyz/public_html/plugins/system/mobilebot.php:698) in /home/xyz//public_html/components/com_resource/library/php/jsfilemanager.php on line 187
My system info:
- Joomla 1.5.26
- Apache with PHP 5.3.18
- I put mobile content specific tags in my php template (com_resource template)
- Joomla cache plugin disable
- Mighty Resources 1.5.9 Build 8087
I think there is something wrong with mobilebot plugin 1.2.0.1. We've talked about mobilebot plugin before in this thread:
www.mobilejoomla.com/forum/7-installation-a-upgrade/12306-why-you-changed-mobile-content-plugin-type-in-mj-120.html. Maybe out last conversation can be useful to solve the issue.
I hope MJ support can help me to get rid of these errors.
Thank you