Page 1 of 1
LISE Daily error
Posted: Sun Jul 30, 2017 7:03 am
by HarryCornelius
Hello
I have a bit of a strange issue with the LISE Module V1.2.3 in that every morning when I go to check my publications pages they show a Smarty error until I go into options, and tick 'Allow system to scan field definitions automatically' at which point it all returns.
I am using CMS Made Simple™ 2.1.5 “High Rock”
Does anyone have any idea what might be going on and any ideas for fixing it?
Many thanks,
Harry
Re: LISE Daily error
Posted: Mon Jul 31, 2017 2:26 pm
by velden
Scanning of field definitions usually is an action which need to be done once after a site has been moved to another path or server.
Not sure why it happens in your install. Any chance there is a erroneous path somewhere in the config.php?
Re: LISE Daily error
Posted: Mon Jul 31, 2017 2:28 pm
by paulbaker
HarryCornelius wrote:they show a Smarty error
Suggest you post the error. Plus your system info (see my signature for how).
Re: LISE Daily error
Posted: Sun Aug 06, 2017 11:50 am
by HarryCornelius
Hi there
Error is:
Error: at line 127 in file /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/lib/smarty/sysplugins/smarty_internal_templatebase.php:
Unable to load template module_db_tpl 'LISEpublictions;summary_' in 'content:row_2_col_1'
System Info:
----------------------------------------------
Cms Version: 2.1.5
Installed Modules:
AceEditor2: 1.05
AdminSearch: 1.0.2
AdvancedContent: 0.9.3
CCBmaps: 1.0
CGCalendar: 2.1.4.2
CGExtensions: 1.53.13
CGSimpleSmarty: 2.1.4
CMSContentManager: 1.1.1
CMSMailer: 6.2.14
DesignManager: 1.1.1
ECB2: 1.2
FileManager: 1.5.2
FormBuilder: 0.8.1.4
FundApplications: 1.4
GBFilePicker: 1.3.3
JMFilePicker: 1.0
LISE: 1.2.3
LISEpublictions: 1.2.3
MenuManager: 1.50.2
MicroTiny: 2.0.3
ModuleManager: 2.0.4
Navigator: 1.0.3
News: 2.50.5
Outsourcer: 1.3.1
Search: 1.50.2
Snippet: 0.1.8
ThemeManager: 1.1.8
TinyMCE: 3.1.4
Config Information:
php_memory_limit:
max_upload_size: 20000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/London
permissive_smarty: false
Php Information:
phpversion: 5.6.24
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 32767
E_STRICT: 2048
E_DEPRECATED: 8192
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 64M
max_execution_time: 60
register_globals: Off (False)
output_buffering: 4096
disable_functions: shell_exec, exec, system, popen, set_time_limit
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: /tmp/ (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On
Performance Information:
allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)
Server Information:
Server Software: Apache
Server Api: cgi-fcgi
Server Os: Linux 3.10.0-514.21.1.el7.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.6.36
Server Db Grants: Could not find a suitable "GRANT ALL" permission, this does not necessarily lead to problems... But if you have problems installing/removing modules or adding and deleting items/pages this could be the cause!
Permission Information:
tmp: /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/tmp (0777)
tmp_cache: /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/tmp/cache (0777)
templates_c: /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/tmp/templates_c (0777)
modules: /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/modules (0707)
uploads: /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/uploads (0707)
File Creation Mask (umask): /home/linweb11/n/northwessexdowns.org.uk/user/htdocs/tmp/cache (0777)
config_file: 0600
----------------------------------------------
Thanks for your help,
Harry
Re: LISE Daily error
Posted: Sun Aug 06, 2017 4:54 pm
by Rolf
Unable to load template module_db_tpl 'LISEpublictions;summary_' in 'content:row_2_col_1'
Message seems clear to me... check your module calls in the page template.
But isnt it "publications" with an A. Perhaps this is the cause of the error.
Re: LISE Daily error
Posted: Sun Aug 06, 2017 9:43 pm
by velden
Or using a Smarty variable for the template name?
Unable to load template module_db_tpl 'LISEpublictions;summary_IWouldExpectSomethingHere' in 'content:row_2_col_1'
Try to read the error and eliminate possible causes step by step.