<div dir="ltr">Hi everybody,<div>I have installed CQPWeb on an Apache web server. Web interface works normally: I can login and create users, but when I try to delete an user or add a group, the follwing error appears:</div><div><br></div><div>ERROR: CQP backend startup failed<br></div><div><br></div><div>So I searched around php code pages, and found that message in lib/cqp.inc.php : around that line I put some fwrites to print out variable values, and here is what I got: </div><div><br></div><div><div>$command: cqp -c -r /var/cqpweb/registry<br></div><div>$version_string before rtrim: (empty)</div><div>$version_string after rtrim: (empty)<br></div><div>$path_to_cqp: (empty)</div><div>$cwb_registry: /var/cqpweb/registry</div></div><div><br></div><div>It looks like that $this-&gt;process = proc_open($command, $io_settings, $this-&gt;handle); does not start cqp process? If i run cqp from command line, it starts normally and prints out:</div><div><br></div><div><div>CQP version 3.0.0</div></div><div><br></div><div>Do you have any clue? On apache logs I found this line: </div><div>PHP Notice:  Undefined variable: helplink in /srv/www/CQPweb/lib/userhome.inc.php on line 300, referer: <a href="http://SERVER_IP/cqpweb/">http://SERVER_IP/cqpweb/</a></div><div><br></div><div>Thank you in advance.</div><div><br></div><div><br></div><div><br></div></div>