Posts by Rafael Mangueira • 61 points
7 posts
-
0
votes1
answer94
viewsA: Cakephp3 HABTM error inserting data into table
I solved the problem by adding them as Primary key, but now I came up with the following phrase. Cannot Insert Row, some of the Primary key values are Missing. Got (, ) Can someone help me solve…
-
1
votes1
answer94
viewsQ: Cakephp3 HABTM error inserting data into table
I am with the error Cannot Insert Row in "addresses_companies" table, it has no Primary key in my application, after entering a company and filling in the address data and selecting a company…
-
0
votes2
answers431
viewsA: PHP does not take the auto-fill values
I was able to solve my problem, as the filling was not coming to php I made a request with the Curl inside my php page to the address viacep.com.br/Ws/"cep of the post request here"/Piped/ and I was…
-
1
votes2
answers431
viewsQ: PHP does not take the auto-fill values
Good morning, I have a little problem and I hope you can help me: Busca_cep <!-- Adicionando JQuery --> <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <!--…
-
0
votes0
answers646
viewsQ: Field Completion with ZIP in Cakephp 2.x
I’m trying to auto-fill the fields in Cakephp from a zip code, I’m adapting the code found on this site: http://matheuspiscioneri.com.br/blog/preenchimento-automatico-do-endereco-a-partir-do-cep/ I…
-
1
votes2
answers449
viewsA: Problems with login CAKEPHP 2.6.1
Thanks for the help, I was able to solve the problems that were giving. The solution given above made me only able to enter the system through login. The other problem that I was having, even if I…
-
3
votes2
answers449
viewsQ: Problems with login CAKEPHP 2.6.1
I’m having trouble logging in to the Cakephp site, I’m following the example described on the site, but when you enter any user or password, even if you are not registered in the bank, it allows…