Closed realh closed 10 years ago
I have the same problem with the same 0.4.2 version of ppma.
I have same problem. 2014/10/01 10:44:45 [error] [exception.CHttpException.400] exception 'CHttpException' in /var/www/pwd/protected/controllers/EntryController.php:115 Code: // we only allow deletion via POST request if (!Yii::app()->request->isAjaxRequest) {
}
When I comment out the "throw new CHttpException(400)" line, it seem OK.
Yii::app()->request->isAjaxRequest (because it doesn't work for everybody and it's not reliable)
fixed in the next version
Thanks pklink!
I'm using the version described below on Debian wheezy:
When I try to delete a tag I get a page which is blank except for "Error 400" and the tag doesn't get deleted.