Dirk,
There is a bug that was introduced in r1536.
Once you update to that version, any 'add' operation in the rd admin will not show the toast and you can see a javascript error in the browser inspector. I rolled back to r1535 and now the bug is gone.
Thanks
Nahom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Confirm problem. It's still actual for r1539.
JSON response, whitch returns after calling add.json is broken. It contains in the beginning:
Warning (512): Could not find validation handler notBlank for username [CORE/Cake/Model/Validator/CakeValidationRule.php, line 281]
Warning (512): Could not find validation handler notBlank for password [CORE/Cake/Model/Validator/CakeValidationRule.php, line 281]
Commenting this line in /usr/share/nginx/html/cake2/lib/Cake/Model/Validator/CakeValidationRule.php also helps.
Last edit: Alexander Shustov 2015-09-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes I also run into this problem when I upgraded some of the existing nstalls. The problem is a result of CakePHP spitting out an error because a deprecation that took place.
Please check if it goes away when you use the latest 2.x release of CakePHP.
I'll update the update instructions also as soon as time permits.
Kind regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dirk,
There is a bug that was introduced in r1536.
Once you update to that version, any 'add' operation in the rd admin will not show the toast and you can see a javascript error in the browser inspector. I rolled back to r1535 and now the bug is gone.
Thanks
Nahom
Confirm problem. It's still actual for r1539.
JSON response, whitch returns after calling add.json is broken. It contains in the beginning:
Commenting this line in /usr/share/nginx/html/cake2/lib/Cake/Model/Validator/CakeValidationRule.php also helps.
Last edit: Alexander Shustov 2015-09-18
Hi guys,
Yes I also run into this problem when I upgraded some of the existing nstalls. The problem is a result of CakePHP spitting out an error because a deprecation that took place.
Please check if it goes away when you use the latest 2.x release of CakePHP.
I'll update the update instructions also as soon as time permits.
Kind regards