Closed (fixed)
Project:
ImageAPI
Version:
5.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 05:56 UTC
Updated:
1 Sep 2008 at 08:09 UTC
Useing Drupal 5 and PHP 4.4.8 and Mysql 5.0.45. I am getting this fatal error message. I know that ImageAPI requieres PHP 5 but I had to try. Can any one help? Please
Fatal error: Call to undefined function: imageapi_get_available_toolkits() in /home/gotantan/public_html/rwolfefamily/modules/imagecache/imagecache.install on line 13
Comments
Comment #1
drewish commentedi think the trick is to enable the toolkit before enabling the api module. we need to rework the installation code to be a little more forgiving.
Comment #2
tasigurl commentedSo what should I do?
Comment #3
spade commentedInstall imageapi!
Comment #4
tasigurl commentedSorry I thought I made it clear that I had installed imageapi and that I got the error message when i
enabled the mod.
I wanted to know if I should uninstall the mod and install "toolkits" as mentioned above, or something else.
Comment #5
spade commenteddisable imagecache, update.php, enable imageapi, enable imagecache, update.php worked for me.
Comment #6
tasigurl commentedhum..didn't work for me.
Comment #7
dopry commented1.x is no longer supported...
Comment #8
pnDev commentedI get this problem when I go to administer. How can I disable this manually through the database or such, as I cannot access the admin page to disable it.
Comment #9
exnihilo commentedWhen you cannot access http://www.yoursite.com/admin/ due to the error, try to access http://www.yoursite.com/admin/build/modules (as worked in my case).