Closed (fixed)
Project:
Blazy
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2016 at 12:13 UTC
Updated:
23 Sep 2016 at 13:24 UTC
Jump to comment: Most recent
Here is the error log message:
PHP Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /drupal8/modules/blazy/src/BlazyManager.php on line 256
Comments
Comment #2
duneblWhen I was downloading the git files to create the patch, I discover that the added
parenthesesright brace was not there...I am using a script which is using composer to update the modules, this error came out just after the run of this script!
I have tried to
composer remove/requirethe blazy files to check if there was a discrepancies between git and composer (I got this problem for another module) but again, no added right brace!!!I really don't know from where it was coming (I had to delete it to have a running web site)
Comment #3
gausarts commentedHm, sounds like corrupt download?
Have you tried the good old FTP, or replaced module with the latest archive?
Is it 8.x-1.0-beta3? Or any release before then?
Comment #4
duneblIt was the dev version, but now, when I download the module with composer or from drupal.org, everything is fine...
I think I can close this bug as the corrupted download sounds like the best explanation!
Comment #5
gausarts commentedOk, glad sorted out. Thanks for the followup.