Extension talk:BlueSpice/Archive

From mediawiki.org
Latest comment: 10 years ago by 217.243.209.74 in topic No success page after installation

blue spice theme[edit]

Hi,

I am wondering if someone can tell me how to use only the blue spice theme, without using the whole system.

I fear this is currently not possible. BlueSpice skin uses a lot of function calls to BlueSpice framework which provides all the personalized information. --Mglaser 09:45, 14 June 2011 (UTC)Reply

Thank you for the info, could someone explain how it changes my current normal mediawiki install? What functions will alter, how is SEO effected, if at all. Our wiki is open for example, but using Bluespice on our test server you need to be logged in to use it, see articles. Some info would be helpful.

Great extension[edit]

Its a great extension. Very helpful! Thank you!

Nice to hear. Thanks for you comment :) --Mglaser 14:29, 11 February 2012 (UTC)Reply

Speed Up[edit]

My installation runs very slow compared to the flat MediaWiki Installation. Especially pictures are now loading very slow. Are there any options for speeding up? Other features are perfect... i love the editor!--BeOCeKa (talk) 14:05, 19 April 2012 (UTC)Reply

Thanks! What version of BlueSpice are you using? There were some performance improvements in version 1.1. But still, to speed up BlueSpice significantly, I recommend switching the LC cache to manual recaching. This is done by adding these two lines at the end (after BlueSpice) of your LocalSettings.php:
$wgLocalisationCacheConf[ 'storeClass' ] = 'LCStore_DB';
$sgLocalisationCacheConf[ 'manualRecache' ] = true;
Then execute the following command:
php <installpath-mediawiki>/maintenance/rebuildLocalisationCache.php
This command should also be executed after any code changes.
Hope this helps, --Mglaser (talk) 11:17, 22 April 2012 (UTC)Reply

Links to install guide giving 404 error[edit]

The links to the install documentation http://hilfe.blue-spice.biz/index.php/Installation_Guide_Stable_1.1 are giving 404 errors. I'd fix the wiki page, but I don't know the correct link.

Fixed this. You're welcome :)

No success page after installation[edit]

According to the installation manual, some success page is supposed to be shown after the configuration. Instead, the message "This page can not be accessed directly." is shown. Will BlueSpice still work correctly? --217.243.209.74 10:36, 24 April 2013 (UTC)Reply

I got the same error message. i figured out, that the default entry for the database was not correct. The database of my wiki is called "my_wiki" and not "wikidb". After i have changed the configuration entry to the correct database name the error disappeared and i was able to move forward. --85.177.252.223 21:01, 30 April 2013 (UTC)Reply

Ok, thanks. Where can I change the configuration entry to the correct database name? I entered the correct name during the setup. --217.243.209.74 07:03, 20 August 2013 (UTC)Reply

I could finally get it running by "granting all privileges" to the database. The privileges described in the Mediawiki installation manual [1] are obviously not sufficient, which should be mentioned in the BlueSpice installation manual. --217.243.209.74 12:07, 20 August 2013 (UTC)Reply

No Support for Postgres and Oracle[edit]

Dropped Oracle and Postgres support in free version. So sad :/