You are not logged in.
Pages: 1
I am trying to install the image manager plugin and have followed the steps in the tutorial but it still doesn't work because I am getting the error:
<b>Fatal error</b>: Call to undefined function: sha1() in <b>c:\program files\apache group\apache\htdocs\site\admin\modules\detail.php</b> on line <b>86</b><br>
Can someone give me the code for this function?
Thanks in advance.
Offline
Thanks, but now I'm getting another error.
Warning: Undefined property: dirs in c:\program files\apache group\apache\htdocs\site\admin\edit\plugins\imagemanager\Classes\ImageManager.php on line 83
I've follow the image manager install guide properly and the sha1 code is there now.
What's wrong with now?
Offline
A small bug, if you m change your default error_reporting PHP setting to ignore warnings it will help. Otherwise, on that line change "is_null" to "isset".
I'll ticket this so ImageManager is tested sometime with warnings enabled.
James Sleeman
Offline
That didn't work. The error moves to line 89 and now the image manager doesn't at all.
Offline
I don't know how to do that.
Offline
Pages: 1