Posts by user102074 • 33 points
4 posts
-
0
votes0
answers36
viewsQ: Route error in php
I started developing a system using the codeigniter framework 3. In localhost I had no problems with routes, but after I put the system on the server started showing problems in the views routes.…
-
1
votes1
answer64
viewsQ: System error after it went up to server
The system was developed in php using the codeigniter 3 framework. Works great on localhost. I went up to the server and started giving problems. I checked php installed and is in version 5.6…
-
1
votes0
answers104
viewsQ: Error in wordpress
When trying to access a Wordpress, the following error appears: Fatal error: require_once(): Failed Opening required…
-
1
votes1
answer57
viewsQ: Unnecessary exclusion
I have a table filled with codes: 1 2 3 When I click the delete record 1 button, it asks a question: "Do you want to delete the record?" I click no. I do the same for 2 But on 3, I click "yes" The…