Code
$im = imagecreatefrompng("ssrb2.png");
But now, im getting this error:
Call to undefined function: imagecreatefrompng()
Is there more info I can provide that would help to get any answers???
Show your support for Zikula! Sign up at Github account and watch the Core project!
Well.... it may be server-related issue... you never know.. but why would your hoster go back to an older PHP version...
Just to make sure I would do a little test... you know code can be picky
so it may be the typing way of small and big letters and use of ", but just replace with this and see what happens
Code
$img = "ssrb2.png";
$im = imageCreateFromPng($img); // note the capital use inbetween letters
yeah, didnt work.
StormS
This list is based on users active over the last 60 minutes.