webchess logo webchess logo webchess logo

Frequently Asked Questions

I got everything working, but when I try to create an account I get the following error.
Fatal error: call to unidentified function: mysql_connect() in /path/to/webchess/connectdb.php on line 7.

Most likely MySQL support has not been compiled into PHP (--with-mysql option). To verify this create a new PHP-file with only the following line in it: <? phpinfo(); ?> Look at the output of your file by running it through your webserver. There should be a large section dealing with MySQL in there. Correct the problem by following the manual from the PHP website: http://www.php.net

It seems like I have found a bug. What should I do?

We are not perfect, though we try to be. If you think you found a bug please submit a report to our bug tracking system, and supply as much information as you know. This way you will help us make WebChess even better.

I like your program WebChess very much, but I have many ideas to improve the program. Is there a way for me I can contribute?

Of course we are very interesting to hear what you have in mind. You can best let as know via the forum, which you can find here. If you are a programmer, and want to commit code please read this page.