-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax error in Factory/Localization.php #53
Comments
Hello ! Could you modify the line 323 of file
by
and send me the output ? |
@ocdC0d3r, I tried a lot of thing and I cannot reproduce this bug. I am really impatient to see which lemma can cause this problem! |
Sorry it took me this long, the output now apparently gives the proper result followed with the same error Also, I've used the v2.3.* instalation of the package Here's the output:
|
Ah as I'm looking through the log I've noticed I have this blade directive |
Ouch ! The problem is this dynamic field indeed. You should ignore it. The extension cannot guess what could be the value of
I will add a fix to ignore the second point. |
Indeed, the main problem are those dynamic fields with concatenation. There are only few places in my code where this case occurs, shouldn't be a problem fix it on my end. Thanks |
Hi, I'm using Laravel v5.2.45, it could be I'm missing something, basically I followed the installation instructions and when I try to run any of the localization commands I get this error
syntax error, unexpected ';', expecting ',' or ')' in /var/www/html/local.familiando/vendor/potsky/laravel-localization-helpers/src/Potsky/LaravelLocalizationHelpers/Factory/Localization.php(323) : eval()'d code on line 1
The text was updated successfully, but these errors were encountered: