I've been assigned to create a new feature in one of our apps. The app was developed by someone who left and we don't have a contact for.
The project is was writen in yii2. I have never used yii. I usually work with nodejs and vuejs. I know some php, but yii is just very complex. (by looking at it)
Anyway, I copied it to my machine with ftp, and exported the database. But I can't import it into my local machines mysql. The error i'm getting:
#2006 - MySQL server has gone away
Warning in ./libraries/dbi/DBIMysqli.class.php#261
Error while sending QUERY packet. PID=19844
Which I never seen before. Now I don't know if this has anything to do with yii or not. The app works just fine on the servers.
Thanks for the help an advance!