1
lapsa2000
Error debug in
  • 2008/10/19 15:02

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


Hey people, to see if someone can give me a hand and basically explain the significance of these errors.

Note, I think, it seems that everything is working.

Notice: Undefined index: tag in file /modules/xlanguage/include/functions.php line 258
Warning: MyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 619
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44
Warning: MyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 619


XOOPS 2.3.1 Final

THK.
Persevera...y seguiras
Perseverando !!!

2
ghia
Re: Error debug in
  • 2008/10/19 15:18

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


These 'xxxxx is deprecated' messages are a new feature of 2.3.x and are only useful for module developers. They are not errors and may all be ignored.

The
Undefined indextag in file /modules/xlanguage/include/functions.php line 258

is something that should be looked up and corrected.

3
lapsa2000
Re: Error debug in
  • 2008/10/19 15:29

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


Thanks for the answer ...

Can tell as fix this?


Undefined index: tag in file /modules/xlanguage/include/functions.php line 258

THK
Persevera...y seguiras
Perseverando !!!

4
trabis
Re: Error debug in
  • 2008/10/19 16:03

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

lapsa2000 wrote:
Thanks for the answer ...

Can tell as fix this?


Undefined index: tag in file /modules/xlanguage/include/functions.php line 258

THK


You have to look in the code.
If you find something like:
If ($somevar['tag'] == 'something')

You should do

If (isset($somevar['tag']) && $somevar['tag'] == 'something')







5
lapsa2000
Re: Error debug in
  • 2008/10/20 20:17

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


Hello Trabis...

in the file function.php not find any line with either of the two examples:

(If ($somevar['tag'] == 'something')

If (isset($somevar['tag']) && $somevar['tag'] == 'something')


I can not be done !

function.php
Persevera...y seguiras
Perseverando !!!

Login

Who's Online

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


Members: 0


Guests: 183


more...

Donat-O-Meter

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

Latest GitHub Commits