rBook

FAQ

I get the error: Failed opening required 'DB.php' when I try to install rBook.
rBook requires that PEAR DB be installed on the system. The easiest way to do this is have your system administrator run 'pear install db'. This will install the pear DB package in your PHP package directory. Another option is to download the PEAR DB source and unpack it in one of your include_paths locations (as specified in php.ini). Version 1.6 of rBook detects this scenario when the installation program is run, and suggests the remedy.
I get the error: Fatal error: Smarty error: unable to write to $compile_dir '/Users/aviolette/Sites/rbook/trunk/src/skins/default/templates_c'. Be sure $compile_dir is writable by the web server user. in /Users/aviolette/Sites/rbook/trunk/src/extlib/Smarty-2.6.11/libs/Smarty.class.php on line 1095 after installation
Make sure that the templates_c directory in skins/default is writeable by the webserver process.