Error 500 Internal Server Error

GET http://simplexsms.com/index.php/_profiler/909e58/search/results?limit=10&method=GET

Forwarded to ErrorController (a1c2a2)

Exceptions

Error: Out of memory (allocated 14680064 bytes) (tried to allocate 32768 bytes)

  • Exception
  • Logs
  • Stack Trace

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.                 if ($assoc['type'] & ClassMetadata::TO_ONE) {
  2.                     if ($assoc['isOwningSide']) {
  3.                         $changeSet[$propName] = [$orgValue$actualValue];
  4.                     }
  5.                     if ($orgValue !== null && $assoc['orphanRemoval']) {
  6.                         assert(is_object($orgValue));
  7.                         $this->scheduleOrphanRemoval($orgValue);
  8.                     }
  9.                 }
  10.             }