Difference between revisions of "Wiki setup notes"

From apm
Jump to: navigation, search
(Created page with " == Troubleshooting == ===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 vie...")
 
m
Line 11: Line 11:
 
* it seems in php.ini the webhoster can set a memory limit
 
* 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
 
* this limit may or may not be over-ridable in the localsettings.php
* Todo: find and try [http://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#Fatal_error:_Allowed_memory_size_of_nnnnnnn_bytes_exhausted_.28tried_to_allocate_nnnnnnnn_bytes.29 Info]
+
* Todo: find and try [http://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#Fatal_error:_Allowed_memory_size_of_nnnnnnn_bytes_exhausted_.28tried_to_allocate_nnnnnnnn_bytes.29 Info]; [https://www.google.com/search?client=ubuntu&channel=fs&q=PHP+Fatal+error%3A+Allowed+memory+size+of&ie=utf-8&oe=utf-8#channel=fs&q=mediawiki+PHP+Fatal+error%3A+Allowed+memory+size+of&safe=off google-search]

Revision as of 14:55, 16 February 2014

Troubleshooting

2014-02-16

After uploading an 205,2kB SVG-image the uploaded file page [1] 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
  • 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
  • Todo: find and try Info; google-search