syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' #121
-
Has anyone seen this when deploying with ray() in composer to a non production site?
I have deployed my latest version to a training server, env => training, not production I'm getting the above error. It's running PHP 7.4.14 This release is running fine on production and another non production server. I've also started getting the following error just afterwards, probably unrelated. Whatever the error is, I can't get to any page in my Laravel site, it's just down:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Might have been a memory issue. I don't think composer was running. Strange as I have 4 identical servers and this is the only one that's playing up. Doubled the memory and all OK. Live and learn. |
Beta Was this translation helpful? Give feedback.
Might have been a memory issue. I don't think composer was running. Strange as I have 4 identical servers and this is the only one that's playing up. Doubled the memory and all OK. Live and learn.