Hello.
Forgive me if this has been covered in the Forum, however a search for suhosin session didnt give any threads..
I had an issue where my server was stopping some of the features of the joomla uploader from working.
the problem i had was that i would get an error 500 displayed on the flash uploader.
i tried the solutions listed in the faq and had little success..
I then switched the config file to use imagemagick and this then allowed me to upload images but there was still an issue as the flash uploader would not display thumbnails..it stated "Preview not available"
the next step was to edit my local php.ini and htaccess files.
i edited the php.ini file so that suhosin was disabled by finding and editing this line
from : extension="suhosin.so"
to : ; extension="suhosin.so"
and adding this line to the htaccess file
SetEnv PHPRC "/home/username/public_html"
this sorted out my problems..
BUT....
i dont really want to disable the complete suhosin so read up on the subject a little and found a few sites such as Gallery3 that also stated issues with suhosin and flash uploads.
the suggestion was to disable suhosin.session.encrypt as listed on this page:
http://codex.gallery2.org/Gallery3:FAQI find that doing as instructed either seems to have no effect or gives me a full error 500 page.
can anyone suggest a possible solution to this?
I will keep this tread updated as i find out more.
Kind Regards
Carl