Hi All,

I upgraded fromDrupal 6.13 to the latest greatest Drupal 6.25. The install went ok and the site works and looks as expected except when I go to edit a page.

When I select the edit tab I get a blank white page in FireFox and a HTTP 500 error in IE9.

Note: All modules are up to date. Caches cleared. all Modules turned back on as before. I even tried removing teh WYSIWYG modudes but this did not help...

Previously I was having issues with my wysiwyg editor in IE9 but it worked fine in other browsers.

Any Ideas?

Comments

Drave Robber’s picture

Whenever I get a HTTP 500 error, the first thing I check Apache error log, because if there is some PHP error behind all that, some information may be recorded there.

nvisioncurtis’s picture

Thanks, I always forget to look at the error logs.

And here is the error Log entry.
[12-Apr-2012 16:53:45] PHP Fatal error: Call to undefined function image_gd_check_settings() in /mnt/target05/349486/414442/www.vhidev2.com/web/content/includes/image.inc on line 69

So, I was doing some sleuthing and figured I'd turn off all modules except core - and the problem went away.

So I have determined that if CCK ImageField is enabled then the Edit Tab does not work.

ImageField 6.x-3.10 .

All my modules are up to date... I haven't looked yet to see if this is a know issue... but if anyone has a clue I would appreciate it 'cause I use ImageField in a few of my content types.

ALSO,

PHPinfo() My server reports that I have teh GD lib installed.

gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled

nvisioncurtis’s picture

Found a post on this.

For some reason re-submitting the form in (Admin/Settings/image toolkit/) [which only sets the image quality] resets something.