PEAK XOOPS - Installing D3Forum with xoops 2.3.3 in englishin japanese

Installing D3Forum with xoops 2.3.3

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2009/8/27 5:59 | Last modified
dwork  ÆóÅùʼ   Posts: 1
I've installed Protector 3.35 and Altsys 7.1 in a fresh installation of xoops2.3.3. The install of D3Forum seems to work, except for the admin_menu_php constants and the preferences constants - they are all undefined after installation.
1) The TITLES in the Forum >> Quick Links display (except preferences) are blank and most of the TITLES on the preference screen are blank too.
2) I get this error (and similar for each constant):

Warning: constant() [function.constant]: Couldn't find constant _MI_D3FORUM_ADMENU_CATEGORYACCES in file XOOPS_TRUST_PATH.'/modules/d3forums/admin_menu.php' line 7

3) All other constants seem to be initialized correctly (english).
4) The module itself is working fine, near as I can tell.

5) As an aside, the title are missing from the xoops admin menu and preferences, but preferences selected from the index (across the top, once editing has begun) display just fine.

I tried installing /extras/altsys_functions.php but that broke xoops completely. I assume there's something I've overlooked in the altsys module, or possible in the xoops preferences themselves, but I don't see it.
Votes:10 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2009/8/29 5:07
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi dwork.

Quote:

dwork wrotes:
I've installed Protector 3.35 and Altsys 7.1 in a fresh installation of xoops2.3.3.
Have you set XOOPS_TRUST_PATH out of DocumentRoot?
Though this is not a cause of your trouble, it's important for your security.

Quote:
The install of D3Forum seems to work, except for the admin_menu_php constants and the preferences constants - they are all undefined after installation.
1) The TITLES in the Forum >> Quick Links display (except preferences) are blank and most of the TITLES on the preference screen are blank too.
2) I get this error (and similar for each constant):

Warning: constant() [function.constant]: Couldn't find constant _MI_D3FORUM_ADMENU_CATEGORYACCES in file XOOPS_TRUST_PATH.'/modules/d3forums/admin_menu.php' line 7
It looks "modinfo.php" is not loaded by the system.

try line 49 of TRUST/modules/d3forum/admin.php
} else {
	// load language files (main.php & admin.php)
	$langman->read( 'admin.php' , $mydirname , $mytrustdirname ) ;
	$langman->read( 'main.php' , $mydirname , $mytrustdirname ) ;
	$langman->read( 'modinfo.php' , $mydirname , $mytrustdirname ) ;

	// fork each pages of this module
	$page = preg_replace( '/[^a-zA-Z0-9_-]/' , '' , @$_GET['page'] ) ;
Votes:9 Average:8.89

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!