Actions

Changelog: Difference between revisions

From Rabbi Blog

mNo edit summary
Line 18: Line 18:
* Thumbnail issues to resolve (see [http://www.mediawiki.org/wiki/Thread:Project:Support_desk/mw_1.20.2_thumbs_not_displayed_but_while_uploading MW1.20.2 talk])
* Thumbnail issues to resolve (see [http://www.mediawiki.org/wiki/Thread:Project:Support_desk/mw_1.20.2_thumbs_not_displayed_but_while_uploading MW1.20.2 talk])
* Secondary issue (need to recheck the actual image folders to verify the image exists)
* Secondary issue (need to recheck the actual image folders to verify the image exists)
 
** That's what happens when you have 0kb (empty) image files. There are roughly 51 of those 0kb files in the file structure. 
<pre>
<pre>
Error creating thumbnail: convert: Empty input file `/var/www/html/rabbibob.com/images/9/9e/Thelongweekend2_worms.jpg' @ error/jpeg.c/JPEGErrorHandler/316.
Error creating thumbnail: convert: Empty input file `<dir>/9/9e/Thelongweekend2_worms.jpg' @ error/jpeg.c/JPEGErrorHandler/316.
convert: no images defined `/var/www/html/rabbibob.com/images/temp/transform_fbce7a10c4ab-1.jpg' @ error/convert.c/ConvertImageCommand/3044.
convert: no images defined `<dir>/temp/transform_fbce7a10c4ab-1.jpg' @ error/convert.c/ConvertImageCommand/3044.
 
Error code: 1
Error code: 1
</pre>
</pre>

Revision as of 22:41, 16 March 2015

--Rabbi Bob 05:41, 12 September 2011 (EDT)

--Rabbi Bob 07:47, 30 July 2011 (EDT)

  • Corrected new items by using [[1]]
  • Pruned External Links list

OLD Updates

Mediawiki 1.24.1

  • Updated from 1.16.5 (running on a QNAP box no less)
  • Thumbnail issues to resolve (see MW1.20.2 talk)
  • Secondary issue (need to recheck the actual image folders to verify the image exists)
    • That's what happens when you have 0kb (empty) image files. There are roughly 51 of those 0kb files in the file structure.
Error creating thumbnail: convert: Empty input file `<dir>/9/9e/Thelongweekend2_worms.jpg' @ error/jpeg.c/JPEGErrorHandler/316.
convert: no images defined `<dir>/temp/transform_fbce7a10c4ab-1.jpg' @ error/convert.c/ConvertImageCommand/3044.
Error code: 1

Extensions

  • Flickr - done
  • DynamicArticleList - done
  • VideoFlash: pending

Skin

  • Pending

Mediawiki 1.16.5

  • Updated from 1.11.0
  • Issues with many extensions, much more than for the MediaWiki 1.11.0 update
  • ImageMagick issues to resolve:
Error creating thumbnail: convert: unable to open image `/var/www/rabbibob.com/rbwiki/images/d/d6/Cabinet1.jpg': @ error/blob.c/OpenBlob/2498.
convert: missing an image filename `/var/www/rabbibob.com/rbwiki/images/thumb/d/d6/Cabinet1.jpg/150px-Cabinet1.jpg' @ error/convert.c/ConvertImageCommand/2970.

$wgRCMaxAge

Increased the $wgRCMaxAge variable to 52 * 7 * 24 * 3600 in LocalSettings to increase the amount of items listed in the Last Entries feed (via the News extension). Previous entries are purged from the RC table over time and causes items to fall off the list. --Rabbi Bob 08:13, 19 December 2009 (EST)