Programming language constructs designed to handle errors signaled by error codes, exceptions or other language specific means.
0
votes
1answer
14 views
Throw exception with php notices using Symfony 2.3
Since I updated my project to Symfony 2.3 php notices don't throw exceptions any more.
I can try to access undefined indexes in arrays and a notice is displayed but no exception is thrown.
At first ...
0
votes
1answer
13 views
Returning error messages from a model subcomponent in MVP
I am confused as to how one is supposed to send messages to the user (like in a MessageBox) from a sub-component. Say I have code like this:
class Model
{
public void somethingToDo()
{
...
-2
votes
1answer
70 views
Java handler error
I am getting errors and i don't know why.
//skip 26-48
public void skip1() {
session.setAttribute("baseline_du_26_years","-9");
session.setAttribute("baseline_du_26_0","-9");
}
Here is ...
0
votes
0answers
11 views
Laravel: 'login_errors' not expecting array, getting object
Whenever a redirect ->with('login_errors') goes off I am getting an error "Object of class stdClass could not be converted to string". in "laravel/framework/src/Illuminate/Support/MessageBag.php" ...
0
votes
2answers
26 views
.getJSON versus .ajax error handling
I'm trying to get my error function called when an external json fails to load.
This works fine with .getJSON, but doesn't with .ajax. Can anyone take a look at the code and tell me if I missed ...
0
votes
1answer
10 views
file_put_contents Cakephp error + Fatal error: Allowed memory size
In my website i am able to open almost all the link without any error.
but when try to open this link :
http://scp.com/sh/admin/cities/add
this show me this error :
Warning (2): ...
-1
votes
2answers
37 views
R: how to initialize and add elements to an array in a loop
I have a matrix with a column of different genes and a corresponding column of the -log(P-values) for each possible SNP for every gene.
So the matrix has 3 columns: Gene_lable, SNP and ...
0
votes
1answer
28 views
finding the missing value for ValueError: need more than X values to unpack
I have a function call that looks like this:
a,b,c,x,y,z = generatevalues(q)
Its in a try block to catch the error but I also need to find out which value is missing. I can't clear the variables ...
0
votes
1answer
16 views
Basic calculator script in UNIX - Want to make error messages disappear if no variables are entered
Here is a basic script with getopt command and assigned variables.
If someone were to type in
MyScript -a
with no words or numbers added after the -a, then an error message would pop up! The same ...
0
votes
1answer
13 views
Rendering model errors like JSON in js template
I am submitting form with data-remote=true attribute. The create action in the controller looks like:
format.js { @user }
and it is handled by the following template:
create.js.erb
Is there an ...
0
votes
1answer
21 views
Redirecting error messages produced by an IF statement. UNIX Shell Scripting Basics
So I've made a very basic script that utilizes getopt and if statements.
So if I type:
sh MyScript -e h e
it will echo out:
he
if I type:
sh MyScript -o h e
it will echo out:
eh
It ...
0
votes
0answers
37 views
jQuery.ajax() - How to handle timeouts best?
I'm wondering, what's the best way to handle timeouts with jQuery.ajax(). That's my solution at the moment: If an timeout occurs the page will be reloaded and the script gets another chance to load ...
0
votes
2answers
27 views
Is it possible to monitor server response codes (http status codes) from PHP, and how would it be done?
The server response codes/http status codes (101, 200, 404, etc.) should be sent in headers in every interaction between user and server. How would one monitor the codes from PHP, so that if an error ...
0
votes
5answers
32 views
php usage of require once to log error
I am using require_once in my php scripts, and I would like to know the correct way of writing the code so it handles errors if this fails.
At the moment, I just use ...
1
vote
1answer
25 views
Is it possible to force error reporting through LAMP?
I'll keep it simple and add details if requested.
I have some of those Clients that simply love to add random files everywhere... ie: having 20 .htaccess files in a website.
I know the correct way ...
0
votes
3answers
40 views
Using apply to get a numeric value
I have two columns of data, eg:
col1: c(1,2,3,0,7)
col2: c(4,5,6,7,3)
For each column I would like to compute this ratio and place it as the last value of the column:
No. of values less than ...
-1
votes
1answer
38 views
Error handling when array is empty
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
[self getLoadingTableCellWithTableView:tableView];
RssItemCell *cell = [tableView ...
0
votes
3answers
57 views
php session_start header already sent encoding utf-8 issue
I am having following error, while nothing is output before session_start function:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output ...
1
vote
1answer
38 views
How to elegantly handle errors in R when state needs to be cleaned up?
What is the best was to handle errors in R? I want to be able to both abstract away stack traces from the end user of my script, as well as clean up any temporary variables and state i may be working ...
0
votes
1answer
25 views
Reading and writing file properly (handling errors, etc.) using QFile?
Is there a good tutorial or could someone guide me through the process of handling files with QFile?
I need to handle them properly, raise proper errors and make sure that I check the errors at least.
...
2
votes
3answers
72 views
PHP Form Submitting
I'm having a problem with my form,I'm displaying two rows from my DB which use the same form (using while loop) to put values back to the DB.The problem stands that the second or the bottom row that ...
1
vote
1answer
23 views
Can I pass additional arguments into a handler for PEAR_ERROR_CALLBACK?
I'm doing exception handling involving some PEAR code, and would like to (a) write my own error handler and (b) pass in more arguments than just the triggering event. Or, something like this:
...
...
0
votes
0answers
17 views
How to store custom error messages?
I have a couple places at my php site where the script should give something like header("Location: error.php?msg=Error Message"); I thought that it's not so good to keep those messages inside the ...
0
votes
0answers
42 views
Asp.Net Music Player
I was following a guide to create a simple music directory.
It reads from a folder and put the music names on a grid, then add a "play button" on grid that should send the file to a player.
here is ...
0
votes
3answers
37 views
PHP cause the page HTTP Error 500 (Internal Server Error):
i have simple function in PHP that when i call it it give me
HTTP Error 500 (Internal Server Error):
when i comment it the simple echo does get printed
here is the function :
error_reporting(E_ALL);
...
-2
votes
0answers
38 views
Java error Attempt to mutate in notification
I'm getting the error
Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Attempt to mutate in notification in some code I'm building off of this site.
I made the GUI and I made a ...
2
votes
1answer
73 views
IErrorInfo in c#
There is a C++ COM. And it sometimes throws an exeption on SomeMethod(). C++ Com supports ISupportErrorInfo and fills IErrorInfo. How can I get the IErrorInfo.Description in c#?
This code catches the ...
1
vote
1answer
32 views
What is the direct cause and source of the “Sorry, an error occurred while processing your request.” message?
There are many inquiries out there about the ASP.Net MVC error "Sorry, an error occurred while processing your request". Unfortunately, I was not able to find any that actually discuss what is really ...
0
votes
2answers
67 views
PHP Error When Submited
Im trying to display 2 rows from my database but i want it to be that when i click the 1st row radiobuttons the 1st row updates.. this is not happening ... when i click the 1st row the second row ...
0
votes
1answer
49 views
How do I keep jquery modal box open when the form inside poses an error?
I have a simple jquery modal box on my site. I'm new at jquery so I'm not sure how to keep the box open if an error is posed on the form that is being submitted. If submitted correctly redirect.
As ...
-2
votes
1answer
47 views
Basic Gauss Elimination yields wrong result? [closed]
I was reading a book and got stuck at a particular point. I stuck here in the following and want to know that how x+(y+z)=0.0 calculated ?
Further in the following example of Gauss elimination ...
1
vote
0answers
34 views
Asp.NET application is supressing errors on localhost.. Why?
I am working on a web application, developing in VS 2012, and have lately been deploying fairly often to a test server. I keep a separate web.config for deployment, as I got tired of copying and ...
0
votes
3answers
55 views
How to automatically stop any script and redirect to an error page if an error/warning/notice is uncaught
EDIT: about the linked answer above, it's similar but different, since my goal is to debug the error in the error page.
Sometimes an unexpected error is hard to debug, since the error report is ...
0
votes
1answer
23 views
Override error messages in BindingResult
I am using Spring MVC 2.5 .
I have fields where numbers should only be the allowed in put. And I get the exact error message on my UI I was looking for . Something like
Failed to convert property ...
0
votes
1answer
18 views
Actionscript 3 Error 1009
When I export my application to device central I get this error constantly popping up in the output window "TypeError: Error #1009: Cannot access a property or method of a null object reference. ...
0
votes
2answers
34 views
Give error to ajax call from controller's catch
I have a jquery ajax call to my controller action.
Now in my controller, it went catch. Now I need to invoke error function of my ajax call. If I throw error, this will work. Is there any other method ...
0
votes
1answer
50 views
Expected identifier or '(' in ios6
i just replaced the database file from desktop to project folder and then i got this error. this error is happening in sqlite file which is blocked/uneditable so there is no chance of unintentional ...
4
votes
1answer
28 views
Triggering a function when error occurs in bash script
How can I trigger a function when a command in bash returns an exit code of 1? I know set -e at the top will just make my code terminate, but I want to call this function first. If the code runs ok ...
2
votes
0answers
25 views
Javascript uncaught exception handling / window.onerror msg argument format
I need to be able to catch one type of error which can happen in lot of different pages/scripts and execute custom logic when this error happens. I planned to use
window.onerror = function (msg, url, ...
0
votes
2answers
61 views
Handling error 500 in MVC4
I am having some difficulty to handle the error 500 in my MVC4 application.
I've searched and found this post: How can I properly handle 404 in ASP.NET MVC?
And then I implemented this aproach: ...
1
vote
1answer
31 views
recvfrom() error 10035 using non-blocking sockets
I am using ioctlsocket() function to make my socket non-blocking but when I call recvfrom(), I get the error 10035 (WSAEWOULDBLOCK).
u_long mode = 1;
ioctlsocket(newSocketIdentifier, FIONBIO, ...
2
votes
2answers
62 views
How to detect the line where an error was originated and not where the error was executed. PHP
I have a class file (for example: myclass.class.php) that I include and use in many files, every time I don't use the class properly PHP will give me back an error showing the filename and the line ...
0
votes
1answer
17 views
ANTLR 4: How to generate a parse error from an embedded action?
I have written an ANTLR parser in Java that converts from one domain-specific language to another and uses embedded actions to generate intermediate structural information. During parsing these ...
0
votes
0answers
22 views
vb.net Unhandled Exception in the Designer after Moving Controls Around the Form During Design Time
I can drop controls onto my form from my toolbox with no problem, but if I drag and drop the control around the form I get this error message:
"The control System.Windows.Forms.DataGridView has ...
0
votes
1answer
35 views
Handling MySQL errors from Symfony application
I wish to know what is the best method to handle MySQL exceptions from a Symfony application, less said for example this one from normal enviroment(not dev):
Oops! An Error Occurred The server ...
2
votes
2answers
63 views
Exception handling in Controller (ASP.NET MVC)
When an exception is thrown by your own code that's called from an action in a controller how should that be handled? I see a lot of examples of best practices where there are no try-catch statements ...
-1
votes
0answers
26 views
Matlab Error: Subscripted assignment dimension mismatch
I am aware this question has been asked many times but I am unable to correct the error I am getting in the program from the provided answers.
I need to assign to an array the contents of a struct ...
0
votes
1answer
37 views
Debug Assertion Failed. Expression (stream !=NULL)
I am getting the following error:
Debug Assertion Failed. Expression (stream !=NULL) File:
f:\dd\vctools/crty_bld/self_x86\crt\src\fwrite.c
and CPU Usage 100% when 4 threads are created. The ...
0
votes
2answers
34 views
PHP - sensible/elegant/graceful error handling for a production environment
I'm writing a PHP web application which will be running under a production environment in the not too distant future, and rather than use the non-user-friendly die(), I thought I'd come up with a ...
0
votes
0answers
13 views
Fancybox ajax error handle on form
I am a beginner but i am trying t change that :D. Now to the scenario:
I am making a site and want to make the login as a fancybox element to look nice and to to load a separate page. I have made my ...





