SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Error 2 and 23
-
Jun 6, 2001, 15:58 #1
- Join Date
- Apr 2001
- Location
- uk
- Posts
- 29
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Error 2 and 23
A couple of my users are reporting receiving these errors on attempting to add topics to my forums. I have no idea what either of these errors mean and have been unable to replicate the conditions which are causing these errors. Could it be that the server is inundated with requests...?
Any help on these error messages and how to overcome them appreciated.
Thanks
Caunton
http://www.holidaytruths.co.uk
-
Jun 6, 2001, 18:22 #2
- Join Date
- Jun 2001
- Location
- UK
- Posts
- 17
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I'm assuming these error numbers are generated from mysql - error 2 = No such file or directory and error 23 = Too many open files in system.
You can check errors using the app "perror" which is installed with mysql.
Assuming (twice in one post? tsk) that these are mysql errors, error 2 (depending on OS) might just be a further adaption of error 23.
Error 23 is very important, it means you've run out of file descriptors, you should seek advice on how to resolve this very quickly.
-dibby
Bookmarks