When I enable the imagemagick framework, I get a blank page under /admin/settings. This is the PHP error that shows up in my logs.

PHP Fatal error: Call to undefined function form_textfield() in /var/www/www.domain.com/includes/image.imagemagick.inc on line 22

I compiled PHP with the folllowing settings:

'./configure' '--with-litespeed' '--with-config-file-path=../conf' '--with-mysql' '--disable-ipv6' '--without-sqlite' '--disable-hash' '--disable-filter' '--disable-json' '--without-pdo-sqlite' '--disable-pdo' '--disable-simplexml' '--disable-spl' '--enable-mbstring' '--with-openssl' '--with-gd' '--with-zlib' '--with-jpeg-dir=../jpeg-6b/'

Thanks!

Comments

computercornerplus’s picture

Downloaded this and everything appears to be working correctly.

drewish’s picture

Status: Active » Fixed

yeah it looks like you had an old version.

drewish’s picture

Title: Bomb » My Ba
Status: Fixed » Active

My bad, it looks like walkah had committed a fix and then broke it again.

boris mann’s picture

Title: My Ba » Imagemagick toolkit throws error

Changed title to something logical

drewish’s picture

thanks borris ;)

darren oh’s picture

Status: Active » Closed (duplicate)

Duplicate of issue 51467.