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.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | include-image.gd_.inc-in-common.inc_.patch | 480 bytes | saml |
Comments
Comment #1
wayne57 commentedI 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.
Comment #2
wayne57 commentedComment #4
saml commentedI 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?
Comment #5
saml commentedThe 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').
Comment #6
saml commentedChanging version.
Comment #7
saml commentedSimply 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.
Comment #8
saml commentedThe problem is reported here already: http://drupal.org/node/295854
Comment #9
maxweld commentedI have just installed 6.x-1.0-beta3 and am receiving this error.
Comment #10
Infinitee commentedFlushing all Caches fixed this problem for me.
Comment #11
webalchemist commentedI 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
Comment #12
MrAdventure commentedI 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.
Comment #13
fr34ck commented#11 worked for me too..
Thank you!
Comment #14
mikebrooks commented#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.
Comment #15
nicholasthompsonI 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.
Comment #16
blogers commentedYeah 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
Comment #17
gr33nman commentedI 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.
Comment #18
kmc212 commentedI 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
Comment #19
joachim commentedThis is not a bug with this module -- please see the duplicate issue.
Comment #20
radimklaska#11 worked. Thanks!
Comment #21
drupalfan81 commentedThanks #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!
Comment #22
rahuldolas123 commented#11 worked for me. Thanks mate!
Comment #23
drupalfan81 commented#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