Page 1 of 1
Site gone, only error announcement - who can help???
Posted: Mon Nov 06, 2006 3:03 pm
by Edida
Can anyone tell me why my site now just shows:
string(113) "Smarty error: [in template:32 line 18]: [plugin] unknown tag - 'global_content' (core.load_plugins.php, line 123)" string(104) "Smarty error: [in template:32 line 18]: [plugin] unknown tag - 'title' (core.load_plugins.php, line 123)" string(107) "Smarty error: [in template:32 line 19]: [plugin] unknown tag - 'metadata' (core.load_plugins.php, line 123)" string(109) "Smarty error: [in template:32 line 20]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 123)" string(106) "Smarty error: [in template:32 line 76]: [plugin] unknown tag - 'content' (core.load_plugins.php, line 123)"
I'm no pro, but always willing to learn.
Re: Site gone, only error announcement - who can help???
Posted: Mon Nov 06, 2006 3:05 pm
by tsw
check that plugin directory is there (and its intact)
check all paths in config.php
did you (or your hosting company) change anything before this error occurred?
Re: Site gone, only error announcement - who can help???
Posted: Mon Nov 06, 2006 3:23 pm
by Edida
The plugindir is there. How can I check wether it's in tact or not?
I see this in config.php
#Document root as seen from the webserver. No slash at the end
#e.g.
http://blah.com
$config['root_url'] = '
http://83.98.146.8/~bosch/cms-deTimp';
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/home/bosch/domains/boschspace.nl/public_html/cms-deTimp';
#Name of the admin directory
$config['admin_dir'] = 'admin';
#Where do previews get stored temporarily? It defaults to tmp/cache.
$config['previews_path'] = '/home/bosch/domains/boschspace.nl/public_html/cms-deTimp/tmp/cache';
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = '/home/bosch/domains/boschspace.nl/public_html/cms-deTimp/uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = '
http://83.98.146.8/~bosch/cms-deTimp/uploads';
Should there be something like the path $config['uploads_path'] = '/home/bosch/domains/boschspace.nl/public_html/cms-deTimp/plugins';?
I did not change anything, I realy don't know if my hosting comagny did.
Thanks in advance for helping me more
Re: Site gone, only error announcement - who can help???
Posted: Mon Nov 06, 2006 4:00 pm
by tsw
and are those paths correct?
if your hosting company has for example changed your site location those paths might have changed.
double check all paths.
Re: Site gone, only error announcement - who can help???
Posted: Tue Nov 07, 2006 12:15 am
by Edida
Well, you were (of course) so right
Because of a highjack of our first domain boschspace.nl, our domainname was changed into boschspace.com.
I changed all the URL's and it works again.
I could also change the URL's in my sons CMS and now his site works again too.
Thank you very much for puting me into the right direction.
