Swiftmailer crashes without php error -
i have web app allows user upload pdf , email via swiftmailer. pdfs, process fails.
i can verify crashes php script, yet returns no php error. there's 500 error server, if there's 500 error, php has log of error was.
i have verified crashes @ $mailer->send($message);
line
oddly, pdfs crash it, , same pdfs work fine on development server identical code.
what causing php crash without error message?
after running several tests, found error logging happening of time, not others. didn't figure out why so, however, tried renaming php-errors.log file php start new, fresh log file, , errors getting logged properly. don't know why worked, i'll take it.
Comments
Post a Comment