Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
98 views

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#...
P. James Norris's user avatar
1 vote
1 answer
3k views

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'...
Nijat Aliyev's user avatar
  • 1,052
2 votes
0 answers
55 views

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 ...
Egor Egor's user avatar
0 votes
1 answer
75 views

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 ...
Isa's user avatar
  • 23
0 votes
0 answers
53 views

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/...
Lothron's user avatar
  • 19
0 votes
1 answer
71 views

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 ...
Andre Lucas's user avatar
0 votes
0 answers
657 views

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 ...
Bence Németh's user avatar
1 vote
1 answer
125 views

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 ...
arun kumar's user avatar
0 votes
1 answer
186 views

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 ...
temo mikava's user avatar
0 votes
0 answers
838 views

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: ...
ihaveaquestion's user avatar
1 vote
0 answers
66 views

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(...
Emmanuel's user avatar
1 vote
1 answer
836 views

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....
Malachi Gross's user avatar
0 votes
0 answers
205 views

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 ...
Jonathan Kleemann's user avatar
1 vote
0 answers
57 views

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 [...
M2marvis's user avatar
1 vote
0 answers
117 views

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: ...
Dinesh's user avatar
  • 19
1 vote
1 answer
490 views

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 ...
cat tik's user avatar
  • 31
1 vote
0 answers
147 views

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\...
jai's user avatar
  • 21
-1 votes
1 answer
44 views

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 ...
Shahid Faried's user avatar
0 votes
0 answers
62 views

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 ...
Marc01's user avatar
  • 3
0 votes
1 answer
216 views

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), ...
Amantil's user avatar
0 votes
0 answers
234 views

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 ...
EricGolovin's user avatar
1 vote
0 answers
87 views

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 ...
truongmleon's user avatar
-1 votes
1 answer
86 views

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 ...
deshollow's user avatar
3 votes
0 answers
685 views

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 ...
Peterslav's user avatar
0 votes
1 answer
184 views

`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 ...
Arun Gopal's user avatar
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" enter image description here Could you please help ...
Anil Garad's user avatar
0 votes
0 answers
108 views

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 ...
Samarth Pyati's user avatar
1 vote
1 answer
177 views

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 ...
user1518699's user avatar
0 votes
0 answers
56 views

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....
Zevzy's user avatar
  • 11
0 votes
0 answers
34 views

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: ...
Saleh Abdulhadi's user avatar
0 votes
1 answer
55 views

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 ...
Gohhhowsky's user avatar
1 vote
0 answers
43 views

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' ...
PERSIAN's user avatar
  • 11
1 vote
0 answers
954 views

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 ...
DevOps User's user avatar
0 votes
1 answer
315 views

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-...
Coding Flamingos's user avatar
0 votes
1 answer
140 views

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 ...
samueltru99's user avatar
2 votes
0 answers
138 views

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 ...
Salah El Moataz Billah's user avatar
0 votes
0 answers
144 views

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 ...
Zachary Rosmanitz's user avatar
0 votes
0 answers
97 views

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....
Svetlana Sinkonen's user avatar
0 votes
0 answers
239 views

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 ...
Ryder's user avatar
  • 1
0 votes
1 answer
326 views

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 ...
Muhammed Akar's user avatar
0 votes
1 answer
290 views

"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): ...
user19249262's user avatar
1 vote
1 answer
2k views

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/...
Esat Becco's user avatar
-1 votes
1 answer
69 views

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 ...
marknikky's user avatar
-1 votes
2 answers
3k views

$ 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 ...
bahaskoding's user avatar
2 votes
1 answer
206 views

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 ...
prat's user avatar
  • 424
0 votes
1 answer
382 views

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 ...
SilentHorse's user avatar
0 votes
1 answer
622 views

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/...
sak's user avatar
  • 11
0 votes
2 answers
288 views

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 ...
R Gomez's user avatar
  • 31
-1 votes
1 answer
2k views

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? ...
Rynhardt Gouws's user avatar
0 votes
0 answers
151 views

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 ...
fluxrep's user avatar

1
2 3 4 5
42