Page 1 of 1

Defendmyname, cms made simple error

Posted: Thu Nov 27, 2008 1:16 pm
by defendmyname
getting a cunt of an error after someone was messing about with mysql admin.

not sure what they did but now my site ain't running. seems to have lost all the plugins, stylesheets and well is totally fuck .
Anyone know how to rescue the work which i've done so far?

error below if your interested

Code: Select all

string(103) "Smarty error: [in template:20 line 4]: [plugin] unknown tag - 'title' (core.load_plugins.php, line 124)" string(106) "Smarty error: [in template:20 line 5]: [plugin] unknown tag - 'metadata' (core.load_plugins.php, line 124)" string(108) "Smarty error: [in template:20 line 6]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 124)" string(105) "Smarty error: [in template:20 line 15]: [plugin] unknown tag - 'search' (core.load_plugins.php, line 124)" string(109) "Smarty error: [in template:20 line 23]: [plugin] unknown tag - 'cms_module' (core.load_plugins.php, line 124)" string(106) "Smarty error: [in template:20 line 43]: [plugin] unknown tag - 'content' (core.load_plugins.php, line 124)" string(113) "Smarty error: [in template:20 line 48]: [plugin] unknown tag - 'global_content' (core.load_plugins.php, line 124)"
Fatal error: Call to undefined function smarty_cms_function_title() in C:\xampp\htdocs\romech\tmp\templates_c\%%7E^7E8^7E 8F1701%%template%3A20.php on line 8 
Thank you,
Defendmyname

Re: Defendmyname, cms made simple error

Posted: Thu Nov 27, 2008 1:46 pm
by Dee
Strange errors, seems CMS Made Simple has lost it's plugins... no idea how this could be caused by db changes.
Are these files present?
  • plugins/function.title.php
  • plugins/function.metadata.php
  • plugins/function.stylesheet.php
  • plugins/function.search.php
  • plugins/function.cms_module.php
  • plugins/function.content.php
  • plugins/function.global_content.php
When these are present the tags should automatically be registered by the function load_plugins in lib/content.functions.php

Regards,
D