Posts by Renato Corrêa Arrieche • 121 points
4 posts
-
1
votes1
answer1873
viewsA: Postgresq-9.2 failed connection to Unix Domain Socket
First open the terminal and run the following command: ps auxw | grep postgres If there is no process named postgres, then the bank is not running. If this is your case, enter the following command…
postgresqlanswered Renato Corrêa Arrieche 121 -
4
votes2
answers1306
viewsA: Jquery Mask in dynamically created fields
Instead of using id '#price', try using a class, '.price' for example. Your code would look like this: $(".preco").maskMoney({symbol:'R$ ', ...
-
1
votes1
answer925
viewsA: Post on fan page with facebook Graph api
Try publish_actions permission. Note that this permission is of type 'Extended', and will be requested separately from the user. For more information:…
-
3
votes2
answers1978
viewsA: Problems with dpkg in Linux Mint
Try uninstalling the packages that caused the problem. For example, # sudo apt-get remove samba-common-bin Update the repository # sudo apt-get update And reconfigure the packages # sudo dpkg…