Error (_get_plugin_filepath )
Posted: Mon Apr 11, 2005 4:10 pm
I've installed twice but I keep on getting the same error when I click on the "here is your CMS site" link, or from the "show site" link in the admin panel:
----
Warning: _get_plugin_filepath(/home/www/proproof/cms/lib/smarty/core/core.assemble_plugin_filepath.php): failed to open stream: No such file or directory in /home/www/proproof/cms/lib/smarty/Smarty.class.php on line 1362
Fatal error: _get_plugin_filepath(): Failed opening required '/home/www/proproof/cms/lib/smarty/core/core.assemble_plugin_filepath.php' (include_path='.:/usr/local/lib/php') in /home/www/proproof/cms/lib/smarty/Smarty.class.php on line 1362
----
Here's a snippet of my config.php
----
$config['root_url'] = 'http://www.proproof.co.uk/cms';
$config['root_path'] = '/home/www/proproof/cms';
$config['query_var'] = 'page';
$config['use_bb_code'] = false;
$config['use_smarty_php_tags'] = false;
$config['previews_path'] = '/home/www/proproof/cms/tmp/cache';
$config['uploads_path'] = '/home/www/proproof/cms/uploads';
$config['uploads_url'] = 'http://www.proproof.co.uk/cms/uploads';
$config['max_upload_size'] = 1000000;
$config['debug'] = false;
$config['assume_mod_rewrite'] = false;
$config['auto_alias_content'] = true;
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
$config['use_Indite'] = false;
$config['image_uploads_path'] = '/home/www/proproof/cms/uploads/images';
$config['image_uploads_url'] = 'http://www.proproof.co.uk/cms/uploads/images';
----
My ISP tells me that the path I entered here is correct. Oh, and the admin system seems to be working fine except when I preview, the error appears each time.
The version is 0.9.2 - any help would be great..
----
Warning: _get_plugin_filepath(/home/www/proproof/cms/lib/smarty/core/core.assemble_plugin_filepath.php): failed to open stream: No such file or directory in /home/www/proproof/cms/lib/smarty/Smarty.class.php on line 1362
Fatal error: _get_plugin_filepath(): Failed opening required '/home/www/proproof/cms/lib/smarty/core/core.assemble_plugin_filepath.php' (include_path='.:/usr/local/lib/php') in /home/www/proproof/cms/lib/smarty/Smarty.class.php on line 1362
----
Here's a snippet of my config.php
----
$config['root_url'] = 'http://www.proproof.co.uk/cms';
$config['root_path'] = '/home/www/proproof/cms';
$config['query_var'] = 'page';
$config['use_bb_code'] = false;
$config['use_smarty_php_tags'] = false;
$config['previews_path'] = '/home/www/proproof/cms/tmp/cache';
$config['uploads_path'] = '/home/www/proproof/cms/uploads';
$config['uploads_url'] = 'http://www.proproof.co.uk/cms/uploads';
$config['max_upload_size'] = 1000000;
$config['debug'] = false;
$config['assume_mod_rewrite'] = false;
$config['auto_alias_content'] = true;
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
$config['use_Indite'] = false;
$config['image_uploads_path'] = '/home/www/proproof/cms/uploads/images';
$config['image_uploads_url'] = 'http://www.proproof.co.uk/cms/uploads/images';
----
My ISP tells me that the path I entered here is correct. Oh, and the admin system seems to be working fine except when I preview, the error appears each time.
The version is 0.9.2 - any help would be great..