In the install.inc there was a missing ')' on the t() function within the drupal set message on 227.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | t_function_closure-2496679-1.patch | 3.04 KB | dobe |
In the install.inc there was a missing ')' on the t() function within the drupal set message on 227.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | t_function_closure-2496679-1.patch | 3.04 KB | dobe |
Comments
Comment #1
dobe commentedAttached is a patch that fixes this issue and updates a few tab formatting for the function where the error was.
Comment #2
dobe commentedComment #4
david_garcia commentedWeird I had to undo the changes from last commit. It indeed went from working to broken.
I tested the install screen w/o issues.
Comment #6
dean.p commentedHi, I don't think this issue is fixed. I have this error going to the reports/status page and it still happens when I've applied the above patch (although it's for a different file than what's specified below), and the report does not load. The site seems to function fine otherwise.
Comment #7
dean.p commentedUpdate on this, I get this same error on the following pages:
admin/config (but not admin/index or other admin pages )
Comment #8
david_garcia commentedThe status page relies on sys.master_files being accesible to report status data.
If you can't acces it it might be a permission issue, a database version issue, whatever.
Please investigate and report properly on a separate issue.