Dnia 29.07.2016 Rowe, Dolores A <[email protected]> napisaĆ/a: > Has anyone out there installed MW 1.27.0 on Microsoft Windows 2008 > successfully ? > > Here's my stack trace of failure. > I don't understand what to do with it, but if you do, please write back. > > Exception encountered, of type "InvalidArgumentException" > [26551a8b219289e75be6de8a] /test1270/index.php?title=Main_Page > InvalidArgumentException from line 194 of > I:\wwwroot-basp\test1270\includes\session\SessionManager.php: Invalid session > ID
Can you try to change line 194 in the I:\wwwroot-basp\test1270\includes\session\SessionManager.php file to try to print the sesion id? Something like this: throw new \InvalidArgumentException( 'Invalid session ID: [' . $id . ']' ); Marcin (User:Saper) _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
