Quote Originally Posted by MuIsBest View Post
If you got this problem:

Code:
Verifying required extensions:OK

Warning: mssql_query() [function.mssql-query]: message: There is already an object named 'MEMB_CREDITS' in the database. (severity 16) in C:\xampp\htdocs\webshop\install\index.php on line 32

Warning: mssql_query() [function.mssql-query]: message: There is already an object named 'XCredits' in the database. (severity 16) in C:\xampp\htdocs\webshop\install\index.php on line 39

Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\webshop\install\index.php on line 39

Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'WebShop'. (severity 16) in C:\xampp\htdocs\webshop\install\index.php on line 46

Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\webshop\install\index.php on line 46
Your WebShop is now ready !! Enjoy!
Closing access to installation...
Successfully restricted the access to the install
Then simply run this command in SQL Query Analyzer:

Code:
drop table WebShop
Go
drop table WebShop_LOG
Go
drop table WebShop_UI
Go
drop table MEMB_CREDITS
go
drop procedure XCredits
go
Drop table WebShop_Groups
Go
Drop table WebShop_Feedback
Go
drop table WebShop_IpBlock
Go
And then go to yourweb.com/install/ again and it will work.

Regards,
MuIsBest

Thanks man!