Posts by Yuri Ruan • 93 points
6 posts
-
0
votes1
answer375
viewsA: need help with this error: Uncaught Typeerror: Cannot read Property 'push' of null Vue.methods.addPedido (Anonymous Function)
Solution For me to solve the problem I had to array because it was being pushed to a non-existent. I added the line this.pedidos = this.pedidos || []; Upshot: addPedido:function(){ this.pedidos =…
-
0
votes1
answer375
viewsQ: need help with this error: Uncaught Typeerror: Cannot read Property 'push' of null Vue.methods.addPedido (Anonymous Function)
Problem When will I call the function addPedido with the v-on:click="addPedido" Vue.js error Uncaught Typeerror: Cannot read Property 'push' of null and presented could not identify the urgent need…
-
1
votes1
answer260
viewsQ: How to turn v-on:click="Sync" into an automatic trigger when opening html
Explanation of the problem Have this javascript in html I call v-on:click="sync" it updates the news list, but this news list until I click Sync it goes blank, so I’m looking for a way to make the…
-
0
votes1
answer69
viewsQ: Can anyone help me fix this Javascript?
The following error is being presented: Uncaught Syntaxerror: Unexpected Identifier on line 12. I would like someone to help me correct this mistake. The JS is as follows:…
-
1
votes1
answer48
viewsQ: How would this PHP be converted to mysqli instead of mysql?
I need urgent the following PHP that was built in msql is written in mysqli it is part of an application in which I am developing I have no knowledge in PHP I’ve broken my head behind a conversion…
-
-1
votes2
answers458
viewsQ: "expects Parameter 2 to be Resource" error when connecting to the database
I am trying to make a connection via php to a mysql server but always presents the following error: Warning: mysql_select_db() expects Parameter 2 to be Resource, null Given in…