← Back to team overview

mahara-contributors team mailing list archive

[Bug 823048] Re: Uploading new users via CSV gives generic error message

 

I also noticed the problem in my contrib trying to sync a Mahara institution users accounts with a LDAP server. 
https://github.com/patrickpollet/mahara_ldap_sync

The call to create_user is indeed consuming a big chunk of memory that
is not returned to the pool and the process dies with ~1500 new users
when allocating 256Mb to PHP.

Something must be wrong somewhere in the user creation , that does
indeed a lot of work and memory allocation

Cheers.

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

Title:
  Uploading new users via CSV gives generic error message

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When you attempt to upload a lot of users via CSV and the upload is
  not made, you only receive a generic error message that doesn't give
  you the reason why the upload failed. When a certain server limit is
  reached, in some cases 100 users, the upload doesn't proceed so that
  the process does not take up all the processing power. The admin
  should be made aware of that and the error message should be more
  specific.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/823048/+subscriptions


References