Posts by pnda • 16 points
3 posts
-
0
votes1
answer82
viewsA: SQLSTATE[HY000] [1105] (proxy) error all backends are down (SQL: select * from `users` Where `id` = 1 limit 1) Standard
This looks like an IP targeting problem on the server. If this is the first time you’ve climbed, check the directions in your server settings and if your domain is pointing correctly to the server…
-
0
votes2
answers199
views -
0
votes2
answers158
viewsA: How to receive a function in the onClick of a component
From what I understand, you want the 'Add to Cart' button of the 'Cardproduto.js' component to call a function that is in the 'App.js' parent component. You have correctly passed from a prop to the…