The method of calling medoo$medoo->delete($table, ["id" => 1]);
reports an error, and using ini_set("memory_limit","-1");
cannot solve it. Seek advice from experts. The following is the error message:
Fatal error: Out of memory (allocated 1845755904) (tried to allocate 65488 bytes) in C:xampphtdocsMFramework_phpappmodelGuestbookModel.php on line 45
The method of calling medoo$medoo->delete($table, ["id" => 1]);
reports an error, and using ini_set("memory_limit","-1");
cannot solve it. Seek advice from experts. The following is the error message:
Fatal error: Out of memory (allocated 1845755904) (tried to allocate 65488 bytes) in C:xampphtdocsMFramework_phpappmodelGuestbookModel.php on line 45
Memory overflow, not enough memory, check to see if there is a dead loop