Interface 1.0.7.d Upgrade broke the login. #265


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser408286 created this issue Mar 28, 2012

    What is the problem? Web Interface 1.0.7.d broke the interface for me. It was working just fine on the previous interface.

    What steps will reproduce the problem? 1.Installing the latest interface that was approved 2 days ago.

    What version of HawkEye are you using (shown in console during start-up)?

    2012-03-29 02:27:32 [INFO] [HawkEye] Enabling HawkEye v1.0.7b 
    2012-03-29 02:27:32 [INFO] [HawkEye] Starting HawkEye 1.0.7b initiation process... 
    2012-03-29 02:27:32 [INFO] [HawkEye] Using PermissionsEx for user permissions 
    2012-03-29 02:27:32 [INFO] [HawkEye] Performing update check... 
    2012-03-29 02:27:34 [INFO] [HawkEye] No updates available for HawkEye 
    2012-03-29 02:27:34 [INFO] [HawkEye] Table `hawk_players` not found, creating... 
    2012-03-29 02:27:34 [INFO] [HawkEye] Table `hawk_worlds` not found, creating... 
    2012-03-29 02:27:34 [INFO] [HawkEye] Table `hawkeye` not found, creating... 
    2012-03-29 02:27:34 [INFO] [HawkEye] Starting database cleanse thread with a period of 3600 seconds 
    2012-03-29 02:27:34 [INFO] [HawkEye] WorldEdit found, selection rollbacks enabled 
    2012-03-29 02:27:34 [INFO] [HawkEye] Running cleanse utility for logs older than 2012-02-02 02:27:34 
    2012-03-29 02:27:34 [INFO] [HawkEye] Deleted 0 row(s) from database 
    2012-03-29 02:27:34 [INFO] [HawkEye] Version 1.0.7b enabled!
    

    Show me any console errors and/or your start-up console message for HawkEye Visit http://mindcalfonline.sytes.net/ and mouse over the Online Services and click HawkEye for the login page, which is now a blank page,not 404 just blank.

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)

    log:
      lava-bucket: true
      water-bucket: true
      painting-place: false
      pvp-death: true
      mob-death: false
      other-death: false
      command: true
      chat: true
      join: true
      quit: true
      door-interact: true
      open-container: true
      container-transaction: true
      item-pickup: true
      item-drop: true
      button: true
      teleport: true
      lever: true
      sign-place: true
      sign-break: true
      painting-break: false
      flint-steel: false
      block-place: true
      block-break: true
      block-burn: true
      block-fade: true
      block-form: true
      leaf-decay: false
      mushroom-grow: false
      tree-grow: false
      water-flow: false
      lava-flow: false
      explosion: true
      enderman-pickup: true
      enderman-place: true
      entity-kill: false
      other: true
    general:
      max-lines: 50
      log-item-drops-on-death: false
      cleanse-period: 1h
      cleanse-age: 8w
      delete-data-on-rollback: true
      log-ip-addresses: true
      debug: false
      max-radius: 20
      give-user-tool: true
      tool-block: '30'
      default-here-radius: 5
      default-tool-command: ''
      check-for-updates: true
      op-permissions: false
    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: root
      world-table: hawk_worlds
      hostname: localhost
      max-connections: 10
      password: REMOVED
      database: minecraft
    ignore-worlds:
    - Earth_the_end
    - Ignoredaswell
    version: 1.0.7b
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 140
    - 150
    

    Have you checked the FAQ page?Nope, as I had it working for the past 4 months until now.

  • _ForgeUser408286 added the tags New Defect Mar 28, 2012
  • _ForgeUser408286 posted a comment Mar 28, 2012

    I was doing a re install of the database as for some reason the previous interface was not actually showing any search results when I clicked Search, it would sit on loading bar for about 30mins. When I was actually issuing the search over local network :). But that is not related to this issue.

    That issue was just said to describe why the database was CREATING in my startup log :).


To post a comment, please login or register a new account.