Hi Anthony,
caching should have been completly disabled, because it is far from
ready. Really disabled it now with a commit.
Ralf
Thx, I will put that one in.
There may be other issues, please feel free to report them here.
kl@stylite.de
Stylite AG
[ open style of IT ]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon 06352 . 70629-0
fax 06352 . 70629-30
www.stylite.de | www.egroupware.org
Should probably also only enable caching for production mode, or else you get
what I have at http://messinet.com – after editing SiteManager as an admin,
the cached instance shows up on the public page:
@@ -222,7 +222,7 @@ class site_controler
error_log(METHOD."() rendered page $cache_name in
".number_format(microtime(true)-$GLOBALS[‘egw_info’][‘flags’]
[‘page_start_time’], 3).‘sec’);
// only use cache for Production site and GET requests
-// if (isset($cache_name) && $this->mode == ‘Production’ &&
$_SERVER[‘REQUEST_METHOD’] == ‘GET’)
$_SERVER[‘REQUEST_METHOD’] == ‘GET’)
{
egw_cache::setInstance(CLASS, $cache_name,
ob_get_contents(), $cache_time = 7200);
}
Live Security Virtual Conference
Exclusive live event will cover all the ways today’s security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite AG
Morschheimer Strasse 15 | Tel. +49 6352 70629 0
D-67292 Kirchheimbolanden | Fax. +49 6352 70629 30
Email: rb@stylite.de
www.stylite.de | www.egroupware.org
Managing Directors: Andre Keller | Ralf Becker | Gudrun Mueller
Chairman of the supervisory board: Prof. Dr. Birger Leon Kropshofer
VAT DE214280951 | Registered HRB 31158 Kaiserslautern Germany
Live Security Virtual Conference
Exclusive live event will cover all the ways today’s security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers