PEAK XOOPS - Re: problem with postcheck line? in englishin japanese

Re: problem with postcheck line?

List posts in the topic

question Re: problem with postcheck line?

msg# 1.1.1.1.1.1
depth:
5
Previous post - Next post | Parent - Children.1 | Posted on 2006/5/7 4:34
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi irmtfan.
Quote:
yes with remove postcheck line thats ok.
It sounds odd again
Try this hack.

modules/protector/include/postcheck.inc.php
function protector_postcommon()
{
	global $xoopsUser , $xoopsDB , $xoopsModule ;

	// Protector class
	require_once( XOOPS_ROOT_PATH . '/modules/protector/class/protector.php' ) ;
	$db =& Database::getInstance() ;
	$protector =& Protector::getInstance( $db->conn ) ;
	$protector =& Protector::getInstance( $xoopsDB->conn ) ;
	$conf = $protector->getConf() ;


Quote:
Quote:
Anyway try to turn XOOPS_DB_PCONNECT on/off.

define('XOOPS_DB_PCONNECT', 0);
where is this constant?
set it to ON or OFF?
0 or 1.
If you run it with 0, try to change it into 1.
Votes:22 Average:5.45

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!