https://bugzilla.wikimedia.org/show_bug.cgi?id=23790

--- Comment #14 from Gregor Hagedorn <g.m.haged...@gmail.com> 2010-06-09 
09:45:06 UTC ---
OK, no more code error messages for r67693 now. However, the title of the bug
still applies: Collection fails, i.e. to collect any pages. The toolbox on top
appears, but adding a page does not change it. Going to Show book always
displays an empty book.

It seems clear from the code fixes above, that the session is no longer
successfully established. However a mediawiki session exist: the user is signed
in and the login is stable. Tested with both FF 3.6.3 and IE8, both with
cookies enabled (verified through other cookie-dependent software as well). The
full Collection extension settings are given at the end.

Again, as described above, with these settings the Collection session works
fine with an earlier version of mediawiki, r59858 as testable on
http://biowikifarm.net/meta/Special:Version - 

*** Something must have CHANGED in SESSION management BREAKING the Collection
Session ***

What else is using similar sessions?

We will gladly provide any support to get this working again.

What is going on?

--------------

LocalSettings for Collection:

require_once("$IP/extensions/Collection/Collection.php");
$wgCollectionMWServeURL = 'http://tools.pediapress.com/mw-serve/';
// Allow collecting Help pages (default is no!) and custom namespaces
$wgCollectionArticleNamespaces = array(
    NS_MAIN,
    NS_TALK,
    NS_USER,
    NS_USER_TALK,
    NS_HELP,
    NS_HELP,
    NS_PROJECT,
    NS_PROJECT_TALK,
    NS_MEDIAWIKI,
    NS_MEDIAWIKI_TALK,
    NS_PRIVATE,
    NS_PRIVATE_TALK,
    NS_PORTAL,
    NS_PORTAL_TALK,
    NS_BIBLIO,
    NS_BIBLIO_TALK,
    NS_SUBMISSION,
    NS_SUBMISSION_TALK,
    NS_REVIEWED,
    NS_REVIEWED_TALK,
    100,
    101,
    102,
    103,
 );

// Where to save community collections? MediaWiki namespace is not a good
default
$wgCommunityCollectionNamespace = NS_PROJECT;

// who can save collections where?
$wgGroupPermissions['user']['collectionsaveasuserpage'] = true;
$wgGroupPermissions['autoconfirmed']['collectionsaveascommunitypage'] = true;

// Sidebar cache doesn't play nice with this
$wgEnableSidebarCache = false;
$wgCollectionFormats = array(
    'rl' => 'PDF',
    'odf' => 'OpenDocument Text',
);
// Formats (keys in $wgCollectionFormats) to be displayed as "Download as XYZ"
links in the "Print/export" portlet
$wgCollectionPortletFormats = array( 'rl' );

-----------------------

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to