Posts made by Jerry Lau

The data in the table have pretty much all gone now except for that one that always seem to fail

How do I even debug and narrow it down where and find out why that is failing? and yes, that is a real id of a user.. what do those cryptic format even mean?

{"cms":{"754131":{"id":"754131"},"754132":{"id":"754132"},"754133":{"id":"754133"},"754134":{"id":"754134"}},"userid":"138625","realuserid":"138625"} 
Thanks

Hello Howard..

not talking about the web server request which makes sense but I'm talking about MySQL threads... if there is only one moodle database , shouldn't it just show one mysql process running not matter how many connections there are to that 1 database?

which reminds me.. I think php maybe better served off as php-fpm rather than as an apache directive as its more efficient from apache/php. Am I correct?