Every donation is welcome and appreciated. This product is for free and it will stay free despite the fact that commercial products with much less capabilities cost a lot of money. So before you spend that money on other products, try this one and feel free to send that money to me
i have probs with the sitmaps:
error
Missing XML tag
This required tag is missing. Add it and send the data again.
1
Parent tag: urlset
Tag: url
2
22nd February 2013
This mod works fine for me with VB 4.2.0 PL3 when logged in as Administrator, but when I login to a normal user account, I get this when I try to open the wiki
Code:
Fatal error: Call to a member function getID() on a non-object in /home/xxxxxx/xxxxx/wiki/includes/vbMediaWikiAuthPlugin.php on line 100
i have probs with the sitmaps:
error
Missing XML tag
This required tag is missing. Add it and send the data again.
1
Parent tag: urlset
Tag: url
2
22nd February 2013
hmm this is wierd. are u using the sitemaps in vbulletin ? (with this mod, the vbulletin sitemap includes mediawiki links as well.) The latest version (post 421) i have works fine at my end? can you reinstall and check?
This mod works fine for me with VB 4.2.0 PL3 when logged in as Administrator, but when I login to a normal user account, I get this when I try to open the wiki
Code:
Fatal error: Call to a member function getID() on a non-object in /home/xxxxxx/xxxxx/wiki/includes/vbMediaWikiAuthPlugin.php on line 100
Odd behavior.
The function should not differentiate between type of accounts anyway. $user is got from vb, so for some reason vb is not setting the variable right. What version of PHP are you using ? VB 4.2 is not compatible with php 5.4 . also this works with mediawiki 1.20 or higher.
1. check the version of php/mediawiki.
2. Delete all cookies/history an server cache (APC if any).
3. run diagnostics in vbmediawiki and see if you get clean bill of health.
4. Try a clean login into the other user account. while this should NOT cause this error, check if the other user has permissions in usergroup permissions.
hmm this is wierd. are u using the sitemaps in vbulletin ? (with this mod, the vbulletin sitemap includes mediawiki links as well.) The latest version (post 421) i have works fine at my end? can you reinstall and check?
Hi,
oh no, there no good idea, everytime to make a refresh, so i have two navtab of wiki, please in future only the code of data as a support not all.
The error message:
** To avoid the edit permissions issue, navigate to your wiki/maintenance/ directory
and run :
Code:
php resetUserTokens.php
Alternatively, upload the attached resetUserTokensNull.php to the wiki-maintenance directory (it only sets the tokens for users who do not have one - much faster). And set it up as a cron job every hour... This is (still) the best solution I've found so far.
Installation instructions:
1. Upload the wiki_upload files to the wiki folder, and the forum_upload files to the forums folder.
2. Import the product in vbulletin.
3. Set the variables in Settings --> Options --> vBulletin Mediawiki.
4. Grant permissions to various usergroups.
5. Add tab to the wiki under Settings-->Navigation Manager. Set the "Tab scripts" field to "mediawiki".
Release Notes: Version 1.1 (21 Jan 13):
* The diagnostics page is fixed.
* The navigation bit (login and logout links) in the Vector skin is fixed. <-- If you use the vector skin with memcached, this improved my cache efficiency meaningfully (suspect because how the login/logout link was created for not-logged in users).
Version 1.32 (13 Feb 13): (also changes from 1.30, 1.31):
* Upgrade instructions: upload files, upgrade product using XML file.
* Wiki submenus show in integrated skins.
* Loss of session data errors should be fixed.
* Reduced queries for logged-in users.
* Fixed issue with diagnostics page (likely linked with a apc bug).
What happens when vB users who have usernames with spaces in them try to edit on mediawiki, which from what I can tell from the information posted does not recognize spaces?