Cannot write authentication token
-
Hi,
I’m getting following messages on the target server logfile when I hit the “Save Changes” button on the Source server site.
2017-01-17 09:51:08#29 – SyncApiModel::render() api=true
2017-01-17 09:51:08#29 – SyncApiModel::get_api_values() request=’1′
2017-01-17 09:51:08#29 – SyncApiModel::get_api_values() request uri=/xxxx/yyyy/?pagename=wpsitesync_api&action=auth
2017-01-17 09:51:08#29 – SyncApiModel::get_api_values() keys=array (
)
2017-01-17 09:51:08#29 – SyncApiModel::get_api_values() vals=array (
0 => ‘1’,
)
2017-01-17 09:51:08#29 – SyncApiController::__construct() action=auth source=http://10.1.200.191/xxxx/yyyy key=7da52157462ea60d43ad99963df3c3fa
2017-01-17 09:51:08#29 – SyncApiController::__construct() – verifying nonce
2017-01-17 09:51:08#29 – SyncApiResponse::__toString() returning response data: ‘{“error_code”:27,”error_message”:”Cannot write authentication token.”,”session_timeout”:1,”has_errors”:1,”success”:0,”data”:{“message”:”Cannot write authentication token.”}}’I looked at the classes/auth.php for related error code ERROR_CANNOT_WRITE_TOKEN and it might due to permission that cannot create the token.
Need your support to get this running.
The topic ‘Cannot write authentication token’ is closed to new replies.