Menu

Werid Message after install

Support
Furrik
2006-08-16
2013-04-19
  • Furrik

    Furrik - 2006-08-16

    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

     
    • Geoffrey Wilson

      Geoffrey Wilson - 2006-08-16

      PHP 5 is not supported

       
      • Furrik

        Furrik - 2006-08-16

        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

         
    • drummer101

      drummer101 - 2006-08-16

      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.

       
      • Geoffrey Wilson

        Geoffrey Wilson - 2006-08-17

        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 :)

         
        • Furrik

          Furrik - 2006-08-17

          that is fine i never asked for it to be.  Just trying to figure out why it don't work

           
    • Furrik

      Furrik - 2006-08-16

      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

       
    • Geoffrey Wilson

      Geoffrey Wilson - 2006-08-17

      you MySQL configuration is rejecting the authentication method offered by PHP,

      Try changing mysql_pconnect to mysql_connect

       
      • Furrik

        Furrik - 2006-08-17

        did that and got the same message.

         

Log in to post a comment.