Problems, need help? Have a tip or advice? Post it here.
12 posts Page 2 of 2
Just tried - no effect.
I have successfully achieved it with 2 following steps while being logged in as superadmin -
1. Make sure to have session closed. Content of my first script -
Code: Select all
<cms:php>
    session_write_close();
    usleep(1000000 * 10); // sleep 10
</cms:php>


2. Comment "UPDATE" statement in /couch/cms.php::160
Code: Select all
//$DB->update( K_TBL_SETTINGS, array('k_value'=>K_COUCH_VERSION), "k_key='k_couch_version'" );


Check if it works for you.

P.S. If one browser window has logged superadmin and another private window has anonymous visitor then step #2 is not needed and closed session is not necessary either - everything works fine.
12 posts Page 2 of 2