Solution for “Fatal error: Maximum function nesting level of '100' reached, aborting!” in PHP

后端 未结 22 2416
我寻月下人不归
我寻月下人不归 2020-11-22 16:45

I have made a function that finds all the URLs within an html file and repeats the same process for each html content linked to the discovered URLs. The function is recursiv

22条回答
  •  一向
    一向 (楼主)
    2020-11-22 17:04

    I had the same problem and i reslove like this :

    Open MySQL my.ini file

    In [mysqld] section, add the following line: innodb_force_recovery = 1

    Save the file and try starting MySQL

    Remove that line which you just added and Save

提交回复
热议问题