Search found 2 matches

by raul_ribeiro
07 Jun 2011, 14:45
Forum: Customizations
Topic: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server 2008
Replies: 4
Views: 9839

Re: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server

Sorry, bad copy & past

My code


INSERT INTO mantis_user_table(username, realname, email, password, date_created, last_visit, enabled, protected, access_level, login_count, lost_password_request_count, failed_login_count, cookie_string) VALUES
('administrator', '', 'root@localhost ...
by raul_ribeiro
07 Jun 2011, 14:36
Forum: Customizations
Topic: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server 2008
Replies: 4
Views: 9839

Re: Installing Mantis on IIS 7 with PHP 5.3 andMSSQL-Server

Hi,

Thanks for your tips: )

I have a different installation, i'm running PHP 5.2.14 and i have no issue with sql server communication.
So I used your script in the database but i got some error due to the date format
i changed your code withe some of mine , as following

your code:
INSERT ...