Website stopped working

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Lucas2233
Forum Members
Forum Members
Posts: 12
Joined: Sat Mar 12, 2016 10:46 am

Website stopped working

Post by Lucas2233 »

I accidentally deleted some of the templates from simplex so i copied the templates from the cmsms installation on my pc (same version)
Here are the cms specs:

Code: Select all

----------------------------------------------
Cms Version: 2.1.4
Installed Modules:
AdminSearch: 1.0.1
CGExtensions: 1.53.6
CGSimpleSmarty: 2.1
CGSmartImage: 1.21.3
CMSContentManager: 1.1
CMSMailer: 6.2.14
DesignManager: 1.1.1
Disqus: 2.1.0
FileManager: 1.5.2
FormBuilder: 0.8.1.3
FrontEndUsers: 1.31.2
Gallery: 2.1.1
MenuManager: 1.50.2
MicroTiny: 2.0.3
ModuleManager: 2.0.2
Navigator: 1.0.3
News: 2.50.5
SEOTools2: 1.2.1
Search: 1.50.2
SelfRegistration: 1.9.6

Config Information:
php_memory_limit:
max_upload_size: 2000000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/Amsterdam
permissive_smarty: false

Php Information:
phpversion: 5.5.33
md5_function: Aan (Waar)
json_function: Aan (Waar)
gd_version: 2
tempnam_function: Aan (Waar)
magic_quotes_runtime: Uit (Onwaar)
E_ALL: 24575
E_STRICT: 2048
E_DEPRECATED: 0
test_file_timedifference: Geen tijdsverschillen gevonden
test_db_timedifference: Geen tijdsverschillen gevonden
create_dir_and_file: 1
memory_limit: 128M
max_execution_time: 3000
register_globals: Uit (Onwaar)
output_buffering: 4096
disable_functions: mail
open_basedir: /home/tillyvan/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php55/lib/php/
test_remote_url: Succes
file_uploads: Aan (Waar)
post_max_size: 2500M
upload_max_filesize: 2000M
session_save_path: Geen controle omdat 'open_basedir' actief is
session_use_cookies: Aan (Waar)
xml_function: Aan (Waar)
xmlreader_class: Aan (Waar)
check_ini_set: Aan (Waar)
curl: Aan

Performance Information:
allow_browser_cache: Aan (Waar)
browser_cache_expiry: 60
php_opcache: Uit (Onwaar)
smarty_cache: Aan (Waar)
smarty_compilecheck: Uit (Onwaar)
smarty_cache_udt: Aan (Waar)
auto_clear_cache_age: Aan (Waar)
Server Information:
Server Software: Apache/2
Server Api: apache2handler
Server Os: Linux 3.2.0-101-generic Aan x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.6.12
Server Db Grants: Er is een "GRAND ALL" permissie gevonden, alles lijkt in orde.

Permission Information:
tmp: /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/tmp (0755)
tmp_cache: /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/tmp/cache (0755)
templates_c: /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/tmp/templates_c (0755)
modules: /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/modules (0755)
uploads: /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/uploads (0755)
Bestandscreatiemasker (umask): /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/tmp/cache (0755)
config_file: 0444
----------------------------------------------
This is the error i get when visiting the website:

Code: Select all

Message:
Could not find default CmsLayoutTemplate row for type Search::searchform
Full Trace:
#0 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/modules/Search/action.default.php(9): CmsLayoutTemplate::load_dflt_by_type('Search::searchf...')
#1 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/lib/classes/class.CMSModule.php(1409): include('/home/tillyvan/...')
#2 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/lib/classes/class.CMSModule.php(1476): CMSModule->DoAction('default', 'm59d3b', Array, '1')
#3 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/lib/module.functions.php(105): CMSModule->DoActionBase('default', 'm59d3b', Array, '1', Object(Smarty_Internal_Template))
#4 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/lib/classes/class.CMSModule.php(270): cms_module_plugin(Array, Object(Smarty_Internal_Template))
#5 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/tmp/templates_c/61ea3a88c4eb594fa02088856f820dec0ef0f028.tpl_body.63.php(119): CMSModule::function_plugin(Array, Object(Smarty_Internal_Template))
#6 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/lib/smarty/sysplugins/smarty_internal_templatebase.php(182): content_57afbffa1fbda9_72597538(Object(Smarty_Internal_Template))
#7 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/index.php(160): Smarty_Internal_TemplateBase->fetch()
#8 {main}
I have no idea what this could be i tried everything i could think of i hope you guys could help me out
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Website stopped working

Post by Rolf »

Could not find default CmsLayoutTemplate row for type Search::searchform
Looks like you are missing a searchform template. Create a new one and it should be running again. Also check the naming of the template and the one perhaps used in the {search ...} tag in your Core::Page template.
A quick fix to get the site running again is temporary removing the {search ...} tag form the template...

grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Lucas2233
Forum Members
Forum Members
Posts: 12
Joined: Sat Mar 12, 2016 10:46 am

Re: Website stopped working

Post by Lucas2233 »

i reinstalled the theme but when i did i got a smarty error:

Code: Select all

ERROR: at line 127 in file /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/lib/smarty/sysplugins/smarty_internal_templatebase.php:

Unable to load template tpl_top '63'

Code: Select all

Full trace:
#0 /home/tillyvan/domains/tillyvandijkcollages.nl/public_html/index.php(157): Smarty_Internal_TemplateBase->fetch()
#1 {main}
i dont have experience with smarty so i dont know if it is relevant to tell that i am using the blog1200 template
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Website stopped working

Post by calguy1000 »

This latest error is caused by the fact that your content page is associated with a template that no longer exists.

I think you should be able to solve this problem by re-assigning the page to the proper template and design.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Lucas2233
Forum Members
Forum Members
Posts: 12
Joined: Sat Mar 12, 2016 10:46 am

Re: Website stopped working

Post by Lucas2233 »

oh yea i didnt thought about it i will reassign the templates ill let you know
Lucas2233
Forum Members
Forum Members
Posts: 12
Joined: Sat Mar 12, 2016 10:46 am

Re: Website stopped working

Post by Lucas2233 »

i reassigned them and got the old error
does it has something to do with blog1200 cause i didnt change the templates?
Post Reply

Return to “CMSMS Core”