×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Fatal error: Can't use method return value in....
Nancy Anderson
Bakır Üye
Posts: 20
9 yıl 10 ay önce #557
Yazan: Nancy Anderson
Fatal error: Can't use method return value in...., Nancy Anderson tarafından oluşturuldu
Hi,
Just pulled a new build to see where you were at on the search feature and now I am getting this error on all of the view list calls.
Fatal error: Can't use method return value in write context in "path"/components/com_sails/models/orders.php on line 146
Please let me know what other info would be helpful to get this resolved.
thanks,
nancy
Just pulled a new build to see where you were at on the search feature and now I am getting this error on all of the view list calls.
Fatal error: Can't use method return value in write context in "path"/components/com_sails/models/orders.php on line 146
Please let me know what other info would be helpful to get this resolved.
thanks,
nancy
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Philip Walton
Yeni Üye
Posts: 4
9 yıl 10 ay önce #560
Yazan: Philip Walton
Philip Walton tarafından Fatal error: Can't use method return value in.... konusunda yanıtlandı
I also did a new build and now I have this error
Can't use method return value in write context in..../httpdocs/components/com_mycomponent/models/workings.php on line 132
Any solution, and you roll back t a working solution?
Can't use method return value in write context in..../httpdocs/components/com_mycomponent/models/workings.php on line 132
Any solution, and you roll back t a working solution?
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Nancy Anderson
Bakır Üye
Posts: 20
9 yıl 10 ay önce #561
Yazan: Nancy Anderson
Nancy Anderson tarafından Fatal error: Can't use method return value in.... konusunda yanıtlandı
Hi Phillp,
Just curious, did you do an update to an existing component or a clean install of the new build.
I did an update in place. I should have mentioned that yesterday. Was late.
thanks,
nancy
Just curious, did you do an update to an existing component or a clean install of the new build.
I did an update in place. I should have mentioned that yesterday. Was late.
thanks,
nancy
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Philip Walton
Yeni Üye
Posts: 4
9 yıl 10 ay önce #562
Yazan: Philip Walton
Philip Walton tarafından Fatal error: Can't use method return value in.... konusunda yanıtlandı
It was an update and I wrote it over the component that was there. Been fine until now but I then did a code compare and can see that this is new in the model
if (!empty($app->input->get('filter_order')))
{
$list = $app->getUserState($this->context . '.list');
$list = $app->input->get('filter_order');
$app->setUserState($this->context . '.list', $list);
}
if (!empty($app->input->get('filter_order_Dir')))
{
$list = $app->getUserState($this->context . '.list');
$list = $app->input->get('filter_order_Dir');
$app->setUserState($this->context . '.list', $list);
}
$list = $app->getUserState($this->context . '.list');
!empty can cause problems as can be seen here
stackoverflow.com/questions/1075534/cant...lue-in-write-context
Hope this helps with a solution
if (!empty($app->input->get('filter_order')))
{
$list = $app->getUserState($this->context . '.list');
$list = $app->input->get('filter_order');
$app->setUserState($this->context . '.list', $list);
}
if (!empty($app->input->get('filter_order_Dir')))
{
$list = $app->getUserState($this->context . '.list');
$list = $app->input->get('filter_order_Dir');
$app->setUserState($this->context . '.list', $list);
}
$list = $app->getUserState($this->context . '.list');
!empty can cause problems as can be seen here
stackoverflow.com/questions/1075534/cant...lue-in-write-context
Hope this helps with a solution
Şu kullanıcı(lar) Teşekkür etti: Andres Maeso
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Philip Walton
Yeni Üye
Posts: 4
9 yıl 10 ay önce #574
Yazan: Philip Walton
Philip Walton tarafından Fatal error: Can't use method return value in.... konusunda yanıtlandı
I have just hit build and overwritten my previous component and all is well now.
I posted in another forum post as well as the solution was mentioned there and the rebuild worked fine
Thanks
I posted in another forum post as well as the solution was mentioned there and the rebuild worked fine
Thanks
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Nancy Anderson
Bakır Üye
Posts: 20
9 yıl 10 ay önce #578
Yazan: Nancy Anderson
Nancy Anderson tarafından Fatal error: Can't use method return value in.... konusunda yanıtlandı
Thank you. I will check it out first thing tomorrow.
thanks,
nancy
thanks,
nancy
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Sayfa oluşturma süresi: 0.055 saniye