Error (_get_plugin_filepath )

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
omega

Error (_get_plugin_filepath )

Post by omega »

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..
omega

Re: Error (_get_plugin_filepath )

Post by omega »

Wow, my GoLive (Mac) FTP manager has renamed some of the files in the core directory - while I was uploading the script!

ie:  core.assemble_plugin#1999D7.php

Never seen that before, mind you there are a lot of files and GoLive has never been hot on the FTP front.

Anyway, I renamed 4 files and it looks like it's all working fine now, thanks for the help Patricia


Regards...
Locked

Return to “[locked] Installation, Setup and Upgrade”