Jump to content
  • 0

Error after compiling


players

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

Dear Rathena Friends,

I have an issue, after updating my SVN and compiling it, i got an error like in attached screenshot.

Anyone can help?

Thanks in advance.

54545.JPG

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

4 minutes ago, players said:

Sorry for silly question, how to apply that sql file? copy to upgrades folder? and execute on what sql? thanks.

Spoiler

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

error message states whats the issue, your sql tables are missing

recheck your sql database from main.sql 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

8 minutes ago, Cyro said:

error message states whats the issue, your sql tables are missing

recheck your sql database from main.sql 

Already did, still got that error messages, any solution?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

wierd! , must be resolved already, 

check your database names in inter_athena.conf 
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

you need to apply upgrade_20170509.sql

or execute this on your sql

ALTER TABLE `char`
	ADD COLUMN `last_login` datetime DEFAULT NULL AFTER `clan_id`;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

25 minutes ago, Technoken said:

you need to apply upgrade_20170509.sql

or execute this on your sql


ALTER TABLE `char`
	ADD COLUMN `last_login` datetime DEFAULT NULL AFTER `clan_id`;

 

Sorry for silly question, how to apply that sql file? copy to upgrades folder? and execute on what sql? thanks.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

29 minutes ago, Cyro said:

wierd! , must be resolved already, 

check your database names in inter_athena.conf 
 

This is my inter_athena.conf, would you mind to check it? Thanks.

inter_athena.conf

Edited by players
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

apply upgrade sql as @Technoken said, 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...