Actions
Bug #5047
closedInvalid conditions causing fatal error
Description
An invalid condition seams to be able to lock profile edit. I'm unsure what condition is specifically doing it, but needs further investigate to see if it can be avoided.
I'm pretty sure it's due to the $postUser when it's binding the POST array.
Updated by krileon about 9 years ago
If a condition is configured to conditional self with no field or conditional others with no fields then it can cause the below error.
Fatal error: Cannot access empty property in /libraries/CBLib/CB/Database/Table/UserTable.php on line 290
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Caused by getFieldValue trying to grab the value of a field that doesn't exist. Now treats non-existent fields as null.
Actions