Last modified: 2010-05-15 15:59:53 UTC
Dear, I'm busy with creating an extension between SMF(Simple Machines Forum) and MediaWiki working with the current version of 1.11.0. I use the SMF Session to autologin to the wiki, but when doing that, I found the warning that I can't change this in the session while another session is running. It can be easily fixed with this and will never harm your code. File: includes/GlobalFunctions.php (line: 2138) Search: ini_set ( 'session.save_handler', 'files' ); Replace: @ini_set ( 'session.save_handler', 'files' ); Like you see is it the @ before the ini_set that hides the warning messages. Could you consider to fix that in the next version? :-) Thank in advance. Snakehit
Re-titling bug to make it more clear.
cf bug 11613
Fixed in r49370.