1.2.0-rc1 upgrade fails with non-English locale

Bug #598897 reported by Alex Harrington
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Xibo
Fix Released
Critical
Alex Harrington

Bug Description

20.php
Fatal error: Call to a member function Boot() on a non-object in /var/www/upgrade.php on line 303

Related branches

Revision history for this message
Alex Harrington (alexharrington) wrote :

Found it. There's some over-zealous translating gone on :D

http://bazaar.launchpad.net/~xibo-maintainers/xibo/biela/annotate/head:/server/upgrade.php#L300

That's the name of the class so the word "Step" shouldn't have been translated. I'll target a bug - but if anyone else hits this changing line 300 as follows should resolve:

$stepName = __("Step") . $i;

becomes

$stepName = "Step" . $i;

Changed in xibo:
assignee: nobody → Alex Harrington (alexharrington)
importance: Undecided → Critical
status: New → Triaged
milestone: none → 1.2.0-rc2
Changed in xibo:
status: Triaged → Fix Committed
Changed in xibo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.