Description | I am aware of the fact that Xdebug is incompatible with Ioncube (that encodes the PHP-source code).
We use DaDaBIK (https://dadabik.com/) that uses Ioncube for its own PHP-code.
But one can add custom PHP-code for implementing certain special functions. I did that quite succesfully but with much effort to debug my own code.
So it would be great if Xdebug would be able to do this debugging on the non-Ioncube-encoded PHP code.
Now, we even cannot start DaDaBIK when Xdebug is active - we get the error "503 - Service Unavailable".
On our hosting platform (mijn.host) following lines in the log file are visible at this "503-moment":
2025-09-25 20:08:39.180928 [INFO] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] connection to [uds://usr/local/lsws/extapp-sock/APVH_cj104076_Suphp.sock] on request #0, confirmed, 1, associated process: 3000083, running: 1, error: Connection reset by peer!
2025-09-25 20:08:39.216007 [INFO] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] connection to [uds://usr/local/lsws/extapp-sock/APVH_cj104076_Suphp.sock] on request #0, confirmed, 1, associated process: 3000085, running: 0, error: Connection reset by peer!
2025-09-25 20:08:39.250753 [INFO] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] connection to [uds://usr/local/lsws/extapp-sock/APVH_cj104076_Suphp.sock] on request #0, confirmed, 1, associated process: 3000087, running: 0, error: Connection reset by peer!
2025-09-25 20:08:39.250793 [NOTICE] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] Max retries has been reached, 503!
2025-09-25 20:08:39.250840 [NOTICE] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] oops! 503 Service Unavailable
2025-09-25 20:08:39.250847 [NOTICE] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] Content len: 0, Request line: 'GET /DDB/admin.php?function=show_feedback&show_skip=1 HTTP/1.1'
2025-09-25 20:08:39.250852 [INFO] [2989803] [T0] [[2a02:1812:110b:ee00:194:ac2d:584f:260d]:59333:HTTP2-1#APVH_www.omroepmuseum.be:443] Cookie len: 296, inventarisomroepmuseumbe=gnj28knbr9qdnots8rmi1er4le; dadabik=13.0-Levanto%2C2025-08-08%2011%3A00%3A23%2Centerprise%2C133315a7493334bfea%2C; dev_mode=beta; _ga=GA1.1.1227561943.1733823734; cookieconsent_status=dismiss; _ga_KDYJHN4L2B=GS2.1.s1758747351$o33$g0$t1758747543$j60$l0$h0; is_mobile=false
Is there anything you can do about this?
Kind greetings,
Hendrik |
---|