I have a PHP page that presents a form for the user to upload a photo. It was working a couple days ago, and now I get the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in /includes/thumbnail_15k.php on line 114
I have backed up a version in both the file named above and the file that includes it, and I get the same error.
I have hunted for anyplace that I might be looping or allocating significant memory, and I can't find anything.
Could my hosting service have changed something?
Any other suggestions for where I might look?
Thanks,
Mel