There is a missing comma at the end of line 210 of views_merge_rowsDisplayExtenderPlugin.php
Creating the following error:
The website encountered an unexpected error. Please try again later.
ParseError: syntax error, unexpected quoted-string (T_CONSTANT_ENCAPSED_STRING), expecting ']' in Composer\Autoload\includeFile() (line 161 of modules/contrib/views_merge_rows/src/Plugin/views/display_extender/views_merge_rowsDisplayExtenderPlugin.php).
Adding a comma at the end of the line corrects the issue.
Will try to get a chance to make a patch but will be much later before I get a chance.
Comments
Comment #2
ahmad abbad commentedComment #3
ahmad abbad commentedComment #4
rodrigoaguileraSadly this is not the only tweak that the 2.x branch needs
I think the module is great but rushing into releasing a stable version with syntax error was a mistake.
I hope so basic tests can be added to avoid this kind of situation.
Comment #5
dgagne commentedI really want to apologize here. My WAMP seems to be able to run despite some syntax errors. The first time it happened, it was not that big; it was about my system being able to work while it should have been case sensitive with regards to path names. So i will rework the module and patch these syntax errors today and i Will also make the prior version available again.
I agree that tests should be added. I open a separate issue about this.
Comment #6
rodrigoaguileraI missed one getOptions
Comment #7
rodrigoaguileraThere was a call to $this->voptionsFormSubmit
Comment #8
dgagne commentedFixed in 8.x-2.1.
Comment #9
rodrigoaguileraIt would be nice to get some issue credit next time for the people who provided patches
https://www.drupal.org/drupalorg/blog/a-guide-to-issue-credits-and-the-d...
I'll test test this soon. I feel you expect me to set it as "Fixed". Am I right?
Comment #10
dgagne commentedI tested it for what was found. I looked over and didn't find anything else. I don't know exactly when the crédit is given. I set it as fixed right now.