JSON Error #89


  • New
  • Defect
Open
Assigned to _ForgeUser4509640
  • _ForgeUser7952609 created this issue Dec 6, 2011

    What steps will reproduce the problem?
    1.Go into the WebInterface
    2.Get Error

    What is the expected output? What do you see instead?
    Normally, the Auctions should show up.
    Everything else works fine.

    What version of the product are you using?
    0.6.1

    Do you have an error log of what happened?
    Nope

    Please provide any additional information below.
    Bukkit 1550

  • _ForgeUser7952609 added the tags New Defect Dec 6, 2011
  • _ForgeUser7952609 added an attachment Error.png Dec 6, 2011

    Error.png

  • _ForgeUser5069954 posted a comment Dec 12, 2011

    Hello

    in \scripts\config.php:

    change this:

    <?php
    
    /* Database config */
    

    into this:

    <?php
    
    date_default_timezone_set("Europe/Paris");
    
    /* Database config */
    

    spent 1 hour on resolving the error with no real knowledge of php. i hope it helps. if not, let me know, i did more than that, but adding that line made it work.

    it's different for other countries, just google this phrase to get your own timezone: date_default_timezone_set(" for example: date_default_timezone_set("America google that and you should find a full line there.

  • _ForgeUser7265576 posted a comment Dec 21, 2011

    Not working for me :( This really needs to be fixed..

  • _ForgeUser4509640 posted a comment Dec 21, 2011

    Php version 5.2 or later?


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