Public bug reported: The problem is that $_ENV is only set if the character 'E' is in the php ini config variables-order. On most distros this is not the case.
A solution would be to use getenv instead. http://us.php.net/manual/en/ini.core.php#ini.variables-order ** Affects: mahara Importance: Low Assignee: Hugh Davenport (hugh-catalyst) Status: Triaged ** Tags: bite-sized -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/993710 Title: Processing email bounces requires $_ENV to be set Status in Mahara ePortfolio: Triaged Bug description: The problem is that $_ENV is only set if the character 'E' is in the php ini config variables-order. On most distros this is not the case. A solution would be to use getenv instead. http://us.php.net/manual/en/ini.core.php#ini.variables-order To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/993710/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

