createimagefromjpg function

Ask about a PHP problem here.
Post Reply
Romulas
Posts: 24
Joined: Mon Sep 12, 2011 3:59 am

createimagefromjpg function

Post by Romulas »

Hi
I have created the automatic image gallery script, now i want to put it on my linux server.

The problem is when i run the script i get this error

Undefined function createimagefromjpg()

The script was orignally written on a windoz 7 computer

Thank you
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: createimagefromjpg function

Post by jacek »

it should be imagecreatefromjpeg(), it's also possible that you do not have the GD library installed on the other server.
Image
Post Reply