151
mvandam
Re: "Could not insert forum post"
  • 2003/9/16 0:29

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Just to keep these forums a little organized, here is a link to the original thread:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=11136&forum=7

Since it 'suddenly started happening', it really sounds like a database error as suggested in the above thread. Have you run 'check table <table_name>' and/or 'repair table <table_name>' for the relevant tables? You will need some way to access the database such as command-line MySQL or phpmyadmin or mysqlfront or something like that...



152
mvandam
Re: Starting installation question
  • 2003/8/29 7:18

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Yeah, it just means the root directory "that you have access to". Actually it is just whatever web directory you want to put XOOPS in. Often this is the 'highest level directory' you have access to, but it can also be in a subdirectory 'xoops' or something, in case you have many scripts installed.



153
mvandam
Re: time to say goodbye to newbb? - To gain group-wide permission...yes
  • 2003/8/27 22:25

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Quote:

NewBB doesn't appear to support group-permission for it's private forums. Instead, you have to add each user to each private forum. While I'm sure most folks don't need this, its a feature I'm not sure I want to live without. I imagine I'll just hack the mod.

There are hacks available to do this, written by a user called regen_r8. I think the hack might be found in the downloads section... if not, a search of the forums should turn up some links where to find it (search for 'private forum hack' or 'private forum hacks').



154
mvandam
Re: XOOPS2: Private Messages Question
  • 2003/8/21 5:51

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


OK, I'm sorry I didn't read carefully enough what you intended to do before I posted. You want everything to happen in that link (i.e. not go to some other page first). You solution should work, though I think it is a little insecure because it will be very easy for your visitors to figure out the URL and start spamming you (if you have a small trusted userbase this may not be a problem).

I would suggest instead, wrapping a tiny HTML form around the link, and make the link a *button* instead. This way the message will be set as a POST var. Then your change isn't needed, and security is improved.



155
mvandam
Re: XOOPS2: Private Messages Question
  • 2003/8/21 2:17

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


catzwolf's suggestions would be the simplest.

A slightly more complicated approach, but one would give the option of sending EMAIL in addition or as alternative to PM, is to use the 'xoopsmultimailer'. If interested, check out kernel/notification.php for code to set up the mailer to send messages.



156
mvandam
Re: Mantis Bug Tracker Problem
  • 2003/8/20 23:07

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Now that I look at this again, I realize there was an error. XOOPS_ROOT_PATH should have quotes (single or double) around it in that line. This will be fixed in the next release. Thanks for finding this and sorry for the trouble it caused. I guess my version of php (4.1.2) makes the correct assumption and keeps running.



157
mvandam
Re: Mantis Bug Tracker Problem
  • 2003/8/20 6:00

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Quote:

Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in C:\Xoops\test01\modules\mantis\core\module_api.php on line 500


This is just a notice, which you can ignore. Or are there actual problems with the functioning of the module?

BTW, I'm not sure why it would show the notice, because that line (if !define(XOOPS_ROOT_PATH)) is checking to see *if* it is defined. Strange.



158
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.



159
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...



160
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.




TopTop
« 1 ... 13 14 15 (16) 17 18 19 ... 21 »



Login

Who's Online

234 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 234


more...

Donat-O-Meter

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

Latest GitHub Commits