Topic on Extension talk:Vector

Hansel2324 (talkcontribs)

I'm new to MediaWiki and have stood up an instance with the following versions:

MediaWiki v1.26

PHP v5.6.16

Using IIS and running web site on localhost using IE11 as browser.

When I set 'Vector' as the default skin the only thing I get is all the text to the far left of the page. Has anyone seen this?

I don't know where to start troubleshooting...any help is appreciated.

87.173.22.166 (talkcontribs)

Same to me ...

not working on webserver

MediaWiki 1.26.2
PHP 5.6.17-1~he.2 (apache2handler)

or 5.4.x

while working on local

MediaWiki 1.26.2
PHP 5.6.15 (apache2handler

Chrome and I.E the same :-/

87.173.22.166 (talkcontribs)

Seems to be a installation/upgrade-bug

$wgCacheDirectory = $IP."/cache"; (in localsettings.php)

works fine for me.

213.55.103.174 (talkcontribs)

Lots of thanks. I had also the same problem, However based on your suggestion I was able to resolve the issue. to add a little: in localSettinhd.php, insert the following

$wgCacheDirectory = "$wgResourceBasePath/cache";

Note: wgResourceBasePath is the path to your mediawiki directory.

This post was hidden by 213.55.103.174 (history)
Hansel2324 (talkcontribs)

The 'Monobook' skin runs fine

Hansel2324 (talkcontribs)

I also can't get PageTriage or WikiEditor to work either and I don't know if the issues are related.

Ciencia Al Poder (talkcontribs)

Issue already reported in task T119934 (feel free to subscribe to that task) and other support questions... Still there's not enought information to see what's happening.

Please see this topic and try to test those load.php URLs to see any error message embedded on them.

Hansel2324 (talkcontribs)

Thanks for the heads up. Made the mistake of starting with the newest releases for everything. I'm going to start to roll back versions until I can get a stable/working instance.

From the traffic on Phabricator, it looks like it works in MW1.25.3. Any idea/suggestion which v. PHP I should use for a stable instance?

Ciencia Al Poder (talkcontribs)
Reply to "Vector not working"