Most voted "error-page" questions
21 questions
Sort by count of
-
26
votes3
answers640
viewsHow should an error page (404) behave?
Should it redirect to another page? After how long? Should there be an index? A box and search free? Or already do the search suggesting pages based on what was typed? Should it demonstrate that it…
-
10
votes3
answers7413
viewsHow to customize error pages on an ASP.NET MVC system?
How to display a friendlier page when an error occurs in my Asp.net mvc application (not that yellow page)?
-
7
votes1
answer1041
viewsHow to customize a 404 error page in Codeigniter 2.1.4 using base_url()?
I would like to use a página de erro 404 but when accessing an image using the function base_url() does not work. How to solve?
-
3
votes2
answers1762
viewsPass JSP model to Springmvc controller
Could someone please explain to me how to correct my JSP error? This form will serve to register products in my system, it receives a list of product categories from the database. My Product…
-
2
votes2
answers1837
viewsIIS error page 404
Good afternoon, I developed a system and I have a logic that does not allow unauthorized profiles to access parts of the system that is not allowed for it. What happens is that when trying to access…
-
2
votes1
answer542
viewsHow to redirect the vraptor web.xml link to a Controller?
I have the following codes below: web xml.: <error-page> <error-code>404</error-code> <location>/error/404</location> </error-page> <error-page>…
-
2
votes1
answer811
viewsSend error message to user (ASP.NET MVC)
I have the following situation: in my controller MovementsController got an action Details who is responsible for performing a database search through the Id received. The question is: if no data is…
-
1
votes1
answer584
viewsHow to treat error 404 and 500 in vRaptor?
I have seen tutorial of vraptor4 teaching to put this error in web.xml, to redirect, the following xml code: <error-page> <error-code>404</error-code>…
-
1
votes2
answers150
viewsHow to configure custom Error 500 page?
Good afternoon, I’m starting to write mistakes. In my web config is installed as follows: Error 404 <customErrors mode="On" defaultRedirect="~/Erro/Error-404.html"> <error statusCode="404"…
-
1
votes1
answer142
viewsHow to use PHP files with custom error page in Web.config
I have a file called error.php, he takes the value GET or an already defined variable and display errors in multiple languages and of all types. I use IIS and have tried on Web.config to use PHP…
-
0
votes0
answers69
viewsERROR 404 - IONIC
Goodnight It’s giving 404 error all the time. Does anyone have any solution ? My tabs do not appear. I have tried to comment on all tabs code, and also all reference related to tabs in the code.…
-
0
votes1
answer231
viewsNo error appears in PHP
I am making a very simple code in PHP and inserting an error on purpose, when I update my browser the result that appears to me is just a blank page, I would like an error to appear with the cause…
-
0
votes1
answer851
viewsError page 500 returned instead of Laravel error page
I don’t know why errors aren’t rendered in my project, it just doesn’t go through the Handler method. bootstrap/app.php <?php $app = new Illuminate\Foundation\Application( realpath(__DIR__ .…
-
0
votes1
answer251
viewsHow to decrease Bar that displays the number of lines and Vscode Sidebar
As I don’t have two monitors on my computer, I have to share the screen with the video lessons of my programming course with Vscode.…
-
0
votes1
answer1173
viewsREACT-NATIVE ERROR
First good afternoon, I’m starting with React-Native now, and I followed a tutorial to configure my development environment (windows), ultilizing genymotion, however whenever I create a new project,…
-
0
votes0
answers571
viewsI can’t install any package on Rstudio!
When I open the option Packages, in the console appears that phrase: Aviso: unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/3.1* Even trying to install by clicking…
-
-1
votes1
answer31
viewsMessage when net core exception occurs
I have 1 to 1 relationship between company and user but when the user has already registered 1 company and try to register another I want to show a message other than how can I do?…
-
-1
votes2
answers909
viewsSource Problem in React Native
I’m having a load problem with React On, I’ve installed both fonts for my project and it was working fine until I stopped working for a while because of another error. When I returned to try to…
-
-1
votes1
answer71
viewsDisplay Visual Python in Power BI
When using the matplotlib library in Power BI the following error message appears: "Python’s process ended unexpectedly, so the look cannot be displayed. Try running it again." How to solve this…
-
-1
votes1
answer26
viewsBuild error: "Resource Leak" when using Scanner
I cannot compile my code because the following error appears below: Exception in thread "main" java.util.Unknownformatconversionexception: Conversion = '0' at…
-
-5
votes3
answers137
viewsProblem reading readline keyboard input on R
Hello, I’m trying to do this program there in rstudio, but when I select everything to run, it gives this error. If I put it to run the first line and then the rest, then it runs the program…