View Single Post
Old 11-19-2011, 11:11 AM   #144
edent
Connoisseur
edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.edent has top level security clearance to Area 51.
 
edent's Avatar
 
Posts: 51
Karma: 94224
Join Date: Dec 2009
Location: UK
Device: Likebook Ares, Kindle 3G, Nook STR, 511eb
No output from index.php

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

Last edited by edent; 11-19-2011 at 11:31 AM. Reason: Added GD & Apache info
edent is offline   Reply With Quote