FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » FUD is down
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon9.gif  FUD is down [message #2479] Thu, 09 May 2002 22:20 Go to next message
esm2002 is currently offline  esm2002   United States
Messages: 339
Registered: May 2002
Location: Atlanta Georgia
Karma: 0
Senior Member
I tried deleting a forun and now the forum will not come up...just sits there and eventually tells me that it cannot find the server...I cannot get in to do anything!!!


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Re: FUD is down [message #2480 is a reply to message #2479] Thu, 09 May 2002 22:22 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Did you get some sort of an error when you were attempting to delete the forum?

FUDforum Core Developer
Re: FUD is down [message #2481 is a reply to message #2480] Thu, 09 May 2002 22:27 Go to previous messageGo to next message
esm2002 is currently offline  esm2002   United States
Messages: 339
Registered: May 2002
Location: Atlanta Georgia
Karma: 0
Senior Member
oooops...yep I got the error that it could not write the forum.css Mad file, I think....

is this the pesistent SQL thing?


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Re: FUD is down [message #2482 is a reply to message #2480] Thu, 09 May 2002 22:29 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Just checked there was indeed a bug with deletion of forums.

I've patched the affected file, the fixed version is attached to this message.

The forum not comming up is the result of an un-released table lock, the solution is 2 part. First you need to modify GLOBALS.php and change the "MYSQL_PERSIST" option to 'N'.
Then you need to do 1 of the following:

* Restart MySQL
OR
* Restart Webserver
OR
* Kill MySQL threads attached to your forum database using mysqladmin utility


FUDforum Core Developer
Re: FUD is down [message #2484 is a reply to message #2482] Thu, 09 May 2002 23:06 Go to previous messageGo to next message
esm2002 is currently offline  esm2002   United States
Messages: 339
Registered: May 2002
Location: Atlanta Georgia
Karma: 0
Senior Member
well, I had already done step one

but step two is not something I have ever done....

I doubt the host would let me do #1

not sure what you mean by #2

#3 I could telnet in and issued the mysqladm command but got the following error

connect to servier at 'localhost' failed
error" 'Access denied for user: 'acct351@localhost' <using password: MO>'

will it close on it's own in time?


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Re: FUD is down [message #2485 is a reply to message #2484] Thu, 09 May 2002 23:11 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Eventually but you can still use mysqladmin perhaps you need to give it a different host?

I checked on a few computers and MySQL does allow you to kill your own threads...

You can see your own threads by running the followin command inside MySQL client:
[code]
show full processlist;
[code]

It will show all your sql connections and what are they doing at the moment.


FUDforum Core Developer
Re: FUD is down [message #2487 is a reply to message #2485] Thu, 09 May 2002 23:39 Go to previous messageGo to next message
esm2002 is currently offline  esm2002   United States
Messages: 339
Registered: May 2002
Location: Atlanta Georgia
Karma: 0
Senior Member
I'm waaaaaay over my head with this


nope keeps trying to use localhost


no clue what "inside MySQL client" is but mysqladmin does have a processlist



Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Re: FUD is down [message #2491 is a reply to message #2487] Fri, 10 May 2002 00:31 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
mysql client is the command line "mysql" binary that allows you to connect to your MySQL database and run queries.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Overiting the css file
Next Topic: FUDforum 2 CVS
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Sep 14 22:40:07 GMT 2024

Total time taken to generate the page: 0.05092 seconds