[Help]Another Problem of B2o Website Re-release by Ronny
In Shop
Please Help me
Quote:
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
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
Re: [Help]Another Problem of B2o Website Re-release by Ronny
Re: [Help]Another Problem of B2o Website Re-release by Ronny
i failed please help me here or teach me how?
Re: [Help]Another Problem of B2o Website Re-release by Ronny
please help me anyone can help me?
Re: [Help]Another Problem of B2o Website Re-release by Ronny
Quote:
Originally Posted by
wayutok
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
Re: [Help]Another Problem of B2o Website Re-release by Ronny
Quote:
Originally Posted by
ForeanXz
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 -.-"
Re: [Help]Another Problem of B2o Website Re-release by Ronny
Code:
[Slot] [tinyint] NULL,
Re: [Help]Another Problem of B2o Website Re-release by Ronny