Actions
action #851
closedopenqa: needle editor crash
Description
Software error:
Template error: hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this) at line 91 in template passed from /usr/lib/perl5/vendor_perl/5.16.2/Text/MicroTemplate/File.pm at line 85.¶
89: <?= $needle->{'name'} ?>
90: {'imagepath'} ?>" data-url="<?= $needle->{'imageurl'} ?>" onclick="window.loadBackground(this);" <?= 'checked="checked"' if ($i == 0); ?> />
91: {'area'}) ?>');"/>
92: {'matches'}) ?>');" <?= 'checked="checked"' if ($i == 1); ?>/>
93: {'tags'}) ?>" onclick="window.loadTags(this);" <?= 'checked="checked"' if ($i == 0); ?>/>¶
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.
Updated by ancorgs about 11 years ago
- Status changed from New to Resolved
It's trying to show the needle called reboot_after_install-bnc832977, which was there when the test was executed, but disappeared from the needles directory afterward. Rerun the test or bring the needle back.
Actions