Item Mall Failed to Load Items

Results 1 to 13 of 13
  1. #1
    Enthusiast syntaxjedi is offline
    MemberRank
    Mar 2014 Join Date
    47Posts

    Item Mall Failed to Load Items

    So I set up my item mall, have some items an stuff on it, all works well.
    Purchased items an it seems to work, but when I go ingame an click the tab to claim them,
    I get a message in the bottom right box saying "Fail to load item information"

    what would this be?


  2. #2
    Enthusiast syntaxjedi is offline
    MemberRank
    Mar 2014 Join Date
    47Posts

    Re: Item Mall Failed to Load Items

    bump.

  3. #3
    Rada Rada. Delius is offline
    MemberRank
    Jul 2012 Join Date
    AustraliaLocation
    431Posts

    Re: Item Mall Failed to Load Items

    Double check:
    ItemShop.shn
    ItemShopView.shn

    Hope it helps.

  4. #4
    Enthusiast syntaxjedi is offline
    MemberRank
    Mar 2014 Join Date
    47Posts

    Re: Item Mall Failed to Load Items

    Quote Originally Posted by Delius View Post
    Double check:
    ItemShop.shn
    ItemShopView.shn

    Hope it helps.
    I dont have a ItemShopView.shn .. perhaps this is the issue.

  5. #5
    Rada Rada. Delius is offline
    MemberRank
    Jul 2012 Join Date
    AustraliaLocation
    431Posts

    Re: Item Mall Failed to Load Items

    Perhaps your right! I'd upload one but I've deleted all my old Fiesta stuff.

  6. #6
    əʇılə ɯɐ ı fiestanerd69 is offline
    MemberRank
    Jun 2009 Join Date
    958Posts

    Re: Item Mall Failed to Load Items

    ItemShopView.shn is only for client side, it isn't used on the server side, so if you're missing it on the server side you're fine.

  7. #7
    Enthusiast syntaxjedi is offline
    MemberRank
    Mar 2014 Join Date
    47Posts

    Re: Item Mall Failed to Load Items

    Quote Originally Posted by MrFarbodD View Post
    ItemShopView.shn is only for client side, it isn't used on the server side, so if you're missing it on the server side you're fine.
    ItemShop and ItemShopView match up an I still get the error.
    Everything in Sql lines up too it seems.

  8. #8
    Member hannesa is offline
    MemberRank
    Apr 2013 Join Date
    87Posts

    Re: Item Mall Failed to Load Items

    What you need is the correct character release and outspark_vc71.dll

  9. #9
    57 61 72 72 65 6e 32 47 6 Dec is offline
    MemberRank
    Aug 2012 Join Date
    220Posts

    Re: Item Mall Failed to Load Items

    This would usually mean the client failed retrieving character store inventory information from the REST server.

  10. #10
    Enthusiast syntaxjedi is offline
    MemberRank
    Mar 2014 Join Date
    47Posts

    Re: Item Mall Failed to Load Items

    Quote Originally Posted by hannesa View Post
    What you need is the correct character release and outspark_vc71.dll
    Where can I find the correct files or fix mine?

    Quote Originally Posted by Dec View Post
    This would usually mean the client failed retrieving character store inventory information from the REST server.
    Im looking in all of my Rest Logs and OdinRestServerSettings.shn,
    my purchases are showing up in sql so I know PurchaseTable is working.

  11. #11
    Anotha One Wicious is offline
    MemberRank
    Jan 2013 Join Date
    StockholmLocation
    839Posts

    Re: Item Mall Failed to Load Items


  12. #12
    Enthusiast syntaxjedi is offline
    MemberRank
    Mar 2014 Join Date
    47Posts

    Re: Item Mall Failed to Load Items

    Quote Originally Posted by Rekt View Post
    Thanks, but that didnt work either:/


    Code:
    <?php
        #Security
        if( ! defined( 'IN_MALL' ) ) exit;
        
        #Config variables
        $Config['DEBUG'] = true;
            
        $Config['DIR'] = getcwd() . "\\";        
        
        $Config['INC'] = $Config['DIR'] . "Inc\\";        
        
        $Config['MSSQL_HOST'] = '.\SQLEXPRESS';
        
        $Config['MSSQL_USER'] = 'Stats';
        
        $Config['MSSQL_PASS'] = 'PasswordHere';
        
        $Config['MSSQL_DB'] = 'Account';        
    ?>
    could it be my config? This is what i looks like, only changed the password.

  13. #13
    əʇılə ɯɐ ı fiestanerd69 is offline
    MemberRank
    Jun 2009 Join Date
    958Posts

    Re: Item Mall Failed to Load Items

    Closing because of no replies for a week.



Advertisement