PHP Xdebug always says POST (superglobal) undefined but web program works fine. Either of other local variables or Superglobals aren't shown. I use XAMPP as local server. What could be the problem?
PHP Xdebug dosen't show variables
40 Views Asked by Dhammika Wijesinghe At
1
There are 1 best solutions below
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in DEBUGGING
- How to pass the value of a function of one class to a function of another with the @property decorator
- Visual Studio C++, breakpoints not stopping debugging DLL (GODOT GDExtention)
- Playwright JS: Getting an error when debugging using line numbers
- C++ skips line when promting for user to enter name of person being added to a string array
- Xcode: Can't Attach to process
- unity navmeshsurface prefab not found or whatever
- It seems to be a bug about "base::trace()" or "methods:::.TraceWithMethods()"?
- How to check reference counting issues when doing direct manipulations of CPython objects?
- How to scroll to the bottom of console window in PyCharm2019 automatically?
- need help debugging prolog
- Is there a way to deactivate (but not delete) conditional breakpoints when debugging?
- How can i debug a python exe which is created by using pyinstaller?
- Increment or Decrement volume programmatically on Xiaomi device adjusts it by 10 steps instead of one step
- Checking request JSON with image data
- Why cannot I set font of `xlabel` in `plotmf` in MATLAB?
Related Questions in XAMPP
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- 403 Forbidden Error when accessing any file or path
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Is there a solution to this problem in PHP?
- Updating PHP Version in XAMPP on Windows 10 Without Losing Database: Seeking Optimal Solutions
- how to setup php 8.3 with Apache on Loacl machine(in window 10)
- xampp-windows-x64-8.2.12-0-VS16-installer security issues
- XAMPP already installed on the MacBook, MySQL and phpMyAdmin not starting
- Auto redirect 127.0.0.1:8000 to 127.0.0.1:8000/app/
- Localhost Not Working After Creating Virtual Host in XAMPP
- Deploying a Spring Boot and Angular application on XAMPP on a different server
- Running a program on different computers with different users that access a central database simultaneously - VB.NET XAMPP/MySQL
- Access-Control-Allow-Origin error, even though cors is enabled
- laravel bootstrap/cache write permission
- "Setting Up Laravel on Windows with XAMPP and Composer: Best Practices?"
Related Questions in XDEBUG
- Xdebug 3 has no effect on YAF framework breakpoints
- browser doesn't request to vscode xdebug server
- How to temporary disable Xdebug for cache/container building code, but that it remains enabled for the rest of the execution?
- Why Xdebug function xdebug_get_code_coverage() return detail coverage information only once?
- How do I set up Xdebug in PhpStorm with Laravel Sail Docker on WSL2 without Docker Desktop
- VSCode Remote PHP Debugging, pathMapping not accepting ssh://
- PhpStorm Xdebug hangs with API platform routes
- Warning: XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set
- Debugging Ajax/XmlHttpRequests using Xdebug on Sublime
- PhpStorm | PHPUnit | Feature test | Xdebug | Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
- Docker Laravel Container Throwing [pid X] AH00052: child pid XXXX exit signal Segmentation fault (11) when PhpStorm Xdebug Listening is Turned On
- PhpStorm Xdebug stuck on past breakpoint
- Why running pecl I got /tmp/xdebug.log could not be opened error
- Problems using Xdebug
- In xdebug Step Over, Step Into and Step Out buttons are disabled
Related Questions in SUPERGLOBALS
- Issue with $_GET being empty despite a valid URL parameter in PHP
- Could you plz tell the file uploading using jquery with easiest way?
- What data can be accessed through the $_SESSION superglobal
- Can PHP superglobals be changed or appended with another variable?
- Where should I save the access token value shared by multiple sessions in php?
- Superglobal GET using PHP
- How to send data of disabled HTML input field of the form to another page through PHP superglobals?
- How to properly restore a deleted PHP $_SESSION
- PHP Xdebug dosen't show variables
- $_FILES super global variable
- What is the new proper way to pass a variable between Ajax code and a PHP file?
- php superglobal function ($GLOBALS['headers']['Authorization']) in never set. why?
- How don't direct use $_FILES Superglobal in PHP?
- A session variable doesn't get passed properly?
- PHP Debugging, $_SERVER Not all superglobals are shown in debugger
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Firstly, you can upgrade your Xdebug version to resolve the issue
You need to use a conditional statement
isset()on the form's input name element, for example,