[Help]Another Problem of B2o Website Re-release by Ronny

Results 1 to 9 of 9
  1. #1
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    sad [Help]Another Problem of B2o Website Re-release by Ronny

    In Shop

    Please Help me

    Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'Slot'. (severity 16) in C:\AppServ\www\home\modules\mod_itemshop.php on line 29

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\home\modules\mod_itemshop.php on line 29

    Fatal error: Call to undefined function mssql_error() in C:\AppServ\www\home\modules\mod_itemshop.php on line 29
    Last edited by wayutok; 01-10-12 at 04:01 PM.


  2. #2
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    1. The column name "Slot" doesn't exist in one of your tables. (Check line 29 in mod_itemshop.php to see which table.)
    2. mssql_error(). Such function doesn't exist. Refer to http://php.net/mssql

  3. #3
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    ok i'll try

  4. #4
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    i failed please help me here or teach me how?

  5. #5
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    please help me anyone can help me?

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

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    Quote Originally Posted by wayutok View Post
    In Shop

    Please Help me

    Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'Slot'. (severity 16) in C:\AppServ\www\home\modules\mod_itemshop.php on line 29

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\home\modules\mod_itemshop.php on line 29

    Fatal error: Call to undefined function mssql_error() in C:\AppServ\www\home\modules\mod_itemshop.php on line 29

    1)

    : message: Invalid column name 'Slot'.

    Open

    C:\AppServ\www\home\modules\mod_itemshop.php

    find the query it says

    find where it wants to use the the query 'slot'

    open db

    create slot

    ???

    profit.


    2) <- 1 will fix this

    3) <- read 2

  7. #7
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    Quote Originally Posted by ForeanXz View Post
    1)

    : message: Invalid column name 'Slot'.

    Open

    C:\AppServ\www\home\modules\mod_itemshop.php

    find the query it says

    find where it wants to use the the query 'slot'

    open db

    create slot

    ???

    profit.


    2) <- 1 will fix this

    3) <- read 2





    Simply add "Slot" column to your "dbo.Itemshop" table. thats all -.-"

  8. #8
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    Code:
    [Slot] [tinyint] NULL,

  9. #9
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    Re: [Help]Another Problem of B2o Website Re-release by Ronny

    ok dude thanks



Advertisement