11
Anonymous
Re: REALLY REALLY NEED HELP !!!
  • 2008/3/27 18:16

  • Anonymous

  • Posts: 0

  • Since:


Are all of your modules php5 compatable?

12
Ft24v2
Re: REALLY REALLY NEED HELP !!!
  • 2008/3/27 18:34

  • Ft24v2

  • Just popping in

  • Posts: 86

  • Since: 2007/1/30


I looked into that and forund someone was having similar issues:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=63282&forum=20&post_id=284921#forumpost284921

So it must be PHP5. I looked over that thread and cant seem to understand how the promblem was resolved, ( If it was )

13
adam_m_erick
Re: REALLY REALLY NEED HELP !!!

Quote:
Warning: MyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 575


I get this same message using piCal-0.7
When I try to post a schedule on the calendar. Not a big problem yet.
Using XOOPS 2.3B1

From Xoops Dev Forge Quote:
Kernel Deprecated Functions
Now the old ones, with the correct equivalent:

* function makeTboxData4Save($text)
* function makeTareaData4Save($text)

--> $ts->addSlashes($text);

So I need to change everywhere in old modules that has these types of functions with Quote:
$ts->addSlashes($text);
???

14
tcnet
Re: REALLY REALLY NEED HELP !!!
  • 2008/7/8 14:39

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Hi Adam,

Quote:
Warning: MyTextSanitizer::makeTboxData4Show is deprecated


The debug warnings in XOOPS 2.3_beta about depreciated functions should not effect the module's operation. Most modules developed before 2.0.16 will have these depreciated functions.

The warnings are more of a notice to the module developer to update the module. The 2.3 core developers have included functions that assure backwards compatibility with the old modules.

15
adam_m_erick
Re: REALLY REALLY NEED HELP !!!

I understand what you are saying but can I change the module myself or something else so this error is not thrown on the page to view?

I have (Google)found this "deprecated" error on production sites more than I have found solutions.

I will make the changes if I can find the time and post module with changes.

16
tcnet
Re: REALLY REALLY NEED HELP !!!
  • 2008/7/8 16:15

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Certainly you can update the module yourself and hopefully offer your fixes to the community.

If the module has an active developer, submit your fixes to their website or at dev.xoops.org. I am sure many mod devs will offer 2.3 updates in the near future.

If the module appears inactive, post your fixes in this forum. If your interested, there is a XOOPS Module Team that tests and update the old modules that could use your talents.

Login

Who's Online

207 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 207


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