mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #26686
[Bug 1451331] Re: 12.04 image picker requires PHP 5.3.6+
** Also affects: mahara/15.04
Importance: Undecided
Status: New
** Also affects: mahara/15.10
Importance: Undecided
Status: New
** Summary changed:
- 12.04 image picker requires PHP 5.3.6+
+ 15.04 image picker requires PHP 5.3.6+
** Description changed:
As reported on the Mahara.org forums:
https://mahara.org/interaction/forum/editpost.php?parent=29019
- The awesome new TinyMCE Mahara image picker in Mahara 12.04, uses the
+ The awesome new TinyMCE Mahara image picker in Mahara 15.04, uses the
$node argument of the DomDocument::saveHTML() method. This argument was
only added in PHP 5.3.6.
The problem is that, as of the last developer meeting, we purport to
support Debian 6 (Squeeze) and later. But Squeeze only ships with PHP
5.3.3.
So if we want to continue to claim to support Squeeze, we should
probably make this work without the $node argument. Or, we should
specify that we require at least PHP 5.3.6, and that if you're running
it on Squeeze, you'll just have to manually upgrade your PHP version.
Actually, in the README that shipped with 15.04 we put that we support
Debian 5 (Lenny) which ships with PHP 5.2... so presumably it's already
implied that you're manually upgrading your PHP version.
** Changed in: mahara/15.04
Importance: Undecided => Medium
** Changed in: mahara/15.10
Importance: Undecided => Medium
** Changed in: mahara/15.04
Milestone: None => 15.04.1
** Changed in: mahara/15.10
Milestone: None => 15.10.0
** Changed in: mahara/15.04
Status: New => Confirmed
** Changed in: mahara/15.10
Status: New => Confirmed
** Tags added: no-behat-needed
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1451331
Title:
15.04 image picker requires PHP 5.3.6+
Status in Mahara ePortfolio:
Confirmed
Status in Mahara 15.04 series:
Confirmed
Status in Mahara 15.10 series:
Confirmed
Bug description:
As reported on the Mahara.org forums:
https://mahara.org/interaction/forum/editpost.php?parent=29019
The awesome new TinyMCE Mahara image picker in Mahara 15.04, uses the
$node argument of the DomDocument::saveHTML() method. This argument
was only added in PHP 5.3.6.
The problem is that, as of the last developer meeting, we purport to
support Debian 6 (Squeeze) and later. But Squeeze only ships with PHP
5.3.3.
So if we want to continue to claim to support Squeeze, we should
probably make this work without the $node argument. Or, we should
specify that we require at least PHP 5.3.6, and that if you're running
it on Squeeze, you'll just have to manually upgrade your PHP version.
Actually, in the README that shipped with 15.04 we put that we support
Debian 5 (Lenny) which ships with PHP 5.2... so presumably it's
already implied that you're manually upgrading your PHP version.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1451331/+subscriptions
References