Hello, recently the web hosting upgraded from PHP 5.3 to 5.4.31.
And a lot of error starts.
The error are like this:
Error 500
Undefined index: id
Undefined index: id
(/opt/lampp/htdocs/yii-1.1.12/framework/web/CArrayDataProvider.php:102)
Stack trace:
#0
/opt/lampp/htdocs/yii-1.1.12/framework/zii/widgets/CBaseListView.php(130):
GroupGridView->renderKeys()
#1 /opt/lampp/htdocs/yii-1.1.12/framework/web/CBaseController.php(174):
GroupGridView->run()
#2 /opt/lampp/htdocs/sgav2/protected/views/site/index.php(181):
SiteController->widget()
How can I avoid those errors?
Im trying to change error_reportig parameters, but I have no luck.
Any sugestion?
Best regards
My Yii version is 1.1.12.