How can I find out on which line/which function the class gets stuck? Currently, I get the answer from the browser that the page can not be found and the screen is white. When I go into the file it seems that the program stops running when the class' object is created. So, something within the class is wrong.
No, unfortunately my class has about 10,000 lines with hundreds of functions and I have no idea where to start looking. Older versions of the file also suddenly don't work. I checked the PHP version and that is still the same (thought it might be server related through an update).
I also checked the database, but there were not changes made there in a long time, so it can't be related to mysql.
There is no syntax error either, checked that.
I am not an expert - any ideas/suggestions? Is there a way to find out in which function the class gets stuck?