292401
ullone
Re: WebSlave Project - a project managment tool
  • 2003/8/16 11:07

  • ullone

  • Friend of XOOPS

  • Posts: 49

  • Since: 2003/4/24


I have downloaded WsProject 4 days ago. I had many compatibility error with my old modules. ...

When i install this module in remote i have this error :

Notice: Use of undefined constant _MI_XOOPSCHAT__NAME - assumed '_MI_XOOPSCHAT__NAME' in /home/eulisse/public_html/modules/xoopschat/xoops_version.php on line 9

Notice: Use of undefined constant _MI_XOOPSCHAT__DESC - assumed '_MI_XOOPSCHAT__DESC' in /home/eulisse/public_html/modules/xoopschat/xoops_version.php on line 11

Notice: Use of undefined constant _MI_WFS_BNAME_ARTMENU - assumed '_MI_WFS_BNAME_ARTMENU' in /home/eulisse/public_html/modules/wfsection/xoops_version.php on line 37

Notice: Use of undefined constant _MI_WFS_TOPICS - assumed '_MI_WFS_TOPICS' in /home/eulisse/public_html/modules/wfsection/xoops_version.php on line 49

Notice: Use of undefined constant _MI_WFS_BNAME3 - assumed '_MI_WFS_BNAME3' in /home/eulisse/public_html/modules/wfsection/xoops_version.php on line 55

Notice: Use of undefined constant _MI_WFS_BNAME4 - assumed '_MI_WFS_BNAME4' in /home/eulisse/public_html/modules/wfsection/xoops_version.php on line 61

Notice: Use of undefined constant _MI_WFS_BNAME5 - assumed '_MI_WFS_BNAME5' in /home/eulisse/public_html/modules/wfsection/xoops_version.php on line 69

Notice: Use of undefined constant _MI_WFS_BNAME6 - assumed '_MI_WFS_BNAME6' in /home/eulisse/public_html/modules/wfsection/xoops_version.php on line 77

Notice: Use of undefined constant _ALBM_MYLINKS_SMNAME4 - assumed '_ALBM_MYLINKS_SMNAME4' in /home/eulisse/public_html/modules/myalbum/xoops_version.php on line 59

Notice: Use of undefined constant no - assumed 'no' in /home/eulisse/public_html/modules/directfriends/xoops_version.php on line 5

Notice: Use of undefined constant _MI_NEWBB_BNAME4 - assumed '_MI_NEWBB_BNAME4' in /home/eulisse/public_html/modules/newbb/xoops_version.php on line 104

Notice: Undefined index: content in /home/eulisse/public_html/modules/language/blocks/language_blocks.php on line 17



292402
YourHelp
BUMMMMMMER
  • 2003/8/16 7:32

  • YourHelp

  • Friend of XOOPS

  • Posts: 479

  • Since: 2003/6/9 6


i uploaded an old XOOPS 2.3 all the files and folders .. and then uploaded the install folder and did a new install to a new database. this is the url http://www.ultima7.com/njm/ i get a blank page and no source seems to be there .. yet all my fully working XOOPS is uploaded...

please dont tell me to go to wiki ive had this problem for 3 weeks and have not asked for help once hence this is a last resort help here ive tryed everything else.

take a peek here http://www.ultima7.com/njm/

what could it be what file needs to be edited.

Hope someone can help

Kindest Regards
Nathan



292403
mvandam
Re: Glossary Module with bb-code or html-code
  • 2003/8/16 7:28

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


That looks pretty good to me. There are lots of other functions in class/module.textsanitizer.php you can use too... e.g. makeTarea4Show will automatically handle HTML, smilies and XOOPS code.



292404
darapera
Re: Any Malaysia Xoops there?
  • 2003/8/16 6:42

  • darapera

  • Just popping in

  • Posts: 67

  • Since: 2003/7/22


Wow! Didn't know so many Malaysian XOOPS Users/enthusiasts! I am MY too! What do you have in mind? Warning though seriously new XOOPS user.



292405
limecity
Re: Any Malaysia Xoops there?
  • 2003/8/16 6:10

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


wat site you want to work on?
i am from the same place as you are



292406
Software
Re: WebSlave Project - a project managment tool
  • 2003/8/16 2:08

  • Software

  • Just popping in

  • Posts: 6

  • Since: 2003/8/14


Hi,

I love your project managment tool,can you please add file uploads and file release information ? for the projects.It will be a big help.





292407
sitemouse
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/16 0:00

  • sitemouse

  • Just popping in

  • Posts: 18

  • Since: 2002/11/5


That did it (repairing xoops_bb_topics). The server farm is in Buffalo. I think our moderator was working on the forums at the time of the blackout yesterday.

Thanks so much for your assistance!



292408
BradM
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 23:59

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Okay I figured this one out -- I'm new to this whole thing, so use this hack at your discretion, but it seems to work.

Edit the following files:

function.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire-aff.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire-rech.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire.php (for the marquee block):
After $definition = $myts->makeTboxData4Show($myrow['definition']); add this line:
$definition = $myts->xoopsCodeDecode($definition, $allowimage = 1);

Note: this will only convert XOOPS code, I couldn't figure out a way to convert HTML. If you want to add more XOOPS code, check out the xoopsCodeDecode function in /class/module.textsanitizer.php.


Brad



292409
mvandam
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 23:56

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Should be pretty simple, depending how the module is written. If you can point me to the code for a module you'd like to use, I can have a quick look and see if this is an easy hack or not...



292410
mvandam
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/15 23:54

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


If you have MySQL access (or phpmyadmin) I would recommend trying "repair table TABLE_NAME" where TABLE_NAME is xoops_bb_topics, xoops_bb_posts, xoops_bb_posts_text, and xoops_bb_forums. Perhaps a server hiccup caused something got corrupted during the delete.







Login

Who's Online

180 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 180


more...

Donat-O-Meter

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

Latest GitHub Commits