This update provides some crash prevention, plus: bug fixes for installation problems under Perl 5.6.0, broken checkboxes, and ignored preference settings in the navigation panel.
Today's "Airbag" beta update provides some crash prevention.
I've received scattered reports of crashes on a variety of common tasks that require disk access, with the error message "Modification of a read-only value." Although this bug has been sighted several times in the wild, I haven't been able to reproduce it here in the mighty Global Moxie laboratories. That said, I think I've solved and fixed the problem with this version. Please let me know, of course, if you continue to see that crash message.
But wait, there's more! This release also fixes an installation problem under Perl v5.6.0, a JavaScript issue that broke checkbox toggling on most control panel checkboxes, and a bug that caused Big Medium to ignore the "no style" preference for navigation styles in HTML preferences.
Download the latest version of Big Medium here.
If you're upgrading from a version prior to 2.0b7, see the notes on the 2.0b7 announcement page about the update to the "Cup o' Joe" theme.
If you're upgrading from v2.0b7, you can upgrade by uploading just the following 13 files from the new version (make sure that your FTP client is set to "plain text" or "ASCII" mode when you upload the files).
moxiebin/Modules/BigMed.pmmoxiebin/Modules/BigMed/App/Web.pmmoxiebin/Modules/BigMed/App/Web/Prompt.pmmoxiebin/Modules/BigMed/App/Web/Themes.pmmoxiebin/Modules/BigMed/Builder.pmmoxiebin/Modules/BigMed/CSS.pmmoxiebin/Modules/BigMed/Data.pmmoxiebin/Modules/BigMed/Driver/File.pmmoxiebin/Modules/BigMed/Error.pmmoxiebin/Modules/BigMed/Filter/Markdown.pmmoxiebin/Modules/BigMed/Format/RSS.pmmoxiebin/Modules/BigMed/Elements.pmbmadmin/js/bigmedium_cp.jsOr, a lazier option, just upload these three files:
moxiebin/Modules/BigMed.pmmoxiebin/Modules/BigMed (directory)bmadmin/js/bigmedium_cp.jsHere's what's new in this update:
our @ISA for multiple inheritance instead of use base in
BigMed::App::Web to help Perl 5.6.0 follow along.