1
Hello there,
I've been on this site for a few days now trying to figure some things out and i've run into a problem, i couldn't find any solution so i make this thread.
My versions are: weblog 1.41 fixed, XOOPS 2.3.3, xamp mac 1.0.1
Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.7l PHP/5.2.9 mod_perl/2.0.4 Perl/v5.10.0 MySQL-client versie: 5.1.33
I installed weblog but when i go to the options pages as admin its giving me blank pages. The only thing that shows is debug info saying nothing is wrong.
When i look at the source code i notice all is there except the html coding. I've tried to fiddle with the includes but that didnt work.
Im a noobie still though so might be a simpel thing, but anyone got an idea?
here's my debug info:
Queries
SET NAMES 'utf8'
SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM session WHERE sess_id = '3293d440c459ead05cec05f89f513cff'
SELECT * FROM users WHERE uid = '1'
SELECT * FROM modules WHERE dirname = 'weblog'
SELECT * FROM config WHERE (conf_modid = '6') ORDER BY conf_order ASC
Total: 6 queries
also i post the beginning of one of the files catmanager.php to see if there's something wrong in the includes:
include "../../../mainfile.php";
include (XOOPS_ROOT_PATH. "/include/cp_header.php");
include_once(XOOPS_ROOT_PATH. "/modules/weblog/config.php");
include('/admin.inc.php');
$myts =& MyTextSanitizer::getInstance();
$mytree = new XoopsTree($xoopsDB->prefix('weblog_category'), 'cat_id', 'cat_pid');
Hope someone can help me out here, thanks in advance :]