Jump to content
  • 0

Inter_server_db error


kukas9

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   2
  • Joined:  08/30/18
  • Last Seen:  

Hi guys, after doing the recent rathena update I'm having this problem, could anyone help me solve it?

[Char][8:44] [Error]: No database "Header" was found.
[Char][8:44] [Error]: Failed to verify compatibility with INTER_SERVER_DB database file from 'conf/import/inter_server.yml'.

# This file is a part of rAthena.
#   Copyright(C) 2017 rAthena Development Team
#   https://rathena.org - https://github.com/rathena
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########################################################################
# Config for Storages
#
# To access the premium storage, use script command 'openstorage2'.
# If premium storages are added, copy the structure of the storage table and match the table name in this config.
# The 'max' of premium storages are not adjusted by 'vip_storage_increase' config nor MIN_STORAGE.
#
# Structure:
#	- ID: <storage_id>          // (int) Storage ID will be used for script command 'openstorage2'.
#	  Name: "<storage name>"    // (string) Storage name will be sent to the client to display on the title bar.
#	  Table: "<storage_table>"  // (string) Name of table where storage is saved. The table stucture is the same as the default storage table.
#	  Max: <max_amount>         // (int) *optional* Maximum number of items in storage. MAX_STORAGE will be used if no value is defined.

Header:
  Type: INTER_SERVER_DB
  Version: 1

Body:
  - ID: 0
    Name: "Storage"
    Table: "storage"

Footer:
  Imports:
    - Path: conf/import/inter_server.yml

 

  • Upvote 2
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

Me too.

Maybe insert table name Header to database?

meToo.JPG.c938e843be802169bb5c04c73e02bc0f.JPG

Link to comment
Share on other sites

  • 2

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Copy all the contents of the import-tmpl folder that you upgraded to the import folder. It worked for me.

  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   2
  • Joined:  08/30/18
  • Last Seen:  

33 minutes ago, sprdosat said:

Copy all the contents of the import-tmpl folder that you upgraded to the import folder. It worked for me.

thx man, work here

Edited by kukas9
edit
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...