Difference between revisions of "Wiki setup notes"

From apm
Jump to: navigation, search
m
m (Troubleshooting)
Line 8: Line 8:
 
'''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'''
 
'''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: [http://forum.bplaced.net/viewtopic.php?f=6&t=10967 bplaced forum entry]
+
* known problem: [http://forum.bplaced.net/viewtopic.php?f=6&t=10967 bplaced forum entry]; [http://meta.wikimedia.org/wiki/Uploading_files#Fatal_error:_Allowed_memory_size_of_8388608_bytes_exhausted uploading files - stumbling blocks]; [http://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#Fatal_error:_Allowed_memory_size_of_nnnnnnn_bytes_exhausted_.28tried_to_allocate_nnnnnnnn_bytes.29 mediawiki related error info]
 
* 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]; [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]; [http://stackoverflow.com/questions/5541540/mediawiki-exhausting-phps-memory-limit-while-uploading-file this specific problem]
+
* Todo: find and try. [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]; [http://stackoverflow.com/questions/5541540/mediawiki-exhausting-phps-memory-limit-while-uploading-file maybe similar problem]

Revision as of 15:04, 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