ssaghijs
Forum Replies Created
-
It is a theme which is developed on our own. Can I provide you with other info?
Cheers,
StefaanIt is in the lib file of the theme. The following code is there:
278 function enable_session()
279
280 {
281 if (!isset ($_SESSION)) {
282 session_start();
283 }
284 }Tx, could it be that these debug warnings are the issue:
session_start(): Cannot send session cookie – headers already sent in …custom.php on line 282
[04-Mar-2020 16:56:06 UTC] PHP Warning: session_start(): Cannot send session cache limiter – headers already sent in …custom.php on line 282Tried to purge cache on Nginx server also, no luck either.
It gives some warnings but no errors including the debug.log, any next steps?
Cheers,
StefaanDear Anton, you understood me well indeed. Once I click “Activate” nothing happens? No other page is activated which allows me to enable caching.
Cheers,
Stefaan
PS I will check the browser console. Are there other things which I equally can check?