Quote:
Originally Posted by iBaker
Looks like I may have the CMPS issue fixed...not sure how but it is ok now. What was happening is when I login I was getting an error from functions.php...can't remember exactly what it was but will keep an eye on with further testing.
|
To be on the safe side, double check your various cookie settings and make sure you put a value in the Cerberus salt hash setting.
Quote:
Originally Posted by iBaker
Also I commented out those parts of the redirect for the Archive and am now getting the Archive but across the top the following is displayed:
Warning: Cannot modify header information - headers already sent by (output started at [path]/archive/global.php(117) : eval()'d code:6) in [path]/archive/global.php(117) : eval()'d code on line 25
|
Not a quick solution since Cerberus was apparently designed with the assumption that the Archives will be turned off. Since the archives output is handled differently then the rest of vB, there would need to be some additional coding done to handle that (and is likely why the current version of Cerberus just redirects any archive links back to the live link).