View previous topic :: View next topic |
Author |
Message |
gearscout
Joined: 18 Apr 2005 Posts: 22 Location: Atlanta, GA
|
Posted: Fri Jul 29, 2005 11:54 pm Post subject: Fatal Error: Call to Undefined Function... |
|
|
---Post edited---
Two separate installations of MMS_Diary are suffering similar problems that appear to be the result of a permissions change or corrupt PHP installation.
When photos are uploaded to the site, send.php tries to create a thumbnail but fails with this Fatal Error:
Call to undefined function: imagecreatefromjpeg() in hooks.php line 93
These files are successfully placed in the Message Store directory /mms:
part_0.smil
part_1.jpg
Missing are the files MMS_Diary would create:
info.txt
/thumbs directory containing part_1.png
Thanks!
P.S. These installations were working, then suddenly stopped.
Last edited by gearscout on Sat Aug 13, 2005 10:11 am; edited 1 time in total |
|
Back to top |
|
 |
gearscout
Joined: 18 Apr 2005 Posts: 22 Location: Atlanta, GA
|
Posted: Sat Aug 13, 2005 10:11 am Post subject: Problem Solved... |
|
|
...answering my own post.
The problem was that the GD image manipulation library wasn't properly installed on my webhost. They were running an adequate version of PHP that bundles the GD library files.
They re-installed and it works fine now. That "Call to undefined function" error and ImageCreatefromJpeg is the signal the install is sick, I guess!
Note: Troubleshooting was aided by having a Coppermine install that sensed the problem and delivered an error message warning that GD Lib was missing.
Hope this helps someone! |
|
Back to top |
|
 |
|