473,326 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

error levels

My system admin turned down all the error levels so that the warnings would
not go to the user. Now I find that in dubugging, I don't get messages as
to what is wrong. I tried error_reporting(20p47); . but it diidn't do
anything. How can I get the messages as to where my coding errors are
without going back to the admin guy?
Feb 26 '06 #1
2 1630

Sheldon Glickler wrote:
My system admin turned down all the error levels so that the warnings would
not go to the user. Now I find that in dubugging, I don't get messages as
to what is wrong. I tried error_reporting(20p47); . but it diidn't do
anything. How can I get the messages as to where my coding errors are
without going back to the admin guy?


Did you try:

error_reporting(E_ALL);
ini_set('display_errors', 1);

Feb 26 '06 #2

"ZeldorBlat" <ze********@gmail.com> wrote in message
news:11**********************@t39g2000cwt.googlegr oups.com...

Sheldon Glickler wrote:
My system admin turned down all the error levels so that the warnings
would
not go to the user. Now I find that in dubugging, I don't get messages
as
to what is wrong. I tried error_reporting(20p47); . but it diidn't do
anything. How can I get the messages as to where my coding errors are
without going back to the admin guy?


Did you try:

error_reporting(E_ALL);
ini_set('display_errors', 1);


Thanks. I didn't have the ini_set.

Shelly
Feb 26 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
by: nkhan | last post by:
Need some help on this please: EECE1207 Spring 2005 Computer Assignment # 1 Due Wednesday, March 23rd The file ‘grades.txt’, as shown below, contains the results of a true-false exam...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
5
by: wong_powah | last post by:
#include <vector> #include <iostream> using std::cout; using std::vector; enum {DATASIZE = 20}; typedef unsigned char data_t;
6
by: Angus | last post by:
I am using a global which is a void* I have it defined in one file as: void* hFlag; and one other header file as: extern void* hFlag; But I get this compile error:
35
by: jeffc226 | last post by:
I'm interested in an idiom for handling errors in functions without using traditional nested ifs, because I think that can be very awkward and difficult to maintain, when the number of error checks...
21
by: modeep | last post by:
// JavaScript Document var easy = "046280000500600740200000000005032070021000480030170500000000005094001007000096830"; var easySplit = easy.split(''); var eAns =...
0
by: sphinney | last post by:
I have a complex Access 2002 database with multimple tables, queries, forms, and reports. The database is used by miltiple users that have one of four different levels of security. The databae uses...
2
by: nguyenminhhai | last post by:
Hi everyone, I'm reading "The C++ Programming Language" (Bjarne Stroustrup, 3rd edition). At page 193, he said "Doing error handling using the same level of abstraction as the code that caused the...
9
by: Daniel Smedegaard Buus | last post by:
Hey all :) I was wondering about the $error_types (I particularly notice the 's' suffix when reading the manual) parameter for 'set_error_handler()': Can be used to mask the triggering of the...
3
by: imaloner | last post by:
I am posting two threads because I have two different problems, but both have the same background information. Common Background Information: I am trying to rebuild code for a working,...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shćllîpôpď 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.