Wow. I've been running Mediawiki for a couple of years and just never looked at that. Probably is the problem. I looked for instructions on use but there's not much. Any suggestions on how to find info on how to use that page. Since I've never used it, there may be other things that will work better.Thanks John
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message --------
From: billinghurst <billinghurstwiki(a)gmail.com>
Date: 10/05/2015 4:32 PM (GMT-06:00)
To: MediaWiki announcements and site admin list <mediawiki-l(a)lists.wikimedia.org>
Subject: Re: [MediaWiki-l] Problem with syntax
Have you checked it via [[Special:ExpandTemplates]]?
For whatever reason, FULLPAGENAME is not evaluating.
On Tue, 6 Oct 2015 02:38 John Foster <jfoster81747(a)gmail.com> wrote:
> I,m seeing an error, at least it seems to be one when my Mediawiki site is
> performing this action
>
> {{/box-header|Categories|{{FULLPAGENAME}}/Categories|Purge=<i></i>}}
>
> it is calling for an actual Template:/Categories
> rather than what I suppose to be the actual call of
> Categories:WhateverTheNameIs/Categories
>
> I'm not even sure if my question is valid. I'm going by the fact that
> Wikipedia has this same syntax in a few places and it calls up something
> other than a non-existant template.
>
> ANY help is appreciated
> Thanks!
> John
> _______________________________________________
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi folks,
I'm wondering if there are any MediaWiki skins that would make the
cascadia.wiki site look a bit more modern, something like wikimedia.org.bd.
Any sugguestions?
Pine
Hey all,
I am happy to announce there now is a Semantic MediaWiki sandbox wiki at
http://sandbox.semantic-mediawiki.org. This wiki is meant to allow you to
easily experiment with Semantic MediaWiki and many of its extensions. The
software is updated daily, so you can try out features that are not yet
part of a stable release.
Many thanks to Karsten Hoffmeyer and wikihoster.net for the creation and
hosting of this sandbox!
Cheers
--
Jeroen De Dauw - http://www.bn2vs.com
Software craftsmanship advocate
Developer at Wikimedia Germany
~=[,,_,,]:3
I,m seeing an error, at least it seems to be one when my Mediawiki site is
performing this action
{{/box-header|Categories|{{FULLPAGENAME}}/Categories|Purge=<i></i>}}
it is calling for an actual Template:/Categories
rather than what I suppose to be the actual call of
Categories:WhateverTheNameIs/Categories
I'm not even sure if my question is valid. I'm going by the fact that
Wikipedia has this same syntax in a few places and it calls up something
other than a non-existant template.
ANY help is appreciated
Thanks!
John
Oct 5 2015 19:03, "Jurij Byrda" <gintasgp19(a)gmail.com> wrote:
>
> Kur Lieuviu kalba?
Laba diena,
I can read a little bit of Lithuanian, though I don't write it well.
Are you looking for information about MediaWiki or Wikipedia in Lithuanian?
Hey guys,
I've been getting a lot of session errors in my wiki lately.
Just now I got this message when I tried to save an edit to my wiki:
*Sorry! We could not process your edit due to a loss of session data.* Please
try again. If it still does not work, try logging out
<http://wiki.jokefire.com/index.php/Special:UserLogout> and logging back in.
And often times when I'm trying to login I get complaints about cookies
needing to be enabled. Even though they are!
*Login error*
Jokefire Wiki uses cookies to log in users. You have cookies disabled.
Please enable them and try again.
I have sessions set to be stored in my LocalSettings.php file:
$wgSessionsInMemcached = true;
These are all the memcached settings I have in my LocalSettings.php file:
$wgDisableCounters = true;
$wgMainCacheType = CACHE_MEMCACHED;
$wgMemCachedServers = array( "xx.xx.xx.xxx:11211", "xx.xx.xx.xxx:11211",
"xx.xx.xx.xx:11211" );
$wgParserCacheType = CACHE_MEMCACHED; # optional
$wgMessageCacheType = CACHE_MEMCACHED; # optional
$wgSessionCacheType = CACHE_MEMCACHED;
$wgSessionsInMemcached = true;
$wgUseLocalMessageCache = true;
$wgUseGzip = true;
$wgGroupPermissions['*']['memcached'] = true;
I have these cookie settings in my php.ini
[root@ops1:~] #grep -i cookies /etc/php.ini | grep -v ';'
session.use_only_cookies = 1
session.use_cookies = 1
I'm wondering if there's any way I can verify that user sessions for media
wiki are being stored in memcached. And I'm wondering how I can best
troubleshoot these session errors I'm getting.
Thanks,
Tim
--
GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B