I was getting blank pages when I tried to use the 'quick links' in the administration menu with my installation of Liaise Version - 1.5
with
XOOPS Version - XOOPS 2.3.3
PHP Version - 4.4.9
MySQL Version - 5.0.51a-community
Server API Version - cgi
OS Version - Linux
safe_mode - Off
register_globals - Off
magic_quotes_gpc - On
allow_url_fopen - Off
fsockopen - On
allow_call_time_pass_reference - On
post_max_size - 8M
max_input_time - -1
output_buffering - 0
max_execution_time - 30
memory_limit -
file_uploads - On
upload_max_filesize - 2M
I found this reference:
http://www.brandycoke.com/home/modules/newbb/viewtopic.php?forum=6&topic_id=210Quote:
Posted by CyberSensei
on 2007/8/31
@10:58 SonicTech,
XOOPS 2.0.x doesn't use Global variable
($GLOBALS['xTheme']).
I commented out /modules/liaise/admin/admin_header.php line 41
I'm using XOOPS 2.0.17. GL, CyberSensei
I tried it and everything seems to be working fine now.
============================================================
## Copyright (c) 2003-2005 NS Tai (aka tuff) ##
## <
http://www.brandycoke.com/> ##
#########################################################
## XOOPS - PHP Content Management System ##
## Copyright (c) 2000 XOOPS.org ##
## <
https://xoops.org/> ##
#########################################################
## This program is free software; you can redistribute it and/or modify ##
## it under the terms of the GNU General Public License as published by ##
## the Free Software Foundation; either version 2 of the License, or ##
## (at your option) any later version. ##
## ##
## You may not change or alter any portion of this comment or credits ##
## of supporting developers from this source code or any supporting ##
## source code which is considered copyrighted (c) material of the ##
## original comment or credit authors. ##
## ##
## This program is distributed in the hope that it will be useful, ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
## GNU General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License ##
## along with this program; if not, write to the Free Software ##
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ##
#######################################################
## Author of this file: NS Tai (aka tuff) ##
## URL:
http://www.brandycoke.com/ ##
## Project: Liaise ##
########################################################
require '../../../include/cp_header.php';
require '../include/common.php';
define('LIAISE_ADMIN_URL', LIAISE_URL.'admin/index.php');
require_once XOOPS_ROOT_PATH.'/class/xoopsformloader.php';
function adminHtmlHeader($m=0){
xoops_cp_header();
//$GLOBALS['xTheme']->loadModuleAdminMenu($m);}
?>