Posts by Murilo Valadares • 49 points
4 posts
-
1
votes2
answers263
viewsA: Eclipse is not recognizing project CSS with Javafx
Try removing this plugin and then adding it again. You can remove by going on option: Help -> Eclipse Marketplace -> Installed Here will be shown all installed plugins and a remove button.…
-
2
votes0
answers64
viewsQ: Error installing libapache2-mod-Passenger on Ubuntu
I am unable to install libapache2-mod-Passenger on Ubuntu. I tried this command: sudo apt-get install libapache2-mod-passenger But returns the following error: Action 'configtest' failed. The Apache…
-
1
votes0
answers714
viewsQ: Bootstrap table filter does not work
I have been trying to implement Boostrap’s "Table Filter" for days, but filtering does not work. Could someone help me? Here’s the whole code: <head> <meta charset="UTF-8" />…
-
0
votes1
answer1722
viewsQ: Error Code: 1048, SQL State: 23000 Column 'colegiado_id' cannot be null
Hello, this mistake "[Error Code: 1048, SQL State: 23000] Column 'colegiado_id' cannot be null" happens when I try to run the SQL command below directly in Mysql: start transaction; INSERT INTO…