Hi,
Having a slight problem - when I access index.php I'm not getting any output, not even error messages.
I wonder if someone can tell me what incredibly simple thing I've done wrong?
Ubuntu Server, Apache/2.2.17, PHP Version 5.3.5-1ubuntu7.3, sqlite3, smarty 2.6.26-0.2ubuntu1, GD 2.0 - so I think that's everything I should need! I've restarted Apache.
config_local.php is
Code:
$config['library_dir'] = '/data/Dropbox/eBooks/Calibre Library';
$config['web_dir'] = '/data/www/calibre';
$config['smarty_web_dir'] = $config['web_dir'] . '/smarty';
$config['smarty_dir'] = '/data/www/calibre/.cache';
$config['smarty'] = '/usr/share/php/smarty/';
I've also tried
Code:
$config['library_dir'] = '/data/Dropbox/eBooks/Calibre\ Library';
But that doesn't make a difference.
Go on - what obvious thing have I overlooked?
T