my phpnuke website is giving people problems when they try to use the message boards.
DEBUG MODE
SQL Error : 1105 File 'C:\Program Files\MySQL\mysql server 4.0.20a\share\charsets\?.conf' not found (Errcode: 22)
INSERT IGNORE INTO nuke_bbsearch_wordlist (word_text, word_common) VALUES the values done matter... it happens on every forum post..
Line : 274
File : c:\inetpub\wwwroot\wowcentral\includes\functions_search.php
Now, dispite this error, the post is still actually made, but it makes users think they didn't post so they create multiple posts.
I got some advice from the nukecops forums saying that I should use phpmyadmin and repair that table. So, when I tried to to that, I get this error
File 'C:\Program Files\MySQL\mysql server 4.0.20a\share\charsets\?.conf' not found (Errcode: 22)
Error
SQL-query :
SHOW KEYS FROM nuke_bbsearch_wordlist
MySQL said:
#1105 - File 'C:\Program Files\MySQL\mysql server 4.0.20a\share\charsets\?.conf' not found (Errcode: 22)
So, then they said to debug mysql and I have no clue in the world on how to do it, or what exactly that means.