Advaced webshop bug

Results 1 to 2 of 2
  1. #1
    Valued Member wannabepro is offline
    MemberRank
    Jun 2011 Join Date
    130Posts

    Advaced webshop bug

    I had this shop working perfect until mucore 1.08 admin cp screwed up and i had to reinstall it.

    so i restored muonline database,deleted old htdocs web files and
    installed mucore again with no errors.than i have installed this webshop with no errors.

    i don't understand why this time i don't see credits!

    website,webshop md5 off,proper config settings.



  2. #2
    INPHINITY IcheBeShino is offline
    MemberRank
    Nov 2011 Join Date
    PhilippinesLocation
    301Posts

    Re: Advaced webshop bug

    Quote Originally Posted by wannabepro View Post
    I had this shop working perfect until mucore 1.08 admin cp screwed up and i had to reinstall it.

    so i restored muonline database,deleted old htdocs web files and
    installed mucore again with no errors.than i have installed this webshop with no errors.

    i don't understand why this time i don't see credits!

    website,webshop md5 off,proper config settings.

    Use MuOnline;

    CREATE TABLE [dbo].[WebShop] ([uid] [int] IDENTITY (1, 1) NOT NULL ,[id] [int] NOT NULL ,[type] [int] NOT NULL ,[ex_type] [int] NOT NULL ,[name] [varchar] (51) COLLATE Modern_Spanish_CI_AS NOT NULL ,[credits] [int] NOT NULL ,[X] [int] NULL ,[Y] [int] NULL ,[str] [int] NULL ,[agi] [int] NULL ,[nrg] [int] NULL ,[cmd] [int] NULL ,[luck] [int] NULL ,[skill] [int] NULL ,[hasLevel] [int] NULL ,[default_durability] [int] NULL ,[hasOption] [int] NOT NULL ,[optionType] [int] NOT NULL ,[category] [int] default 14,[stickLevel] [int] default 0,[maxitop] [int] default 0,[maxitlv] [int] default 0,[maxitxl] [int] default 0,[cansellitem] [int] default 1,[class] [int] default 0,[groupid] [int] default 0) ON [PRIMARY];
    ALTER TABLE [dbo].[WebShop] WITH NOCHECK ADD CONSTRAINT [PK_WebShop_1] PRIMARY KEY CLUSTERED ([uid]) ON [PRIMARY];

    Try to Query it and your items

    and check DB User and pass same with DB host



Advertisement