Hey Guys,
I’m using form_decloration to create the post to the ACT ID and it was functioning in the previous 2.7.0 preview.
A PHP Error was encountered
Severity: Notice
Message: Constant REQUEST_XID already defined
Filename: core/EE_Security.php
Line Number: 132
A PHP Error was encountered
Severity: Notice
Message: Constant XID_SECURE_HASH already defined
Filename: core/EE_Security.php
Line Number: 133Thanks, David
To get things playing nicely I went ahead and threw an defined check in the EE_security.php on line 130:
if(!defined('REQUEST_XID')){
define('REQUEST_XID', $request_xid);
define('XID_SECURE_HASH', $hash);
}It looks like the have_valid_xid method is getting called multiple times but I’m not sure why.
Best, David
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.