Just installed URD on an ubuntu 10.04 system using the get-deb repository & apt-get.
Set up was a breeze, everything but yencode was green check marked.
But no matter what I try URDD doesn't seem to run.
Where it says 'click to turn on' seems to have no effect.
The log shows this:
May 09 2012 16:32:31 WARNING Warning on line 212 in file /usr/share/urd/urdd/urdd_config.php: pcntl_getpriority(): Error 3: No process was located using the given parameters (2)
May 09 2012 16:32:31 NOTICE Starting urdd
May 09 2012 16:32:31 INFO Opening log file: /tmp/urdd.log
May 09 2012 16:32:31 NOTICE Notice on line 123 in file /usr/share/urd/urdd/urdd_config.php: Undefined variable: db (

May 09 2012 16:32:31 WARNING Warning on line 122 in file /usr/share/urd/urdd/urdd_config.php: mkdir(): No such file or directory (2)
May 09 2012 16:32:31 INFO Database problem: 2006 - mysqli error: [2006: MySQL server has gone away] in EXECUTE("SELECT "value" FROM preferences WHERE "option" = 'urdd_startup' AND "userID" = 0 LIMIT 1")
May 09 2012 16:32:31 WARNING Database problem: ( 2006 ) mysqli error: [2006: MySQL server has gone away] in EXECUTE("SELECT "value" FROM preferences WHERE "option" = 'urdd_startup' AND "userID" = 0 LIMIT 1")
May 09 2012 16:32:31 WARNING
May 09 2012 16:32:31 INFO
May 09 2012 16:29:44 WARNING Warning on line 122 in file /usr/share/urd/urdd/urdd_config.php: mkdir(): No such file or directory (2)
May 09 2012 16:29:44 WARNING Warning on line 212 in file /usr/share/urd/urdd/urdd_config.php: pcntl_getpriority(): Error 3: No process was located using the given parameters (2)
May 09 2012 16:29:44 INFO Opening log file: /tmp/urdd.log
May 09 2012 16:29:44 NOTICE Notice on line 123 in file /usr/share/urd/urdd/urdd_config.php: Undefined variable: db (

May 09 2012 16:29:44 NOTICE Starting urdd
If I try to run urdd.sh from the command line it shows
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0 May 09 16:50:21 home-server urdd: INFO Opening log file: /tmp/urdd.log May 09 16:50:21 home-server urdd: NOTICE Starting urdd PHP Notice: Undefined variable: db in /usr/share/urd/urdd/urdd_config.php on line 123 Notice: Undefined variable: db in /usr/share/urd/urdd/urdd_config.php on line 123 PHP Catchable fatal error: Argument 1 passed to set_group() must be an instance of DatabaseConnection, null given, called in /usr/share/urd/urdd/urdd_config.php on line 123 and defined in /usr/share/urd/functions/file_functions.php on line 283 Catchable fatal error: Argument 1 passed to set_group() must be an instance of DatabaseConnection, null given, called in /usr/share/urd/urdd/urdd_config.php on line 123 and defined in /usr/share/urd/functions/file_functions.php on line 283
Any advice?