441 questions
3
votes
1
answer
420
views
How to configure PowerShell 7 to output error messages without formatting?
I switched from PowerShell 5.1 to the latest PowerShell 7.5.1 and noticed that the errors that my scripts produce are formatted differently. This runs on Windows Server 2019 Standard [Version 10.0....
0
votes
0
answers
72
views
Issue with Time Configuration in xlreporter
I'm experiencing issues with xlreporter when graphing data from an SQL query. In my SQL query, I select and filter data using the following query:
SELECT PT102_PV, t_stamp FROM group_table WHERE ...
0
votes
3
answers
203
views
Is There a Better Way to Stringify Error Codes?
This is more of an aesthetic question than a purely functional one, but I want to know if there's any answer. See, I'm programming an error reporter for a project I've recently begun working on, and ...
1
vote
0
answers
157
views
Adjusting `Display_errors` in PHP.ini automatically adds deprecated directive `track_errors` resulting in PHP breaking
Modifying display_errors from Off to On in the PHP.ini config file will result in the deprecated track_errors directive being inserted automatically upon file save. This then results in the following ...
1
vote
0
answers
73
views
PHP with error_reporting E_ALL ignores <?php}?> while it should error
I had made a booboo in a script by writing <?php}?> instead of <?php }?>.
My local Xampp server did not complain and happily served the file, while my actual server served a blank page and ...
0
votes
1
answer
73
views
Update IAM role to add Error Report Writer
Sorry for posting this...
I am having lots of issues with my error reporting, my latest troubleshooting has me adding the role of roles/errorreporting.writer but when I go to the IAM page, click on ...
0
votes
0
answers
686
views
How can I access errors[] collection after transfer failed?
may I ask some help about accessing detailed error log for failed transfer in BigQuery?
I have this message in the transfer run details (some data is altered to keep anonymity):
Error while reading ...
0
votes
0
answers
76
views
In PHP, is it possible to replicate the way that isset() suppresses warnings for undefined variables in its arguments? [duplicate]
With the isset() function, you can pass undefined variables to its arguments without getting a warning. I was wondering if it is possible to replicate this functionality somehow.
For instance, I tried ...
-1
votes
1
answer
49
views
i'm writing in c, why is my code not running? I drawn on the ss the error
sshot
I didnt understood why this message apeared in my terminal:
Please enter your 1st variable that you want to calculate the percentage of without any spaces:
morangos
PS C:\Users\...
0
votes
0
answers
54
views
My PHP error reporting stopped working. Why should I do to get it back?
I am developing a large PHP web application in VScode. The error reporting in development mode is switched on (E_ALL and display_errors 1) and my AJAX calls in Javascript always provided clear ...
0
votes
0
answers
445
views
GCP Slack error reporting is not working anymore
Slack integration for error reporting suddenly stopped working. Anyone experienced similar issues?
We also removed the slack channel integration and redid it. Sadly no improvement. Also worth noting ...
0
votes
1
answer
509
views
How do I add location hints to C# source generation errors in generated classes?
I have a C# source generator that can come across configuration issues in the data it reads, these are emitted as compile errors. Currently this looks something like this:
DiagnosticDescriptor ...
0
votes
1
answer
360
views
How to send a error in google error reporting with no reportLocation
I'm trying to report errors using the Google Cloud Error Reporting api. I want log them with their stackTrace. I do not want to use context.reportLocation
It is mentioned here that
message:string
[...
-1
votes
1
answer
298
views
PHP Parse error: syntax error, unexpected 'terror_reporting'
my site is not functioning at all this morning: The error log is pulling this message:
[02-Aug-2022 19:19:09 UTC] PHP Parse error: syntax error, unexpected 'terror_reporting' (T_STRING) in /home/...
0
votes
1
answer
260
views
Conda importing an existing environment error
I'm trying to import an existing environment through conda using the code:
conda env create -f D:\Courses\Udacity-Courses\'Introduction to Data Analysis'\Supporting-Material\dand-env-win.yaml
but I ...