error edit player building

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • error edit player building

    USER ERROR
    Message: SQL Error: Out of range value for column 'field_current' at row 1

    Query Code: UPDATE uni1_planets SET `eco_hash` = '', `metal_mine` = `metal_mine` - '0', `crystal_mine` = `crystal_mine` - '0', `deuterium_sintetizer` = `deuterium_sintetizer` - '0', `solar_plant` = `solar_plant` - '0', `university` = `university` - '0', `fusion_plant` = `fusion_plant` - '0', `robot_factory` = `robot_factory` - '0', `nano_factory` = `nano_factory` - '0', `hangar` = `hangar` - '0', `metal_store` = `metal_store` - '6', `crystal_store` = `crystal_store` - '6', `deuterium_store` = `deuterium_store` - '6', `laboratory` = `laboratory` - '0', `terraformer` = `terraformer` - '0', `ally_deposit` = `ally_deposit` - '0', `silo` = `silo` - '0', `field_current` = `field_current` - '18'WHERE `id` = '2' AND `universe` = '1';
    File: /includes/classes/class.Database.php
    Line: 81
    URL: localhost/admin.php?page=accounteditor&edit=buildings
    PHP-Version: 5.5.38
    PHP-API: cgi-fcgi
    MySQL-Cleint-Version: mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
    2Moons Version: 1.8
    Debug Backtrace:
    #0 /includes/pages/adm/ShowAccountEditorPage.php(313): Database->query('UPDATE uni1_pla...')
    #1 /admin.php(105): ShowAccountEditorPage()
    #2 {main}