Assembla home | Assembla project page
 
  • I'm getting a 'bzcat not found' error
    • Check that /Library/WebServer/Documents/wiki/localconfig.php has the full path of the bzcat binary on the iPhone (earlier versions used relative path, which does not work on some devices). The path should be in a variable called either $bzcmd or $config[0]{"bzcmd"}. The correct path should be /Library/WebServer/Documents/wiki/bzcat
    • Check the permissions on file /Library/WebServer/Documents/wiki/bzcat and make sure it has execute permissions (e.g. chmod 0755).