1
kurtbinh
Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 7:09

  • kurtbinh

  • Just popping in

  • Posts: 36

  • Since: 2005/1/5 6


Hi All,

I face the below problems when install XOOPS 2.2.1 and CBB 2.2.
After installing, it seems ok . But under the front page and admin page we found the below error

On Front page
Notice [PHP]: Use of undefined constant Notice [PHP]: Use of undefined constant _MI_NEWBB_BLOCK_TOPIC_POST assumed '_MI_NEWBB_BLOCK_TOPIC_POST' in file modules/newbb/xoops_version.php line 133
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_TOPIC assumed '_MI_NEWBB_BLOCK_TOPIC' in file modules/newbb/xoops_version.php line 150
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_POST assumed '_MI_NEWBB_BLOCK_POST' in file modules/newbb/xoops_version.php line 168
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_AUTHOR assumed '_MI_NEWBB_BLOCK_AUTHOR' in file modules/newbb/xoops_version.php line 184


On Admin page
Notice [PHP]: Constant _MI_TEXT already defined in file modules/xoopspartners/language/english/modinfo.php line 38
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_TOPIC_POST assumed '_MI_NEWBB_BLOCK_TOPIC_POST' in file modules/newbb/xoops_version.php line 133
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_TOPIC assumed '_MI_NEWBB_BLOCK_TOPIC' in file modules/newbb/xoops_version.php line 150
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_POST assumed '_MI_NEWBB_BLOCK_POST' in file modules/newbb/xoops_version.php line 168
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_AUTHOR assumed '_MI_NEWBB_BLOCK_AUTHOR' in file modules/newbb/xoops_version.php line 184
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_INDEX assumed '_MI_NEWBB_ADMENU_INDEX' in file modules/newbb/admin/menu.php line 32
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_CATEGORY assumed '_MI_NEWBB_ADMENU_CATEGORY' in file modules/newbb/admin/menu.php line 34
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_FORUM assumed '_MI_NEWBB_ADMENU_FORUM' in file modules/newbb/admin/menu.php line 36
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_PERMISSION assumed '_MI_NEWBB_ADMENU_PERMISSION' in file modules/newbb/admin/menu.php line 38
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_BLOCK assumed '_MI_NEWBB_ADMENU_BLOCK' in file modules/newbb/admin/menu.php line 40
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_SYNC assumed '_MI_NEWBB_ADMENU_SYNC' in file modules/newbb/admin/menu.php line 42
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_ORDER assumed '_MI_NEWBB_ADMENU_ORDER' in file modules/newbb/admin/menu.php line 44
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_PRUNE assumed '_MI_NEWBB_ADMENU_PRUNE' in file modules/newbb/admin/menu.php line 46
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_REPORT assumed '_MI_NEWBB_ADMENU_REPORT' in file modules/newbb/admin/menu.php line 48
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_DIGEST assumed '_MI_NEWBB_ADMENU_DIGEST' in file modules/newbb/admin/menu.php line 50
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_ADMENU_VOTE assumed '_MI_NEWBB_ADMENU_VOTE' in file modules/newbb/admin/menu.php line 52
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_TOPIC_POST assumed '_MI_NEWBB_BLOCK_TOPIC_POST' in file modules/newbb/xoops_version.php line 133
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_TOPIC assumed '_MI_NEWBB_BLOCK_TOPIC' in file modules/newbb/xoops_version.php line 150
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_POST assumed '_MI_NEWBB_BLOCK_POST' in file modules/newbb/xoops_version.php line 168
Notice 
[PHP]: Use of undefined constant _MI_NEWBB_BLOCK_AUTHOR assumed '_MI_NEWBB_BLOCK_AUTHOR' in file modules/newbb/xoops_version.php line 184


Any one can help me please??
It really important for us...

Please help

Kurt

2
WarDick
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 7:15

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


Word is turn off debug and ignore!
Urging XOOPS to be the Best It Can Be.
Richard......

3
kurtbinh
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 8:05

  • kurtbinh

  • Just popping in

  • Posts: 36

  • Since: 2005/1/5 6


But when i turn off PHP debug. THe admin screen show nothing. Also on front, it shows nothing.
Here is my website www.vietkha.com/xoops

Any one can help me pls???

URGENT...

4
WarDick
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 10:34

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


See if using the default theme will eliminate the blank page.
Urging XOOPS to be the Best It Can Be.
Richard......

5
Bender
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 10:41

  • Bender

  • Home away from home

  • Posts: 1899

  • Since: 2003/3/10


Try turning off GZIP compression in Preferences.
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...

6
Herko
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 10:57

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


these are all language constants. Make sure you have all the language files for newbb in your language there (modules/newbb/yourlanguage/xxxxxx.php).

Herko

7
kurtbinh
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 11:00

  • kurtbinh

  • Just popping in

  • Posts: 36

  • Since: 2005/1/5 6


Yup, Wonderful guideline. Finally, i got all error fixed with your help.

A thousand thanks to you...

Best regards/
Kurt

8
WarDick
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 11:10

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


Great.
Urging XOOPS to be the Best It Can Be.
Richard......

9
bb2120
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/10 11:16

  • bb2120

  • Not too shy to talk

  • Posts: 179

  • Since: 2005/7/6 1


Wow, a XOOPS success story. Getting rarer by the day.

10
kurtbinh
Re: Ugent help for problems with XOOPS 2.2.1????
  • 2005/8/12 3:50

  • kurtbinh

  • Just popping in

  • Posts: 36

  • Since: 2005/1/5 6


Hi ,

I face some new problems with XOOPS 2.2.1

Here is error code:
Notice [PHP]: Constant _MI_TEXT already defined in file modules/xoopspartners/language/english/modinfo.php line 38


Please help me fix.

Btw,

When i turn the PHP Debug off, sometimes, my website show white page.
So i must go to xoops/recovery.php to run debug.
After that action, my site operate normally again.

Please help me how to solve the case.

Thanks so much in advance,
Kurt

Login

Who's Online

142 user(s) are online (68 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits