79453296

Date: 2025-02-20 03:48:17
Score: 0.5
Natty:
Report link

I just upgraded my PHP version and got this "Is a directory" error even though I was sure my file wasn't a directory. Turns out:

php -r 'echo "upload_max_filesize: " . ini_get("upload_max_filesize") . "\n";'

Was reset back to 2MB so increasing it fixed the issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: clem