You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran into the same issue, and came across this issue while debugging.
The issue itself for me was not related to php-spx itself, but rather that I only added the php handler to files which end with .php, i.e. AddHandler php-script .php.
Hence the extension was not loaded directly on localhost. But for example I have a phpinfo.php file in my webroot folder, hence http://localhost/phpinfo.php/?SPX_KEY=dev&SPX_UI_URI=/ worked for me (note the trailing slash after the extension).
I called this:
http://localhost/?SPX_KEY=dev&SPX_UI_URI=/
and it just loads my website instead of the profiler UI.
The text was updated successfully, but these errors were encountered: