I can't run 1.5.3 Server

Results 1 to 4 of 4
  1. #1
    Valued Member jagayana is offline
    MemberRank
    Oct 2015 Join Date
    102Posts

    I can't run 1.5.3 Server

    I just do usual copy paste contents from 1.5.3 file server to file server 1.4.6 v80
    1.5.3 file server and file server 1.4.6 v80 have auth too
    I replace pw.sql file server 1.4.6 v80 with pw.sql from 1.5.3 file server
    For iweb i copy from file server 1.5.1

    Thanks for the hint and time


  2. #2
    Valued Member jagayana is offline
    MemberRank
    Oct 2015 Join Date
    102Posts

    Re: I can't run 1.5.3 Server

    The server now start successfully

  3. #3
    RaGEZONER fgru is offline
    MemberRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    Re: I can't run 1.5.3 Server

    plz help other ppl with same or similar problems ... how to resolved your issues?

  4. #4
    Valued Member jagayana is offline
    MemberRank
    Oct 2015 Join Date
    102Posts

    Re: I can't run 1.5.3 Server

    Quote Originally Posted by fgru View Post
    plz help other ppl with same or similar problems ... how to resolved your issues?
    This time i am not copy paste from 1.5.3 file server to 146 v80 file server, but from 1.5.3 file server to 1.5.1 v101 file server.

    1. I check table.xml in authd, compare the contents and edit them so can access database

    2. Edit pwadminconf.jsp changing :

    String db_user = "xxxxxx"; String db_password = "xxxxx"; String db_database = "xxxxx"; String item_labels = "pwi"; String pw_auth_path = "/xxxxx/xxxxxx"; String pw_logs_path = "/xxxxx/xxxxxx/"; // '/'is must String pw_server_path = "/xxxxxx/xxxxx/"

    for iweb to connect to database

    3. Remove game folder example : pwserver, home or else and replace it with game folder from 1.5.3 file server, and give permission 775 to the new game folder

    4. Patching aipolicy.data, elements.data, gshop.data, gshop1.data, gshopsev.data, gshopsev1.data, tasks.data both into client and server

    5. Edit serverctrl.jsp, changing is62 to is61 and add it

    6. Replace the sql, in my case it is authd.sql, you can see String db_database= in pwadminconf.jsp

    mysql -u root -p 123456 authd < ./authd.sql

    mysql -u <String db_user> -p <String db_password> <String db_database> < ./<new sql must have the same name with the old one>

    7. Running iweb 1.5.1 : 192.168.1.250:8080/iweb/manage/serverctrl.jsp and done
    Last edited by jagayana; 10-01-17 at 06:10 PM.



Advertisement