Posts by Vitor Souza • 3 points
2 posts
-
0
votes3
answers51
viewsA: The image does not appear on the page
Try something like... <?php $foto = {$row['imagem']} : '/path/caminho-da-imagem-default.png' ?>; <img src="<?php echo $foto ?>" /> If the content is not in the variable it returns…
-
0
votes1
answer86
viewsQ: bcrypt error in Rails 5.1
In a new project, after installing the Gemfile gems, when I try to start the server with rails s the following error is displayed in the console : LoadError: cannot load such file -- 2.3/bcrypt_ext…