Page 1 of 1

Possible bug on content block

Posted: Sat Apr 11, 2015 3:59 am
by luya
After upgrading CMSMS to the latest version 1.11.13, there is an issue of {content block} not showing up time by time unless cache is manually cleaned.

Code: Select all

CMSMailer 		5.2.2
CMSPrinting 		1.0.5
FileManager 		1.4.5
MenuManager 		1.8.6
MicroTiny 		1.2.9
ModuleManager 		1.5.8
News 		2.15
Search 		1.7.12
Minify 		0.9.6
CGExtensions 		1.42.2
MleCMS 		1.11.4
JQueryTools 		1.2.6
CGContentUtils 		1.4.5
CGSmartImage 		1.17
FormBuilder 		0.8.1.1
CMSForms 		1.11.2
ToolBox 		1.3.8
Gallery 		2.0.1
Twitter 		2.0.4
ImageCompressor 		0.10.2
CGSimpleSmarty 		1.7.4
The website in question is http://www.cwmag.ca built on customized bootstrap. What caused the problem? Can anyone reproduce the problem with their CMSMS using {content block="second_content" label="myLabel"}?

Re: Possible bug on content block

Posted: Sat Apr 11, 2015 11:15 pm
by paulbaker
Post your full system info (see my signature). Never seen that bug.

Re: Possible bug on content block

Posted: Sun Apr 12, 2015 1:28 am
by luya
----------------------------------------------

Cms Version: 1.11.13

Installed Modules:

CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.9
ModuleManager: 1.5.8
News: 2.15
Search: 1.7.12
Minify: 0.9.6
CGExtensions: 1.42.2
MleCMS: 1.11.4
JQueryTools: 1.2.6
CGContentUtils: 1.4.5
CGSmartImage: 1.17
FormBuilder: 0.8.1.1
CMSForms: 1.11.2
ToolBox: 1.3.8
Gallery: 2.0.1
Twitter: 2.0.4
ImageCompressor: 0.10.2
CGSimpleSmarty: 1.7.4


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 32000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.3.24
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 8192
memory_limit: 64M
max_execution_time: 30
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 33M
upload_max_filesize: 32M
session_save_path: /home/content/31/9985931/tmp (0705)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.96
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found


----------------------------------------------

Re: Possible bug on content block

Posted: Sun Apr 12, 2015 10:17 am
by paulbaker
Not saying it's causing your problem but the CG modules now require PHP 5.4. That might be causing other issues.

Re: Possible bug on content block

Posted: Sun Apr 12, 2015 1:43 pm
by staartmees
also I notice a lot of old modules.

Re: Possible bug on content block

Posted: Sun Apr 12, 2015 4:32 pm
by luya
I will ask my hosting company to upgrade into PHP 5.4.x.