← Back to team overview

mahara-contributors team mailing list archive

[Bug 576026] Re: leap2a import fails

 

With Mahara 1.2.6 implemented in the following environments <= PHP
5.3.2, this function bool property_exists() fails for private properties
in base classes. Returning false when true.

Changing the classes privately declared properties to public resolved
this issue.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/576026

Title:
  leap2a import fails

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When importing a leap2a archive the import fails with the message "A
  nonrecoverable error occured. This probably means you have encountered
  a bug in the system".  In the top left of the screen is a second error
  message that appears to come from php directly (ie. not mahara code,
  not mahara style) which says "Invalid address: You must provide at
  least one recipient email address.".  If unzipped and examined, the
  archive *does* contain a valid email address.

  System exporting the leap2a archive:
  Ubuntu 9.04
  PHP 5.2.6 (Zend 2.2.0)
  Mahara 1.2.4 (2009111013)
  postgreSQL 8.3.10

  System importing the leap2a archive:
  Ubuntu 10.04
  PHP 5.3.2 (Zend 2.3.0)
  Mahara 1.2.4 (2009111013)
  MySQL 5.0.75





References