Wiki setup notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
== Troubleshooting == | == Troubleshooting == | ||
===2014-02-16=== | === 2015-03-16 === | ||
On mobile devices the wikipedia logo is shown instead of the correct one: | |||
Reason: [http://www.mediawiki.org/wiki/Thread:Project:Support_desk/$wgLogo_is_working_on_the_Desktop_PC,_but_not_on_mobile.] -> [https://www.mediawiki.org/wiki/Thread:Project:Support_desk/MediaWiki_showing_wrong_logo_-_Hacked%3F/reply] -> [http://proutypedia.com/wiki/MediaWiki:Common.css] | |||
* p-logo at the bottom ... [http://apm.bplaced.net/w/index.php?title=MediaWiki:Common.css LOCAL title=MediaWiki:Common.css] | |||
---- | |||
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?? | |||
* LOCAL location of logos [http://apm.bplaced.net/w/resources/assets/ /w/resources/assets/] | |||
=== 2014-02-16 === | |||
'''After uploading an 205,2kB SVG-image the uploaded file page [http://apm.bplaced.net/w/index.php?title=Special:ListFiles] isn't viewable anymore''' <br> | '''After uploading an 205,2kB SVG-image the uploaded file page [http://apm.bplaced.net/w/index.php?title=Special:ListFiles] isn't viewable anymore''' <br> | ||
Revision as of 22:46, 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
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??
- 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