imthebest
Well-known member
Since I upgraded from XFMG 1.0.0 to 1.0.2 I'm starting to see my php.log file filled with these records:
This happens when trying to view the profile of a member (random).
I disabled XFMG 1.0.2 and the problem went away. I have re-enabled it and seems like the problem is gone because now I can see his profile. Maybe the problem will happen again later, I'll keep an eye on my php.log file.
Btw I enabled debug mode and I'm trying to see what queries XFMG runs when viewing a user profile however I can't see a single query related to XFMG on URLs like: https://xenforo.com/community/members/super120.62179/?_debug=1
So is XFMG query-less? I don't think so...
Code:
[13-Jan-2015 19:38:07 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 78 bytes) in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 304
[13-Jan-2015 19:38:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 78 bytes) in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 304
[13-Jan-2015 19:38:37 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 80 bytes) in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 304
[13-Jan-2015 19:39:07 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 78 bytes) in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 304
[13-Jan-2015 19:39:42 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 78 bytes) in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 304
[13-Jan-2015 19:40:13 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1699 bytes) in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 294
This happens when trying to view the profile of a member (random).
I disabled XFMG 1.0.2 and the problem went away. I have re-enabled it and seems like the problem is gone because now I can see his profile. Maybe the problem will happen again later, I'll keep an eye on my php.log file.
Btw I enabled debug mode and I'm trying to see what queries XFMG runs when viewing a user profile however I can't see a single query related to XFMG on URLs like: https://xenforo.com/community/members/super120.62179/?_debug=1
So is XFMG query-less? I don't think so...