Index: trunk/xpressme_integration_kit/wp-config.php
===================================================================
--- trunk/xpressme_integration_kit/wp-config.php	(revision 294)
+++ trunk/xpressme_integration_kit/wp-config.php	(revision 352)
@@ -95,5 +95,10 @@
 require_once( ABSPATH .'/include/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');
 	if (!is_object($xoopsUser)){	// before login auth cookie clear
@@ -110,8 +115,9 @@
 		$err_str = "The activation of the XPressME plugin was executed.<br />\n";
 		$err_str .= "Because the XPressME plugin was invalid.<br />\n";
-		$err_str .= "Please do the rereading seeing on the page.\n";			
+		$err_str .= "Please do the rereading seeing on the page.\n";
 		die($err_str);
 	}
-
+	
+	Notification_reserve_send();
 	ob_start();	
 		if($xoops_config->is_wp20 )
