Open Enterprise's implementation of hook_profile_details() in the installation profile calls t() for name and description elements of the returned array. Although in theory would support multiple languages, not even the default drupal installation profile does this. A side effect of the use of t() on the array elements is that it breaks Aegir adding the Open Enterprise as a platform.

Comments

skwashd’s picture

Status: Active » Needs review
StatusFileSize
new788 bytes

The attached patch should fix this problem.

joestewart’s picture

Status: Needs review » Reviewed & tested by the community

yep, same situation. fixed for me.

mardrop’s picture

created updated open enterprise platform on aegir, with the current version. And it still has the t() issue in the .profile file. I hope this can be fixed in the next version.

mrconnerton’s picture

#1 patch works for me
+1 RTBC

randallknutson’s picture

Status: Reviewed & tested by the community » Fixed

This has been committed to 6.x and no longer applies to the Drupal 7 version of OE.

Status: Fixed » Closed (fixed)
Issue tags: -buyaline

Automatically closed -- issue fixed for 2 weeks with no activity.