Nice! Thanks for working on this.
On Mon, Jul 3, 2017 at 7:03 PM, Jon Robson wrote:
> Dear all
> Back in 2014, Legoktm made the sensible suggestion [1] that we should pull
> the skin portion of code from the MobileFrontend extension.
>
> I've spent the last few months making it possible and I no
This is more a generic sysadmin question.
First step is figure out where all your diskspace has gone - run the command:
du | sort
to find out (The command will list space usage in all the
subdirectories of the current directory). Delete files as necessary.
Obviously be careful you don't delete a
Hi,
the question would be: Why do you want to use the rebuildFileCache.php
maintenance script? What is the goal you want to achieve? Varnish does (from
what I remember when I last setup varnish for MediaWiki) not need the file
cache, which is built in MediaWiki, and all these files and caching
Not really. I need to know where you get the url from. Where does it
appear? Is it from clicking a link somewhere and if so what link? Are you
redirected there when visiting your site? Something else?
--
brian
On Tuesday, July 4, 2017, אחיקם אלירז wrote:
> Thank you.
> This is from the LocalSett
Thanks Jeff. I'll give that a try. The size of the database is
intermediate, I think. I'v got about 30,000 articles with a crap load of
mathematics embedded in them. As I said this is my first issue that I've
not been able to get resolved quickly.
On Tue, Jul 4, 2017 at 6:52 AM, Jeff Darlington
If you're using rebuildFileCache.php, you probably have
$wgFileCacheDirectory set to specify the location of the cache files. Log
in as root and clean out that directory, and that should clear up the
immediate problem so you can get back in.
Unfortunately, I don't use varnish so I have no idea wh
Thank you.
This is from the LocalSetting.php:
$wgVirtualRestConfig['modules']['parsoid'] = array(
// URL to the Parsoid instance
'url' => 'http://localhost:8142',
);
Is it help?
Subject: Re: [MediaWiki-l] A problem in URL
Message-ID:
Content-Type: text/plain; charset="UTF-8"
Well that