[BUG][2.8.1] Edit Players Data

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

  • [BUG][2.8.1] Edit Players Data

    Hello, i´ve downloaded the game today and want a lookthrough, i wanted to edit an players data and this errormessage appeared:

    WARNING
    Message: Undefined array key "universe"
    File: /includes/pages/adm/ShowAccountEditorPage.class.php
    Line: 468
    URL: localhost/New-Star/admin.php?p…countEditor&edit=personal
    PHP-Version: 8.0.13
    PHP-API: apache2handler
    Version: 2.8.1
    Debug Backtrace:
    #0 /includes/pages/adm/ShowAccountEditorPage.class.php(468): errorHandler(2, 'Undefined array...', 'C://xampp//htdocs...', 468)
    #1 /admin.php(73): ShowAccountEditorPage->show()
    #2 {main}
  • Hello,

    I dont use 2moons as it is as i am currently rewritting it to golang for a scool project, however, this issue is because of your php version which is more strict then in the past.

    Exemple to bugfix this issue, but be aware that keeping this version, you need to to several changes in several files

    PHP Source Code

    1. if(isset($data['universe']))
    then use it, if not, you cant use it.


    Cheers