Error while sending QUERY packet. PID=9565

Viewed 4670

I have two different environments develop and live almost both are same But the above (in title) warning is occurred in develop mode only. Before this warning I am also getting error message as "Allowed memory size of 268435456 bytes exhausted". This happened only in develop mode.

Using PHP version 5.6 with mysql (not mysqli).

1 Answers

thanks every one . Problem was solved the issue is one of my developer making wrong recursive function that's why more memory allocated

Related