PEAK XOOPS - Re: Problem in 2.9.2 with AutoLogin in englishin japanese

Re: Problem in 2.9.2 with AutoLogin

List posts in the topic

question Re: Problem in 2.9.2 with AutoLogin

msg# 1.1.1.1.1
depth:
4
Previous post - Next post | Parent - Children.1 | Posted on 2005/3/2 18:07
GIJOE  Gunnery Sergeant   Posts: 4110
As irmtfan wrote, it might be caused by editing langauge files wrongly.

How to find "the wrong point":

- turn "PHP debug" on.
- set "Module for your start page" none
- edit index.php like this
/**
 * redirects to installation, if xoops is not installed yet
 **/
include "mainfile.php";

//check if start page is defined
if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {
	header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');
	exit();
} else {
	$xoopsOption['show_cblock'] =1;
	include "header.php";
	header('');
	include "footer.php";
}
?>


You get warning.
It tells us which file is wrong.
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!