Page 1 of 1

Content Pages not updating

Posted: Sat Dec 10, 2016 3:06 am
by webguru
I've had problems with a site. It kept breaking every month or so. I recently updated to the 2.1.5 version and had to also update some of the modules as well.

The one problem we noticed, is that the content pages are not updating. The content is there, but when my customer goes into make any kind of text change, it doesn't update on the live site.

I verified this to be true by trying it myself.

I also updated a few of the modules that showed their are updates for.

Any help would be appreciated. Here is the system info:



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

Cms Version: 2.1.5

Installed Modules:

AceEditor2: 1.05
AdminSearch: 1.0.2
CGExtensions: 1.53.15
CMSContentManager: 1.1.1
CMSMailer: 6.2.14
Captcha: 0.5.3
DesignManager: 1.1.1
FileManager: 1.5.2
FormBuilder: 0.8.1.4
Gallery: 2.2
MicroTiny: 2.0.3
ModuleManager: 2.0.4
Navigator: 1.0.3
News: 2.50.5
Search: 1.50.2
Showtime: 3.4
SimpleSiteInfo: 3.1.1
SimpleSiteMgr: 3.1.1
SiteMapMadeSimple: 1.2.8


Config Information:

php_memory_limit:
max_upload_size: 25000000
url_rewriting: none
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: America/Los_Angeles
permissive_smarty: false


Php Information:

phpversion: 5.6.28
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 24575
E_STRICT: 2048
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 96M
max_execution_time: 60
register_globals: Off (False)
output_buffering: 4096
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 25M
upload_max_filesize: 25M
session_save_path: /tmp (0700)
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: On (True)
browser_cache_expiry: 60
php_opcache: On (True)
smarty_cache: On (True)
smarty_compilecheck: Off (False)
smarty_cache_udt: On (True)
auto_clear_cache_age: On (True)

Server Information:

Server Software: Apache
Server Api: litespeed
Server Os: Linux 2.6.32-673.26.1.lve1.4.18.el6.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.6.33
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


Permission Information:

tmp: /var/www/vhtdocs/userweb64006/html/tmp (0755)
tmp_cache: /var/www/vhtdocs/userweb64006/html/tmp/cache (0755)
templates_c: /var/www/vhtdocs/userweb64006/html/tmp/templates_c (0755)
modules: /var/www/vhtdocs/userweb64006/html/modules (0755)
uploads: /var/www/vhtdocs/userweb64006/html/uploads (0755)
File Creation Mask (umask): /var/www/vhtdocs/userweb64006/html/tmp/cache (0755)
config_file: 0444

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

Re: Content Pages not updating

Posted: Sat Dec 10, 2016 4:42 am
by calguy1000
smarty caching is on, and compile checking is off.

This is explicitly telling cmsms to not check for content changes till the cache expires which is I think 1 hour.

Re: Content Pages not updating

Posted: Sat Dec 10, 2016 11:08 pm
by webguru
Hi Calguy...

It took a few minutes, but that worked.

Appreciate the response!