Save issues to user and community space issues.
even with LocalSettings set to: $wgGroupPermissions['user']['collectionsaveasuserpage'] = true; $wgGroupPermissions['user']['collectionsaveascommunitypage'] = true;
on MW 1.18
trying to save to the community and user namespace is giving: Unexpected non-MediaWiki exception encountered, of type "UsageException" badtoken: Invalid token
- 0 /www_data/www/includes/api/ApiBase.php(1205): ApiBase->dieUsage('Invalid token', 'badtoken')
- 1 /www_data/www/includes/api/ApiMain.php(590): ApiBase->dieUsageMsg('sessionfailure')
- 2 /www_data/www/includes/api/ApiMain.php(678): ApiMain->setupModule()
- 3 /www_data/www/includes/api/ApiMain.php(340): ApiMain->executeAction()
- 4 /www_data/www/extensions/Collection/Collection.body.php(867): ApiMain->execute()
- 5 /www_data/www/extensions/Collection/Collection.body.php(225): SpecialCollection->saveCollection(Object(Title), false)
- 6 /www_data/www/includes/SpecialPageFactory.php(458): SpecialCollection->execute(NULL)
- 7 /www_data/www/includes/Wiki.php(226): SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
- 8 /www_data/www/includes/Wiki.php(626): MediaWiki->performRequest()
- 9 /www_data/www/includes/Wiki.php(533): MediaWiki->main()
- 10 /www_data/www/index.php(57): MediaWiki->run()
- 11 {main}
I have the same error with MW 1.18.0
Unexpected non-MediaWiki exception encountered, of type "UsageException"
badtoken: Invalid token
How to solve ?