mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12124
[Bug 1173440] Re: updating group fails fatally under certain conditions
Hi Stefan,
Thanks for the patch! :)
Since you know git, please consider pushing your patch into our gerrit
code review system. Instructions are here:
https://wiki.mahara.org/index.php/Developer_Area/Contributing_Code
If you don't want to do that, I'd be happy to push the patch in for you.
I just need to know what name and email to put on the commit's "author"
line.
Cheers,
Aaron
** Tags added: cleanurls
** Changed in: mahara
Status: New => Triaged
** Changed in: mahara
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1173440
Title:
updating group fails fatally under certain conditions
Status in Mahara ePortfolio:
Triaged
Bug description:
General Info:
--------------
- Mahara 1.6.4
- PostgreSQL 8.4.12
- PHP 5.3.10
- RHEL 5.8
Browser Info:
---------------
- Chrome 26, Firefox 20 (Win), latest Safari on Mac as well.
Other:
--------
Mahara is configured with clean-URLs turned on.
Description:
--------------
Saving a group after editing fails.
After submitting the "Edit group" form, the user gets thrown to an
error page. The error message reads:
Mahara: Site unavailable
A nonrecoverable error occurred. This probably means you have encountered a bug in the system
Apparently, Mahara is unable to recover from a failed attempt to
update a record in the database. (please see attached error log).
This only happens under very specific conditions, and seems to be
connected to clean URL mode.
To reproduce:
1. turn off clean URL mode in the Mahara configuration.
2. create a two groups (group A and group B). Observe that the "urlid" field in these records have NULL values.
3. turn clean URL mode back on.
4. open Group A for editing. Make a change, but leave the "Group homepage URL" in the input form empty. Hit the "save group" button.
5. open Group B for editing. Make a change, but leave the "Group homepage URL" in the input form empty as well. "Hit "save group". **error occurs**
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1173440/+subscriptions
References