0

I have created a simple facebook app. That calculate the female friends from your profile and choose any one randomly. and display her image on a predefined template.

to merge her pic on the predefined template, I am using function imagecreatefromjpeg.

Its working fine on my localhost but when I am trying to run it on server, then I am getting error in error log :

call to undefined function imagecreatefromjpeg()

The application is located at the url

http://secret-beach-4551.herokuapp.com/

4

1 回答 1

0

Check whether the GD library is installed on your server. Also check: This

于 2013-08-27T06:30:22.187 回答