mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #23065
[Bug 1403568] Re: User csv upload with Mobile Upload Token setting gives error
You can get around that for the moment by not setting a default mobile
upload token but ask your users to create one themselves that they'll
use on their mobile.
** Changed in: mahara
Importance: Undecided => Low
** Changed in: mahara
Status: New => Triaged
--
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/1403568
Title:
User csv upload with Mobile Upload Token setting gives error
Status in Mahara ePortfolio:
Triaged
Bug description:
Mahara version: 1.9.4
Attempting user csv upload with 'General Option' Mobile Upload Token setting.
'A nonrecoverable error occurred. This probably means you have encountered a bug in the system'
Mobile upload tokens input array should be converted into a vertical bar separated list, but it's not.
See: admin/users/uploadcsv.php functino uploadcsv_submit(..) { ... if (!empty($accountprefs)) { ... }
When a user is editing their preferences, this is handled correctly.
See: account/index.php function accountprefs_submit(..) { ... if (get_config('allowmobileuploads')) { ... }
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1403568/+subscriptions
References