Index: /trunk/xpressme_integration_kit/include/add_xpress_process.php
===================================================================
--- /trunk/xpressme_integration_kit/include/add_xpress_process.php	(revision 357)
+++ /trunk/xpressme_integration_kit/include/add_xpress_process.php	(revision 358)
@@ -2,4 +2,8 @@
 require_once( dirname( __FILE__ ).'/request_url.php');
 if (is_xpress_index_page_call()){
+	//When notifying by a private message, 
+	//it is evaded that the data base becomes read-only as a result of the check on the referrer and the method. 
+	$_SERVER['REQUEST_METHOD'] = 'POST';
+
 	require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 
 	require_once(ABSPATH.'wp-settings.php');
@@ -20,5 +24,6 @@
 		die($err_str);
 	}
-
+	
+	Notification_reserve_send();
 	ob_start();	
 		if($xoops_config->is_wp20 )
