PEAK XOOPS - Re: blank page in admin menu in englishin japanese

Re: blank page in admin menu

List posts in the topic

none Re: blank page in admin menu

msg# 1.2
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2007/9/18 18:54 | Last modified
plusangel  上等兵   Posts: 32
I used a copy of the live site in my local box.
The same problem even if...
- I change the memory limit (php.ini) to 32M
- comment the protector lines inside mainfile.php
- disable the _MI_PROTECTOR from mysql db

I started to trace the point of lost by adding a simple echo command.

I found out that at this **** point when I added the echo nothing was
displayed.

-----------mainfile.php----------------
Quote:
if (!defined('_LEGACY_PREVENT_LOAD_CORE_') && XOOPS_ROOT_PATH != '')
{
include XOOPS_TRUST_PATH.'/modules/protector/include/
precheck.inc.php' ;
@include_once XOOPS_ROOT_PATH.'/include/cubecore_init.php';
****
if (!isset($xoopsOption['nocommon']) && !
defined('_LEGACY_PREVENT_EXEC_COMMON_')) {
include XOOPS_ROOT_PATH.'/include/common.php';
}
include XOOPS_TRUST_PATH.'/modules/protector/include/
postcheck.inc.php' ;
}


I'm out of any new ideas :(
Votes:40 Average:6.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!