Problem with shop

Results 1 to 13 of 13
  1. #1
    Valued Member Alkyron is offline
    MemberRank
    Jun 2007 Join Date
    100Posts

    Problem with shop

    I have that . . .



  2. #2
    Account Upgraded | Title Enabled! ProGunzsoul is offline
    MemberRank
    Jul 2008 Join Date
    332Posts

    Re: Problem with shop

    the problem on item_table1_FK1 same my problem and no one want help me PFFFFF !!!!

  3. #3
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: Problem with shop

    Do you have put all your items of the shop in dbo.Item?

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Problem with shop

    its about a foreign key in the DB, I never could figure out where or how to fix these xD

  5. #5
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: Problem with shop

    fill in the dbo.Item table with the items in the shop, add the item id's

  6. #6
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: Problem with shop

    You have to add a small section to the Database, I can't remember what the tables were inside the Database. That's the problem.

  7. #7
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Problem with shop

    Ugh only if i knew>:P

  8. #8
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: Problem with shop

    Quote Originally Posted by forean View Post
    Ugh only if i knew>:P
    Not very helpful you. Your posting in all of em and nothing that makes sence. Quit it.

  9. #9
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Problem with shop

    okay ill help. go to your C:\Appserv\www\Gunz\Mod_itemsho.php and look at line 597 and copy paste the line here so i can see it ._.

  10. #10
    Valued Member Alkyron is offline
    MemberRank
    Jun 2007 Join Date
    100Posts

    Re: Problem with shop

    Quote Originally Posted by forean View Post
    okay ill help. go to your C:\Appserv\www\Gunz\Mod_itemsho.php and look at line 597 and copy paste the line here so i can see it ._.
    Code:
    Line 597 :mssql_query("INSERT INTO AccountItem ([ShopItemID], [AID], [ItemID], [RentDate], [RentHourPeriod], [Cnt])VALUES('$itemid', '$aid', '$zitemid', GETDATE(), 60, 0)");


    I find the problem is that when I add an item to the shop, mark it as CashShop.do, and it does not Item.dbo I had to do so by hand.
    How do I make when I add the item in the shop and it is written in item.dbo ? (I think this is the php site files (mod_additem.php or mod_itemshop.php]

  11. #11

    Re: Problem with shop

    Disable dbo.Item's key constraint.

  12. #12
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Problem with shop

    Do you have execute al tables right?

  13. #13
    Valued Member Alkyron is offline
    MemberRank
    Jun 2007 Join Date
    100Posts

    Re: Problem with shop

    No , do you have all table executable ?



Advertisement