Fatal error: Call to undefined function: image_gd_check_settings() in /home/mwassoci/public_html/includes/image.inc on line 70 when upgrading from Drupal 6.6 to 6.8.
Not sure if this is to do with the image module or not.

CommentFileSizeAuthor
#7 include-image.gd_.inc-in-common.inc_.patch480 bytessaml

Comments

wayne57’s picture

I have a solution to this. Reloaded image module added imageapi module and selected imagemagick as the default image api in the imageapi site configuration node.

wayne57’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

saml’s picture

I get this same error when updating from Acquia Drupal 6.11 to 6.12 today (Via SVN).
It seems the error shows up only on the main admin page ('/admin').

Have tried emptying all cache_... tables, and my eaccelerator cache, without success so far.

Anybody else get this problem?

saml’s picture

Status: Closed (fixed) » Active

The function is defined in includes/image.gd.inc, but I wonder where this file is to be included, since I can't find any include calls for it by using grep (recursively) in my drupal folder. Is this as it should?

(As a test, I grepped for 'image.inc', which shows the include call for that in common.inc, but nothing there for 'image.gd.inc').

saml’s picture

Version: 6.x-1.0-alpha3 » 6.x-1.0-alpha4

Changing version.

saml’s picture

StatusFileSize
new480 bytes

Simply adding the include call for 'image.gd.inc' in common.inc solves the problem (patch attached, to be applied from drupal root folder), but I have too little knowledge to tell what was the original problem, and the correct solution.

saml’s picture

Status: Active » Closed (duplicate)

The problem is reported here already: http://drupal.org/node/295854

maxweld’s picture

Version: 6.x-1.0-alpha4 » 6.x-1.0-beta3

I have just installed 6.x-1.0-beta3 and am receiving this error.

Infinitee’s picture

Flushing all Caches fixed this problem for me.

webalchemist’s picture

I flushed all caches and that did not work, however after visiting post: http://drupal.org/node/295854

I then went to /admin/settings/image-toolkit and saved the settings and my problem was gone

MrAdventure’s picture

I got this after updating to Drupal 6.22, whenever trying to create a webform. Saving the toolkit settings, as mentioned above, made it go away.

fr34ck’s picture

#11 worked for me too..
Thank you!

mikebrooks’s picture

#11 worked for me too, but my apache error is a bit different. Mine reads "PHP Fatal error: Call to undefined function image_gd_check_settings() in /usr/local/www/apache22/data/mysite/include$"

I presume that that my error also related to includes/image.inc. Perhaps the error message is truncated in my log.

nicholasthompson’s picture

I recently had this error too and found that simply submitting the Image Toolkit settings page (on admin/settings/image-toolkit) fixed the issue. No idea why it started happening though... I didn't even update anything.

blogers’s picture

Yeah I got that error also when I switch multisite mode and went to the browser and put / admin / settings / image-toolkit and saved
and the bug was solved by

gr33nman’s picture

I got:
'Fatal error: Call to undefined function: image_gd_check_settings() in /home/user/mysite.com/includes/image.inc on line 69'
Just recently.

It turned out to be that I had just done a core update using drush. The link for image module got deleted with the core update.

Once the symbolic link was restored, the status page showed up as expected.

I hope this helps someone else in the future.

kmc212’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Closed (duplicate) » Active

I am getting the same error "Fatal error: Call to undefined function image_gd_check_settings() in /home/content/02/6816902/html/includes/image.inc on line 69

joachim’s picture

Status: Active » Closed (duplicate)

This is not a bug with this module -- please see the duplicate issue.

radimklaska’s picture

#11 worked. Thanks!

drupalfan81’s picture

Thanks #8 worked. The link basically tells you to go to:
http://mysite.com/admin/settings/image-toolkit

and resave your settings. Viola, jumped over to my status update and admin pages after doing that and everything loaded just fine. What a silly issue to have. But I got my site working again. Thanks a lot!

rahuldolas123’s picture

Issue summary: View changes

#11 worked for me. Thanks mate!

drupalfan81’s picture

#11 worked for me. I just upgraded to the latest Drupal 6.35 with Drush pm-update. Any one know why this issue continues to happen with updating core????

It seems strange.
Also when updating I got this message from Drush

module delegator is incompatible with this release of Drupal, and will be disabled. [warning]
UPDATE {system} SET status = 0 WHERE name IN ('delegator') [success]
Browscap 6200 Drop the unused Browscap 1.x statistics table.
Do you wish to run all pending updates? (y/n): y
Executing browscap_update_6200 [success]
DROP TABLE {browscap_statistics} [success]
'all' cache was cleared. [success]

It seems I can no longer enable browscap or my drupal site will break