1
Johnhds
Debug output question
  • 2007/3/2 12:32

  • Johnhds

  • Just popping in

  • Posts: 41

  • Since: 2007/1/12


I ran a debug (enable debug on-line mode) and got this info. Anyone tell me what to do next...if anything? Thanks.

Notice: Only variables should be assigned by reference in /home/homedes1/public_html/xoops/modules/piCal/include/read_configs.php on line 51

Notice: Use of undefined constant _MI_XCHATWHOSCHATTING - assumed '_MI_XCHATWHOSCHATTING' in /home/homedes1/public_html/xoops/modules/xoopschat/xoops_version.php on line 67

Notice: Use of undefined constant _MI_XCHATWHOSCHATTINGDESC - assumed '_MI_XCHATWHOSCHATTINGDESC' in /home/homedes1/public_html/xoops/modules/xoopschat/xoops_version.php on line 68

Notice: Only variables should be assigned by reference in /home/homedes1/public_html/xoops/modules/catads/class/ads.php on line 320

Notice: Only variables should be assigned by reference in /home/homedes1/public_html/xoops/modules/smartpartner/xoops_version.php on line 253

2
Defkon1
Re: Debug output question
  • 2007/3/2 12:45

  • Defkon1

  • Not too shy to talk

  • Posts: 151

  • Since: 2005/1/27


don't worry about call-by-reference notice, they're generated for the php4/5 forced compatibility.

you can fix this two notices:
Quote:

Notice: Use of undefined constant _MI_XCHATWHOSCHATTING - assumed '_MI_XCHATWHOSCHATTING' in /home/homedes1/public_html/xoops/modules/xoopschat/xoops_version.php on line 67

Notice: Use of undefined constant _MI_XCHATWHOSCHATTINGDESC - assumed '_MI_XCHATWHOSCHATTINGDESC' in /home/homedes1/public_html/xoops/modules/xoopschat/xoops_version.php on line 68


adding this two lines in modules/xoopschat/language/(yourlangugage)/modinfo.php :
define('_MI_XCHATWHOSCHATTING',"Who's chatting now");
define('_MI_XCHATWHOSCHATTINGDESC',"List of users who are chatting now");

3
Johnhds
Re: Debug output question
  • 2007/3/2 14:48

  • Johnhds

  • Just popping in

  • Posts: 41

  • Since: 2007/1/12


Thanks Defkon1!

Login

Who's Online

104 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 104


more...

Donat-O-Meter

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

Latest GitHub Commits