Hello, i’ve been tried to create a view with data from database, but iam have 2 sames issues:
-> The page stay blank with the message:
No Data Received
ERR_EMPTY_RESPONSE
-> When I make click in the link to controller that i want, cakephp pass in the url the following url:
myDomain/webroot/controller
I dont know why cakephp is puting webroot in the url…
In the apache’s error.log I have this error:
[Thu Apr 28 16:47:23.169213 2016] [core:notice] [pid 1619] AH00052: child pid 4737 exit signal Segmentation fault (11)
[Thu Apr 28 16:47:23.169217 2016] [core:notice] [pid 1619] AH00052: child pid 4738 exit signal Segmentation fault (11)
[Thu Apr 28 16:47:23.169222 2016] [core:notice] [pid 1619] AH00052: child pid 4800 exit signal Segmentation fault (11)
The Code is here:
I hope someone can help me because this error already appears in 3 differents computers with differents SO(Linux and Windows), but always with apache.
Thanks