Ændringer gemmes ikke i cms indstillingerne

Et CMSimple support forum for dansktalende brugere og udviklere

Moderator: ZiPs

Gert
Posts: 3078
Joined: Fri May 30, 2008 4:53 pm
Location: Berlin
Contact:

Re: Ændringer gemmes ikke i cms indstillingerne

Post by Gert » Tue Aug 04, 2015 6:46 pm

Please try (./cmsimple/cms.php after comment block on top):

Code: Select all

ini_set('opcache.enable', 0);
ini_set('xcache.cacher', 'Off');
ini_set('xcache.size', 0);
ini_set('xcache.stat', 'Off'); 
... and take care for saving the cms.php in "utf-8 without BOM".

You also can try to extend the .htaccess file in the CMSimple Root folder:

Code: Select all

AddDefaultCharset UTF-8
php_flag xcache.cacher Off
php_flag xcache.size 0
php_flag xcache.stat Off
Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Ændringer gemmes ikke i cms indstillingerne

Post by cmb » Tue Aug 04, 2015 6:58 pm

Gert wrote:... and take care for saving the cms.php in "utf-8 without BOM".
Good catch! :)
Gert wrote:

Code: Select all

ini_set('xcache.size', 0); 
This is likely to fail, because xcache.size is PHP_INI_SYSTEM.
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Ændringer gemmes ikke i cms indstillingerne

Post by cmb » Tue Aug 04, 2015 11:53 pm

I've moved the thread to the "Dansk forum" – seems to be more appriate.
Jeg har flyttet tråden til "Dansk Forum" - synes at være mere appriate.
Christoph M. Becker – Plugins for CMSimple_XH

webby
Posts: 6
Joined: Tue Aug 04, 2015 1:48 pm

Re: Ændringer gemmes ikke i cms indstillingerne

Post by webby » Wed Aug 05, 2015 7:51 am

Okay - tak :)

Post Reply