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