Posts by Vinicius Zable • 115 points
8 posts
-
1
votes1
answer770
viewsQ: Errors being generated when converting python code to exe with cx_freeze
I converted the Tucha.py file to exe following the instructions and with the following setup.py: from cx_Freeze import setup, Executable setup( name="tucha EXECUTABLE", version = "1.0.0",…
-
0
votes1
answer181
viewsQ: Unlink is not working within loop
I have been trying for some time to delete images from a folder through an unlink within a loop,in the case while,but I’m facing the error: PHP Warning:…
-
0
votes2
answers109
viewsQ: Error in SQL syntax - mysqli_real_escape_string
I have a syntax error in my code, but I can’t find my error. That’s the mistake I’m getting: You have an error in your SQL syntax; check the manual that Corresponds to your Mysql server version for…
-
1
votes3
answers388
viewsA: Vertical menu disappearing below the footer
Following the tips presented in this question I managed to solve my problem with the following code: margin-top:30px; width: 15%; position:absolute; height: auto; margin-bottom: 10%; padding-bottom:…
-
4
votes3
answers388
viewsQ: Vertical menu disappearing below the footer
On screens where the height is less than 600px the menu disappears below the footer. I also tried to leave the position as fixed, relative and with nothing but the result was the same. Follow the…
-
0
votes1
answer913
viewsQ: Image upload does not work on the server even with full path
Even by placing the full path and folder having 777 permission the image does not go to its destination. safe_mode is marked off and image uploading is enabled in php.ini. It is worth adding that it…
-
2
votes3
answers833
viewsQ: Select works on the localhost but does not work on the server
The select was working normally on wamp, but when uploading the site to the server the information of some of the sites simply stopped coming. The only part where the selectis working is the login…
-
3
votes2
answers962
viewsQ: Friendly URL, images do not appear even putting absolute path
I am facing this problem with my friendly URL, even putting the absolute path it does not show the images. But the images that are in a folder in the same location of .htacess appear normally, the…