Posts by Diego Souza • 99 points
3 posts
-
0
votes3
answers6522
viewsA: How to access an EC2 instance after losing the Key Pair?
So we have 2 possibilities: Locally generate key pair with command ssh-keygen (for Unix-derived systems) and import the public key by the button Import Key Pair. Generate a new key pair via the…
-
7
votes2
answers473
viewsA: How do I use echo in a query with Prepared statement?
What you want to do is not possible via php-mysqli. Note the attributes of mysqli_stmt in the documentation, at most you will be able to extract the $Errno (int) or the $error (string). If the query…
-
2
votes1
answer309
viewsA: How to add button to a product’s editing page?
Ideally you do this through a module, but it brings many details that are not the focus at the moment. Note that the Block you are trying to change is part of the core and is on:…