It's possible your web host is using a patch for PHP called 'suhosin'. You'll need to disable a few settings to allow your image manager to work.
Open up /admin/php.ini or created it if it doesn't exist and add these following lines to the bottom:
suhosin.cookie.cryptua = Off
suhosin.session.cryptua = Off

The article has been updated successfully.