Posts by Leonardo Walbrinch • 109 points
6 posts
-
2
votes1
answer338
viewsA: php require does not work
I found the solution to the problem, the default php path was not configured, I had to go to php.ini, find the line you have include_path, she was commented, so I decoded and switched to the path of…
-
-1
votes1
answer338
viewsQ: php require does not work
I have a php site hosted on a linux server in AWS, on the local server, which is windows, it is working normally, but hosted on this other server it does not work the requires. I’m calling the pages…
-
1
votes0
answers57
viewsQ: "This page is not working" error on AWS hosted website
I’m setting up hosting a PHP site on an AWS free server, the login home page is showing up correctly, and when I confirm the form login, it goes to the page that checks the login data, and if the…
-
1
votes2
answers664
viewsQ: Onsubmit is not working
I’m checking a form with the onsubmit, but even returning true He gives the Shadow. Follows the function calling on onsubmit: function checkFormModal(){ var senhaAtual =…
-
1
votes2
answers40
viewsA: How to avoid layout destroyer in Tabbed Layout when changed tab?
I have practically the same problem, but it is selected, but without the borders I put when selected. I still can’t find a solution. Accompanying...
-
5
votes1
answer695
viewsQ: Problems with modal/boostrap
Hello, I have a problem on my site, I would like when I click on the modal button, it closes and opens the modal again(the following code is a summary code of what I need), in this code, when I open…