Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

[PHP] Call to undefined function createimagefromjpeg()

Pagina: 1
Acties:
  • 369 views

  • chronozphere
  • Registratie: Juli 2006
  • Laatst online: 16-12-2020
Hey allen, :)

Ik ben bezig met een thumbnail scripje en ben op een probleem gestuit. PHP herkent deze functie niet:
[27-Sep-2010 20:15:23] PHP Fatal error: Call to undefined function createimagefromjpeg() in /opt/lampp/htdocs/repo/kohana/application/classes/model/photo.php on line 15
Dus ik heb gegoogled en de meeste threads geven aan dat je ervoor moet zorgen dat PHP tegen GD met JPEG support gecompiled is. Volgens phpinfo() zit alles er al in:
'./configure' '--prefix=/opt/lampp' '--with-apxs2=/opt/lampp/bin/apxs' '--with-config-file-path=/opt/lampp/etc' '--with-mysql=mysqlnd' '--enable-inline-optimization' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--with-ttf' '--enable-magic-quotes' '--enable-memory-limit' '--enable-shmop' '--disable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-wddx' '--enable-yp' '--with-ftp' '--with-gdbm=/opt/lampp' '--with-jpeg-dir=/opt/lampp' '--with-png-dir=/opt/lampp' '--with-freetype-dir=/opt/lampp' '--without-xpm' '--with-zlib=yes' '--with-zlib-dir=/opt/lampp' '--with-openssl=/opt/lampp' '--with-expat-dir=/opt/lampp' '--enable-xslt=/opt/lampp' '--with-xsl=/opt/lampp' '--with-dom=/opt/lampp' '--with-ldap=/opt/lampp' '--with-ncurses=/opt/lampp' '--with-gd' '--with-imap-dir=/opt/lampp' '--with-imap-ssl' '--with-imap=/opt/lampp' '--with-gettext=/opt/lampp' '--with-mssql=/opt/lampp' '--with-sybase-ct=/opt/lampp' '--with-interbase=shared,/opt/interbase' '--with-mysql-sock=/opt/lampp/var/mysql/mysql.sock' '--with-oci8=shared,instantclient,/opt/lampp/lib/instantclient' '--with-mcrypt=/opt/lampp' '--with-mhash=/opt/lampp' '--enable-sockets' '--enable-mbstring=all' '--with-curl=/opt/lampp' '--enable-mbregex' '--enable-zend-multibyte' '--enable-exif' '--with-bz2=/opt/lampp' '--with-sqlite=shared,/opt/lampp' '--with-sqlite3=/opt/lampp' '--with-libxml-dir=/opt/lampp' '--enable-soap' '--enable-pcntl' '--with-mysqli=mysqlnd' '--with-mime-magic' '--with-pgsql=shared,/opt/lampp/postgresql' '--with-iconv' '--enable-dio' '--with-pdo-mysql=mysqlnd' '--with-pdo-pgsql=/opt/lampp/postgresql' '--with-pdo-sqlite' '--enable-intl' '--with-icu-dir=/opt/lampp' '--enable-fileinfo' '--enable-phar'
en het GD gedeelte:
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.7
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.12
WBMP Support enabled
XBM Support enabled
Als je 't mij vraagt is alles in orde. Enig idee waarom het toch niet werkt?
Ik werk met lampp + PHP 5.3.1 op Ubuntu.

Bedankt! :)

  • johnkeates
  • Registratie: Februari 2008
  • Laatst online: 04-07 16:30
Staat bij PHPinfo(); ook dat GD bundled is?

  • psychonetics
  • Registratie: Oktober 2005
  • Laatst online: 17:26
imagecreatefromjpeg() in plaats van createimagefromjpeg()?

  • chronozphere
  • Registratie: Juli 2006
  • Laatst online: 16-12-2020
Yup. Dat staat hier:
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.7
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.12
WBMP Support enabled
XBM Support enabled
Kan iemand hier verder iets zinnigs over zeggen? :?

  • Morax
  • Registratie: Mei 2002
  • Laatst online: 16:27
Let op de naam van je functie, het is NIET zoals jij typt "createimagefromjpeg()", maar het is "imagecreatefromjpeg()", de woorden "image" en "create" dus omgedraait! :)

What do you mean I have no life? I am a gamer, I got millions!


  • Creepy
  • Registratie: Juni 2001
  • Laatst online: 15:10

Creepy

Tactical Espionage Splatterer

Wat psyconetics zegt dus. Je maakt of een enorme typfout, of je bent je echt blind aan het staren om dat je createimagefromjpeg verward met imagecreatefromjpeg. In beide gevallen was een simpele google actie of het controleren van http://www.php.net/manual/en/ref.image.php genoeg geweest om te controleren wat er nu echt mis was.

"I had a problem, I solved it with regular expressions. Now I have two problems". That's shows a lack of appreciation for regular expressions: "I know have _star_ problems" --Kevlin Henney

Pagina: 1

Dit topic is gesloten.