Skip to content
teleyinex edited this page Sep 15, 2010 · 2 revisions

If you are experiencing problems with your Jarifa installation, an easy step to debug what's going on, is to uncomment the following line in the file inc/db_conn.inc:

//echo "query: $q<br>\n";

Once you have uncommented that line, you will see all the output related to the MySQL sentences. While you have that line uncommented, BOINC clients will not work as the submitted XML output for clients will be garbled with the SQL queries. Thus, once you have finished your debugging session, do not forget to comment again that line.

Clone this wiki locally