I switched to php 4 and not i at least get the first page but i get this error message at the top... and the config.php is configured...
Warning: mysql_pconnect() [function.mysql-pconnect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\phpBB2\evekill\index.php on line 13
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\phpBB2\evekill\index.php on line 14
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\phpBB2\evekill\index.php on line 18
Warning: mysql_query() [function.mysql-query]: A
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
unfortunatly you won't recieve much support from the author.
I've got a support request thats been pending for about 3 months.
He uploaded a beta build and forgot to change some settings, I emailed him and he said he'd send me a working copy and fix the bugs in the script. But like I said it's been 3 months and counting.. Still nothing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have stated on this forum and in the "Support Tracker" that I have no intention of making the 1.x codebase PHP 5 compatable, you will have to wait for 2.0.
Try and rember I do this for free in my spare time :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I install the program just fine, it creates the tables and then i finish adn remove the newinstall.php file and now i get this message
Parse error: syntax error, unexpected T_CASE in C:\phpBB2\EVEKill\frontend.php on line 784
Can you give me a heads up on what do with this?
Furrik
PHP 5 is not supported
I switched to php 4 and not i at least get the first page but i get this error message at the top... and the config.php is configured...
Warning: mysql_pconnect() [function.mysql-pconnect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\phpBB2\evekill\index.php on line 13
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\phpBB2\evekill\index.php on line 14
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\phpBB2\evekill\index.php on line 18
Warning: mysql_query() [function.mysql-query]: A
unfortunatly you won't recieve much support from the author.
I've got a support request thats been pending for about 3 months.
He uploaded a beta build and forgot to change some settings, I emailed him and he said he'd send me a working copy and fix the bugs in the script. But like I said it's been 3 months and counting.. Still nothing.
I have stated on this forum and in the "Support Tracker" that I have no intention of making the 1.x codebase PHP 5 compatable, you will have to wait for 2.0.
Try and rember I do this for free in my spare time :)
that is fine i never asked for it to be. Just trying to figure out why it don't work
no worries, i figured it out it needs to be done from the ingame browswer :)
also what access level do i give something to they have more access than just putting in kill maild
you MySQL configuration is rejecting the authentication method offered by PHP,
Try changing mysql_pconnect to mysql_connect
did that and got the same message.