jokkedk/webgrind

Issue (help/support/misconfiguration)

maghmo1 opened this issue · 1 comments

After a fresh install on my Debian GNU/Linux 11 (bullseye) sever, and a successful configuration on xdebug:

zend_extension=/usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/xdebug.so
xdebug.mode=profile
xdebug.output_dir=/home/mango/xdebug

xdebug.start_with_request=trigger
xdebug.client_host = 81.189.65.47
xdebug.idekey=VSCODE
xdebug.remote_autostart=0
xdebug.remote_handler=dbgp
xdebug.log=/tmp/xdebug.log

xdebug.profiler_output_name=cachegrind.out%R.%u
xdebug.remote_enable=1
xdebug.remote_port=9003

files are created, but when i hit update, i see the following in the webserver log:
2023-07-11 08:54:28.866377 [NOTICE] [1725377] [T0] [81.189.65.47:52636-H3:5F2F25B4D6CAE816-4#APVH_www.jtlmango.meintestsystem.com:443] [STDERR] PHP Fatal error: Uncaught Error: Call to undefined function exec() in /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/config.php:205\nStack trace:\n#0 /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/config.php(190): Webgrind_Config::compileBinaryPreprocessor()\n#1 /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/library/Preprocessor.php(238): Webgrind_Config::getBinaryPreprocessor()\n#2 /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/library/Preprocessor.php(48): Webgrind_Preprocessor::binaryParse()\n#3 /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/library/FileHandler.php(168): Webgrind_Preprocessor::parse()\n#4 /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/index.php(43): Webgrind_FileHandler->getTraceReader()\n#5 {main}\n thrown in /home/mango/domains/jtlmango.meintestsystem.com/public_html/webgrind/config.php on line 205\n

xdebug files are created in /home/mango/xdebug and can also be detected by webgrind, everything is ran as user, i know this is perhaps a simple question for you but if there were any other log files i could take a look into, also im running webgrind with php81, perhaps thats the problem? ill test it out with 74

exec and exec_shell functions were disabled