2,075 questions
1
vote
1
answer
98
views
prevent PHP from using ellipses (...) in the paths of INCLUDE statements in error messages
I have a .php page that generates a Fatal error:
...
#2 [path1]/header.php(22): include('/Library/WebSer...')
#3 [path2]/index.php(4): include('/Library/WebSer...')
...
(where I've substituted [path#...
1
vote
1
answer
3k
views
Elementor Error: Class 'Elementor\Core\Schemes\Typography' not found after updating Elementor plugin (WordPress)
After updating the Elementor plugin to version 3.28.4 on my WordPress site (version 6.8), I started getting a fatal PHP error:
PHP Fatal error: Uncaught Error: Class 'Elementor\Core\Schemes\Typography'...
2
votes
0
answers
55
views
Segmentation Fault in VM management C++ program [closed]
I write program which manage virtual machines between hosts. I have an information about CPU and RAM that VM needs and RAM+CPU information about host. I can add VM to host, replace some VR with the ...
0
votes
1
answer
75
views
Trying to send data to another fragment but when I press the button it closes the app
I am trying to make an app where it controls the aspects of a garden. changing the temperature, the humidity, wind, and etc. Right now I am starting with temperature and I do not understand what I am ...
0
votes
0
answers
53
views
how can I solve fatal Error when using DOMPDF 3.0.2 within an static function [duplicate]
I just updated dompdf to 3.0.2 because the old dompdf version ist not working with newer PHP versions.
If I use this code in my index.php it is working fine:
/** Include domPDF */
require_once 'system/...
0
votes
1
answer
71
views
Why does Rcpp + RcppParallel with Rcpp::List throw me a fatal error?
I run R + Rcpp + RcppParallel from RStudio.
I run a parallel loop that works if I do not use a Rcpp::List in the worker, but throws an abort if I use the Rcpp::List in the worker (even in a trivial ...
0
votes
0
answers
657
views
pip looks for a folder that does not exist? what's the fix?
E:\ComfyUI\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable>pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
Fatal error in launcher: Unable to ...
1
vote
1
answer
125
views
CodeIgniter 4.5.5 - Uncaught Error: Class "CodeIgniter\Log\Logger" not found -
I have installed CodeIgniter using downloaded zip file. I am trying to integrate google sign in in the application.
I have included the google-php-client using the code as below.
<?php namespace ...
0
votes
1
answer
186
views
AWS PostgreSQL "FATAL: remaining connection slots are reserved for non-replication superuser connections" After Upgrading .NET Version
I'm encountering an issue with my application hosted on AWS after upgrading from .NET 6.0 to .NET 8.0. My application is running in a Docker container.
After the upgrade, I started receiving the ...
0
votes
0
answers
838
views
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 - send-pack: unexpected disconnect while reading sideband packet
git push causes the following:
Enumerating objects: 1833, done.
Counting objects: 100% (1833/1833), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1813/1813), done.
error: ...
1
vote
0
answers
66
views
imagewebp cause PHP Fatal error: Maximum execution time
I'm havng sometimes this problem
PHP Fatal error: Maximum execution time .. line N
The number of the line N is the line with imagewebp() function
$img = imagecreatefromstring(file_get_contents(...
1
vote
1
answer
836
views
Fatal Error when using Firebase Authentication with phone number in flutter on ios
I am developing an existing flutter project on mac, and when trying to test the phone number authentication provided through Firebase I get the following error message:
FirebaseAuth/PhoneAuthProvider....
0
votes
0
answers
205
views
WP Multisite: The plugin 0 has been deactivated due to an error: Plugin file does not exist
Something happened with our Multisite installation that broke everything. So in an attempt to find the problem we deleted all the plugins and themes it showed the warning "The plugin 0 has been ...
1
vote
0
answers
57
views
How to debug "FATAL: database "ag_test3" does not exist" in postgres?
I have a simple postgresql 12.19 installation on my Ubuntu 20.04.06 LTS virtual server. The generic postgres packages are installed:
postgresql-12/focal-updates,now 12.19-0ubuntu0.20.04.1 amd64 [...
1
vote
0
answers
117
views
try in to connect to local docker postgres but geting FATAL: password authentication failed for user "postgres"
docker command
docker run -e POSTGRES_PASSWORD=123 -d -p 5432:5432 postgres
psql -h localhost -p 5432 -U postgres
when password is asked i gave the correct password but geting
psql: error: ...
1
vote
1
answer
490
views
FATAL EXCEPTION: main Unable to start service com.asterinet.react.bgactions.RNBackgroundActionsTask
When switching from RN 0.71 to 0.74 and, accordingly, API 33->34, a problem arose
FATAL EXCEPTION: main
Process: com.compassionclips, PID: 30138
java.lang.RuntimeException: Unable to start service ...
1
vote
0
answers
147
views
How to correct the python library installation error?
When I try to run pip install pandas on my terminal I get the following error:
Fatal error in launcher: Unable to create process using '"C:\Python312\python.exe" "C:\Python312\Scripts\...
-1
votes
1
answer
44
views
"AppName" Has Stopped . A dialog message popup when I run the my App [duplicate]
When I try to execute my app, the app first gets into the white screen then the message popup that "App" Has Stopped . I tried to solve the problem but the issue remains the same. for this ...
0
votes
0
answers
62
views
Windows attempts to run a Python version which I uninstalled
I am a total beginner to all of this so apologies if this seems obvious or simple:
A couple of years ago I played around with learning python and installed anaconda. I didn't have the time to learn at ...
0
votes
1
answer
216
views
terra::split | R session aborts when splitting polygon fatal error
When trying to split a polygon R runs into a fatal error and aborts. This happens when using R Studio and R on itself. I wrote the code on an earlier version of R on a different machine (also a mac), ...
0
votes
0
answers
234
views
SwiftData FatalError Unknown Relationship Key
Some of our users on iOS 17.5+ started to encounter crash due to:
SwiftData/BackingData.swift:669: Fatal error: Unknown Relationship Key - subscription)
We started using SwiftData only on the ...
1
vote
0
answers
87
views
Cannot find SFML/Graphics.hpp despite modifying tasks.json and c_cpp_properties.json [duplicate]
I am getting this error when running my code:
fatal error: 'SFML/Graphics.hpp' file not found
#include \<SFML/Graphics.hpp\>
I am using a Mac along with VS Code (would like to use VS but none ...
-1
votes
1
answer
86
views
UIKit / Swift / How to fix fatal error in context.fetch(fetchRequest)? [closed]
Got a fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value.
I can't find the reason for the error - let results = try context.fetch(fetchRequest).
This is the block where ...
3
votes
0
answers
685
views
Golang unexpected fault address fatal error: fault - but C code works
i try to call a memory address, which contains in my case a calculator app. With my C code it successfully runs the calculator, but with my Golang code i will get the error "unexpected fault ...
0
votes
1
answer
184
views
How can I solve Fatal error: Cannot redeclare function... in a wordpress shortcode function
`I need to display nested child taxonomies and list its posts.
This is what I am trying to get
Its working, but I need to use the fuction as a shortcode. Getting "Fatal error: Cannot redeclare ...
0
votes
0
answers
32
views
I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported"
I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported"
enter image description here
Could you please help ...
0
votes
0
answers
108
views
How to handle "fatal: bad object refs/heads/main 2"?
I executed this command on my perfectly working repository and today I see that my main branch has lost all of its logs and commits I had done.
❯ git log
fatal: your current branch 'main' does not ...
1
vote
1
answer
177
views
Fatal Error when calling woocommerce_customer_save_address action hook
I hope you can help. I am getting a strange issue and not sure how to solve it. I'm familiar with calling actions, but I am getting a fatal error when calling a standard woo hook that is empty.
I'm ...
0
votes
0
answers
56
views
ObservableObject Fatal error with StateObject called in app file
I am trying to add an EnvironmentObject var dataManager: ExerciseManager to my workout view. I keep getting "Fatal error: No ObservableObject of type ExerciseManager found. A View....
0
votes
0
answers
34
views
HI im new to android studio im able to build my app successfully but it crashes in emulater
when i build my app the following task output :
Task :app:compileDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: ...
0
votes
1
answer
55
views
How do I start properly Django project?
I wrote
C:\Users\jj>django-admin startproject mysite
And the results are
Fatal error in launcher: Unable to create process using '"c:\program files\python38\python.exe" "C:\Program ...
1
vote
0
answers
43
views
PHP Fatal error: Uncaught mysqli_sql_exception: Undeclared variable:
I keep getting this error on my host, but not at local server.
Uncaught mysqli_sql_exception: Undeclared variable:
This is my code:
$cm="SELECT * FROM wpas_posts WHERE post_status='publish' ...
1
vote
0
answers
954
views
FATAL: The --user is not supported for non-root users when try to execute gitlab-runner status
when try to execute gitlab-runner status
FATAL: The --user is not supported for non-root users
enter image description here
Can you please help me to execute this command without appending sudo (sudo ...
0
votes
1
answer
315
views
Running firmware on qemu error - fatal: Lockup: can't escalate 3 to HardFault (current priority -1)
I am trying to compile some c programs and run them on qemu on a 'lm3s6965evb' machine. More specifically, I am compiling c programs from WCET benchmark suite with the following commands:
arm-none-...
0
votes
1
answer
140
views
Compiling cpp helper function with main.cu using NVCC compiler
I'm having an issue on creating a Makefile to compile my main file as a .cu file and my helper function as a cpp file. The reason I'm using cpp is that the helper function "sequence.cpp" is ...
2
votes
0
answers
138
views
Delphi 12 - "F2051 the unit data.sqlExpr was compiled with a different version of FreeAndNil" when following Embarcadero's mobile tutorial
When I try to follow Embarcadero's tutorial for creating an Android app that connects to a Datasnap server with Delphi 12, I get this fatal error:
F2051 the unit data.sqlExpr was compiled with a ...
0
votes
0
answers
144
views
How do i fix github on visual studio?
I have had this error coming up every time I try cloning a repository from Git hub to Visual studio.
If someone knows how to fix this issue could you please provide a step by step process of what to ...
0
votes
0
answers
97
views
How to fix slow website which has fatal error?
PHP Fatal error: Uncaught Error: Class "Yoast\WP\SEO\Helpers\Social_Profiles_Helper" not found in /home/mky89yyr/public_html/sivu/wp-content/plugins/wordpress-seo/src/generated/container....
0
votes
0
answers
239
views
Is there a way to resolve this Github error when pushing work
I am using this command to push work to my github:
git push -u origin main
I keep getting this error:
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected ...
0
votes
1
answer
326
views
When I open the camera, I get a fatal error and the phone shuts down. This does not happen on iOS. in Flutter
I have a webview application and I use the following plugins for it.
flutter_inappwebview: ^5.3.2
qr_code_scanner: ^1.0.0
http: ^1.2.0
When I open the camera, I get a fatal error and the phone ...
0
votes
1
answer
290
views
i have download a library for generating qrcode in php and i followed all the procedure but at last it give me error that is fro thier code not mine [duplicate]
"Fatal error: Uncaught Error: Call to undefined function ImageCreate() in C:\xampp\htdocs\practice\phpqrcode\qrimage.php:74 Stack trace: #0 C:\xampp\htdocs\practice\phpqrcode\qrimage.php(32): ...
1
vote
1
answer
2k
views
I get a "Fatal Python error: Aborted" and no explanatory error message I can work with when I try to open a simple .orc file with pyarrow
I am using:
Win 10 Pro
Intel(R) Xeon(R) W-1250 CPU @ 3.30GHz / 16 GB RAM
Anaconda Navigator 2.5.0,
Python 3.10.13 in venv
pyarrow 11.0.0
pandas 2.1.1
Running scripts in Spyder IDE 5.4.3
I want to open/...
-1
votes
1
answer
69
views
Stack Overflow Error When Converting Types with `From` Trait
I don't know how to express the issue generally in the title but I have encountered a stack overflow error while defining an Error struct to handle third party library errors. Here is an example code ...
-1
votes
2
answers
3k
views
How do i fix this fatal:bad boolean config value
$ git push
fatal: bad boolean config value 'origin' for 'push.autosetupremote'
I want to push in git but an error appears as above
im using new version git
I hope to be able to git push some of my ...
2
votes
1
answer
206
views
Webview: Fatal signal 11 when tapping at bottom nav bar
I have a composable where a WebView is embedded an I am not using the Webview in my activity code at all, all it does is sits in composable and being visible.
Now I have a bottom nav bar where I have ...
0
votes
1
answer
382
views
git closed unexpectedly when I wrote git push
I have a folder named NeuralNetwork-numpy.
Commands I wrote:
NeuralNetwork-numpy> git add .
warning: in the working copy of 'data/fashion-mnist_train.csv', LF will be replaced by CRLF the next time ...
0
votes
1
answer
622
views
I can't access my site: php fatal error from Gutenberg_REST_Global_Styles Controller and Wordpress
The error is PHP Fatal error: Access level to Gutenberg_REST_Global_Styles_Controller_6_2::validate_custom_css() must be protected (as in class WP_REST_Global_Styles_Controller) or weaker in /home/...
0
votes
2
answers
288
views
ObjectSerializer.php Error when using confirmShipment() from jlevers/selling-partner-api
I am trying to confirm Amazon's orders using confirmShipment() from from jlevers/selling-partner-api as described in the GitHub below but I am getting Fatal error: Uncaught Error: Class 'null' not ...
-1
votes
1
answer
2k
views
Could not create output file
When i run my RAD Studio 11 Delphi project i get a fata-error.
[dcc32 Fatal Error] F2039 Could not create output file '.\Win32\Debug\Project1.exe'
Is this due to my project having more than one form? ...
0
votes
0
answers
151
views
Fatal Python error stemming from tensorflow/transformers packages
I've been getting a Fatal Python error: Illegal instruction. The error seems to stem from tensorflow and transformers.py.
I have python 3.9, tensorflow 2.14.0 and transformers 4.33.2. My operating ...