PEAK XOOPS - piCal and xoops 2.3.x in englishin japanese

piCal and xoops 2.3.x

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 .3 .4 .5 .6 .7 | Posted on 2008/12/26 23:42
leco1  Sergeant From: Porto Alegre  Posts: 93
I'm using XOOPS 2.3.x and when installed Pical the following message appeared on the page of the module:

Page: http://sulinvest.com/modules/piCal/

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /home/janer/public_html/class/module.textsanitizer.php on line 619

How can this message does not appear on this page because the module is very useful.

Thank you
Votes:31 Average:6.77
Previous post - Next post | Parent - Children.1 | Posted on 2008/12/28 3:54
GIJOE  Gunnery Sergeant   Posts: 4110
Just ignore it.
Votes:28 Average:8.21
Previous post - Next post | Parent - No child | Posted on 2008/12/28 5:25 | Last modified
artsgeral  Private   Posts: 3
...
Votes:23 Average:8.26
Previous post - Next post | Parent - No child | Posted on 2008/12/28 9:13 | Last modified
leco1  Sergeant From: Porto Alegre  Posts: 93
Thanks Arts and GIJOE

I update this site to xoops 232b and this problem is solved.

See at page: http://sulinvest.com/modules/piCal/


Bye bye
Votes:28 Average:6.79
Previous post - Next post | Parent - Children.1 | Posted on 2009/4/7 7:39
pixel  Lance Corporal   Posts: 31
I'm having the same issue and just installed a clean xoops 2.3.3.

What settings need changing to remove these warnings from the top of the page? I'm guessing this is a bug reporting message that can be turned off.

The are the warnings I getting:

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665
Votes:19 Average:9.47
Previous post - Next post | Parent - No child | Posted on 2009/4/7 15:30 | Last modified
nitinshah12  Corporal   Posts: 48
Go to system-> preferences -> General Settings

Find Debug mode and from the dropdown options select "off"
Save
Votes:24 Average:7.92
Previous post - Next post | Parent - No child | Posted on 2009/4/8 1:29
pixel  Lance Corporal   Posts: 31
The xoops is set to debug off. I tried turning it on in a couple capacities and then turning it off again add the warning still show up.

Is there a config. file I can adjust?

Below are the settings in the /include/common.php
--------

// #################### Error reporting settings ##################
if ( $xoopsConfig['debug_mode'] == 1 || $xoopsConfig['debug_mode'] == 2 ) {
error_reporting(E_ALL);
$xoopsLogger->enableRendering();
$xoopsLogger->usePopup = ( $xoopsConfig['debug_mode'] == 2 );
} else {
error_reporting(0);
$xoopsLogger->activated = false;
}
$xoopsSecurity->checkBadips();

---------
Votes:22 Average:8.64
Previous post - Next post | Parent - Children.1 | Posted on 2009/4/8 8:25
vietnam  Private   Posts: 2
Quote:

pixel wrotes:
I'm having the same issue and just installed a clean xoops 2.3.3.

What settings need changing to remove these warnings from the top of the page? I'm guessing this is a bug reporting message that can be turned off.

The are the warnings I getting:

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665

Warning: MyTextSanitizer::makeTboxData4Show is deprecated in /public_html/cubs/comm/class/module.textsanitizer.php on line 665
open pical/class/pical_xoops.php
lin 33
return $myts->makeTboxData4Show( $data ) ;
change
return $data;
save
Normal.
Votes:29 Average:6.90
Previous post - Next post | Parent - No child | Posted on 2009/4/8 13:04
pixel  Lance Corporal   Posts: 31
Thanks vietnam. That worked.
Votes:12 Average:7.50
Previous post - Next post | Parent - No child | Posted on 2011/1/11 1:37
jagi  Private 1st Class From: Poland  Posts: 15
Quote:
return $myts->makeTboxData4Show( $data ) ;
change
return $data;
suggest:

return htmlSpecialChars($data);

look at \class\module.textsanitizer.php
for other deprecated in new Xoops
Votes:4 Average:10.00

none Jam Tangan

msg# 1.7
Previous post - Next post | Parent - No child | Posted on 2011/12/6 9:45
anita1111  Private   Posts: 1
Votes:6 Average:6.67

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!