Closed (fixed)
Project:
Exercise Planner
Version:
6.x-1.0-alpha2
Component:
exerciseplan
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Oct 2010 at 17:16 UTC
Updated:
12 Nov 2010 at 07:20 UTC
When trying to > Site Configuration > Excercise Planner I encounter this error statement
"Fatal error: Call to undefined function image_get_sizes() in /home/blablabla/public_html/jajajadajada/sites/all/modules/exercise/exerciseplan.module on line 145"
how to resolve this? thanks in advance!
Comments
Comment #1
icc commentedThe settings page is trying to access the image module, but it isn't there. There should be a check to see if the image module is installed. This will get fixed real soon, until then you'll just have to install the image module or create a fake image_get_sizes which returns an empty array.
Thank you for reporting this issue.
Comment #2
bavarian commentedthank you ...
Comment #3
icc commentedThis issue was fixed in commit #443562