Active
Project:
Gallerix
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 22:32 UTC
Updated:
31 Mar 2012 at 18:10 UTC
Attempting to install into a new site, from an install profile, produces
Call to undefined function image_get_toolkit()
I tried many times with our complete distribution, and also with a bare bones install of
drupal-6.22
imageapi-6.x-1.10
imageapi_gd-6.x-1.10
gallerix-6.x-1.5
and it failed with the same message. It seems Gallerix can only be installed into existing sites with the image toolkit already configured.
Comments
Comment #1
AlexisWilke commentedHi lieb,
I'm not too sure how you proceed with your installation but the image_get_toolkit() is part of Core. (see include/image.inc)
It is loaded last with the completion of the bootstrap process:
I would think that even with a profile installation process, the boot should be full by the time you install gallerix.
Thank you.
Alexis Wilke