Difference between revisions of "Wiki setup notes"
From apm
m (→2015-03-16) |
m (→2015-03-16) |
||
Line 12: | Line 12: | ||
The normal logo does not show up even standard when $wgLogo is set to standard value for new wiki version | The normal logo does not show up even standard when $wgLogo is set to standard value for new wiki version | ||
− | ([http://www.mediawiki.org/wiki/Manual:$wgLogo/en manual page for $wgLogo]) -- ''why?? -- status: yet unresolved'' | + | ([http://www.mediawiki.org/wiki/Manual:$wgLogo/en manual page for $wgLogo]) -- '''why?? -- status: yet unresolved''' |
* LOCAL location of logos [http://apm.bplaced.net/w/resources/assets/ /w/resources/assets/] | * LOCAL location of logos [http://apm.bplaced.net/w/resources/assets/ /w/resources/assets/] | ||
Revision as of 21:53, 16 March 2015
Troubleshooting
2015-03-16
On mobile devices the wikipedia logo is shown instead of the correct one: Reason: [1] -> [2] -> [3]
- p-logo at the bottom ... LOCAL title=MediaWiki:Common.css -- simply commented it out -- works :)
The normal logo does not show up even standard when $wgLogo is set to standard value for new wiki version (manual page for $wgLogo) -- why?? -- status: yet unresolved
- LOCAL location of logos /w/resources/assets/
2014-02-16
After uploading an 205,2kB SVG-image the uploaded file page [4] isn't viewable anymore
Following error meassage appears:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 25485840 bytes) in /users/apm/www/w/includes/media/Bitmap.php on line 552
- known problem: bplaced forum entry; uploading files - stumbling blocks; mediawiki related error info
- it seems in php.ini the webhoster can set a memory limit
- this limit may or may not be over-ridable in the LocalSettings.php ... (Mediawiki==v1.20>v1.51) => no "ini_set('memory_limit', '__M');" override.
- Todo: find and try. google-search; maybe similar problem