Could you tell us some details about your “local classes”?
Where are they located, and what do you do to “load” them?
And we usually get “maximum execution time” error when we have some dead loop somewhere in our code. It is not a problem of loading and is probably a coding error.
Don’t you have some suspicous code changes before this problem begins to happen?
Sorry the late reply and thanks for your response. I tore all my hair hair out but i did fix the issue. It turns out i was instantiating my classes in the __constuctor so i could use them globally throughout the class.
PHP or Yii2 doesn’t like this so the script would just run until it max out without doing anything.
I remove the class instantiations from the __constructor and everything is working fine.
I don’t why i got this reaction you got any idea bro?