We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I navigate to the view in the browser I get this:
Fatal error: Uncaught Error: Call to a member function getRecordId() on array in C:\xampp\htdocs\tennisClub\app\views\account_management\search.phtml:67 Stack trace: #0 [internal function]: unknown() phalcon/cphalcon#1 [internal function]: Phalcon\Mvc\View\Engine\Php->render('C:\xampp\htdocs...', Array, true) phalcon/cphalcon#2 [internal function]: Phalcon\Mvc\View->engineRender(Array, 'account_managem...', true) phalcon/cphalcon#3 [internal function]: Phalcon\Mvc\View->processRender('account_managem...', 'search', Array) phalcon/cphalcon#4 [internal function]: Phalcon\Mvc\View->render('account_managem...', 'search') phalcon/cphalcon#5 C:\xampp\htdocs\tennisClub\public\index.php(43): Phalcon\Mvc\Application->handle('/account_manage...') phalcon/cphalcon#6 {main} thrown in C:\xampp\htdocs\tennisClub\app\views\account_management\search.phtml on line 67
Here is line 67: (First record in the foreach)
Thing is, If I change it to It outputs
Why does the scaffolder output it this way and if it is correct that it does so, any idea why I wuld then get this error?
The text was updated successfully, but these errors were encountered:
--get-set
Anyways added trailing semicolons as you said it fixed your issue.
Sorry, something went wrong.
Fixed in #1493
BeMySlaveDarlin
No branches or pull requests
When I navigate to the view in the browser I get this:
Fatal error: Uncaught Error: Call to a member function getRecordId() on array in C:\xampp\htdocs\tennisClub\app\views\account_management\search.phtml:67 Stack trace: #0 [internal function]: unknown() phalcon/cphalcon#1 [internal function]: Phalcon\Mvc\View\Engine\Php->render('C:\xampp\htdocs...', Array, true) phalcon/cphalcon#2 [internal function]: Phalcon\Mvc\View->engineRender(Array, 'account_managem...', true) phalcon/cphalcon#3 [internal function]: Phalcon\Mvc\View->processRender('account_managem...', 'search', Array) phalcon/cphalcon#4 [internal function]: Phalcon\Mvc\View->render('account_managem...', 'search') phalcon/cphalcon#5 C:\xampp\htdocs\tennisClub\public\index.php(43): Phalcon\Mvc\Application->handle('/account_manage...') phalcon/cphalcon#6 {main} thrown in C:\xampp\htdocs\tennisClub\app\views\account_management\search.phtml on line 67
Here is line 67: (First record in the foreach)
getRecordId(); ?>Thing is, If I change it to It outputs
Why does the scaffolder output it this way and if it is correct that it does so, any idea why I wuld then get this error?
The text was updated successfully, but these errors were encountered: