User tests: Successful: Unsuccessful:
Since #12494 merge we get an error in all backend pages.
So this PR solves the issue, and gives that error message more info (error message with "An error as occured" is the same as saying nothing ...), for when it occurs.
None.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Modules Administration |
Title |
|
Title |
|
This looks good for the SQL query. Can we not print the exception message tho. Exception messages are generally hard coded to English which gives multilang issues and also probably contains more technical information that is of no use to end users. If we need to let's log the exception instead :)
sorry george, but "An error has occurred." is nothing. What does this mean?
Is like "A warning was detected." ... or "A message exists."
If we need to let's log the exception instead :)
My first idea, but we can't the way the error page is done. Because this is an error while building the admin menu, if we trow an exception here the error page comes back without admin menu and you can't see the message.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-12 18:05:06 |
Closed_By | ⇒ | mbabker |
@wilsonge @zero-24 please check
This is related to mysql strict mode. Could be backported to staging too.