# |
Dec 18th 2017, 01:41 |
saeideng |
even with $this->loadComponent('RequestHandler'); |
# |
Dec 18th 2017, 01:40 |
saeideng |
just ``` if($error){ $this->request->session()->write('Flash.contact.error', [$mess]); }else{ $this->request->session()->write('Flash.contact.success', [$mess]); } } $this->set(compact('mess','error')); ``` works for me ( in other action/ unrelated to above codes) |
# |
Dec 18th 2017, 01:38 |
saeideng |
in ajax config |
# |
Dec 18th 2017, 01:38 |
saeideng |
even with adding ``` beforeSend: function(xhr) { xhr.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); $('#example-target').html('...'); }, ``` |
# |
Dec 18th 2017, 01:37 |
saeideng |
even Plugin::load('Ajax', ['bootstrap' => true]); in bootstrap |
# |
Dec 18th 2017, 01:37 |
saeideng |
even with $this->set('_serialize', true); and $this->set('_serialize', false); in appcontroller |
# |
Dec 18th 2017, 01:36 |
saeideng |
even $this->loadComponent('Ajax.Ajax',[ 'flashKey' => 'FlashMessage']); in initialize |
# |
Dec 18th 2017, 01:35 |
saeideng |
if I no able to use $this->Flash->success('Yeah, that was a normal POST and redirect (PRG).'); |
# |
Dec 18th 2017, 01:34 |
saeideng |
Template file "Pages/json/index2.ctp" is missing. |
# |
Dec 18th 2017, 01:34 |
saeideng |
if I change 'action' => 'index']); in to 'action' => 'index2']); |
# |
Dec 18th 2017, 01:33 |
saeideng |
my code ``` if ($this->request->is('post')) { // Do sth like saving data if (!$this->request->is('ajax')) { $this->Flash->success('Yeah, that was a normal POST and redirect (PRG).'); } return $this->redirect(['action' => 'index']); } ``` |
# |
Dec 18th 2017, 01:32 |
saeideng |
error null content _message null |
# |
Dec 18th 2017, 01:32 |
saeideng |
but |
# |
Dec 18th 2017, 01:32 |
saeideng |
I know |
# |
Dec 18th 2017, 01:30 |
dereuromark |
there is no redirect in that case, it only returns you the URL |
# |
Dec 18th 2017, 01:21 |
saeideng |
I dont know why redirect not works for me on cakephp-ajax plugin |
# |
Dec 17th 2017, 22:29 |
joop |
probably because your query returns empty |
# |
Dec 17th 2017, 22:28 |
joop |
hello |
# |
Dec 17th 2017, 22:27 |
josexato |
sorry, this was a silly mistake, although the error message was missguiding :slightly_smiling_face: |
# |
Dec 17th 2017, 22:20 |
josexato |
I've found some information regarding to authorization, but adding $this->loadComponent('Auth'); did not help |
# |
Dec 17th 2017, 22:15 |
josexato |
{ "message": "Call to a member function find() on boolean", "url": "\/restaurants\/getall?term=Fus", "code": 500, "file": "\/var\/www\/html\/src\/Controller\/RestaurantsController.php", "line": 264 } |
# |
Dec 17th 2017, 22:15 |
josexato |
I am receiving this response |
# |
Dec 17th 2017, 22:14 |
josexato |
hello one question, can you please guide me where is my mistake during this autocomplete https://pastebin.com/VkQhb8Qt |
# |
Dec 17th 2017, 22:03 |
saeideng |
foreach() / patchentity() /saveMany() /and view /form |
# |
Dec 17th 2017, 21:44 |
joop |
saeideng what kind of custome codes is that? |
# |
Dec 17th 2017, 21:43 |
joop |
yoo |
# |
Dec 17th 2017, 21:12 |
saeideng |
evening |
# |
Dec 17th 2017, 21:12 |
saeideng |
custom codes finished :slightly_smiling_face: |
# |
Dec 17th 2017, 21:10 |
birdy247 |
evening |
# |
Dec 17th 2017, 20:44 |
joop |
and throw invalid arguments exception |
# |
Dec 17th 2017, 20:44 |
joop |
i have the issue that in my rule its waiting for some other parameters |
# |
Dec 17th 2017, 20:44 |
joop |
http://josediazgonzalez.com/2015/12/23/data-validation-in-cakephp-3/ |
# |
Dec 17th 2017, 20:43 |
joop |
and after i can back to this question |
# |
Dec 17th 2017, 20:43 |
joop |
but now i have to write costume validation rule |
# |
Dec 17th 2017, 20:43 |
joop |
well i have to work on the same today |
# |
Dec 17th 2017, 20:42 |
saeideng |
this project is force :( |
# |
Dec 17th 2017, 20:42 |
saeideng |
I will test again tomorrow |
# |
Dec 17th 2017, 20:42 |
saeideng |
this return `new` entities IMO |
# |
Dec 17th 2017, 20:29 |
joop |
try to debug this |
# |
Dec 17th 2017, 20:29 |
joop |
$listsave=$this->Articles->newEntities($list) |
# |
Dec 17th 2017, 20:26 |
joop |
me too i had a project for collage but noone is here except us |