-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bug with volt #13459
Comments
Please https://travis-ci.org/TimurFlush/phalcon-bug/builds/412177947 https://github.com/TimurFlush/phalcon-bug |
I'll take a look as soon as I can |
This is due to the fact that Phalcon looks for the id key in the first argument-array and does not find it, so it assigns a zero key as an ID and it is an array, on this basis it cannot render it and throws an error. So the error is related to Volt. Excuse me for my english. |
…y helper Removed `link_to`, `image`, `select`, and `select_static` from array helper.
…y helper Removed `select`, and `select_static` from array helper.
…y helper Removed `select`, and `select_static` from array helper.
…y helper Removed `select`, and `select_static` from array helper.
…y helper Removed `select`, and `select_static` from array helper.
#13695) Removed `select`, and `select_static` from array helper.
This has been resolved |
Hello.
I create empty volt template and text it:
Volt interpretated it as:
And i catch next error:
Screenshot: https://prnt.sc/keq6it
Details
The text was updated successfully, but these errors were encountered: