When I try to install Drupal using Web Platform Installer 3.0 I get I get the following message: "Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express This product did not install successfully.
I followed the directions that came with the drivers and added the appropriate extenstions in php.ini. The directions were for IIS 7. Are there different installtion requirements and/or drivers for IIS7.5 express, or how do I get rid of this installation
error?
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:39 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\542864071.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:39 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\-1338951197.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:41 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\664384761.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:40 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\1956869252.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:40 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\903079739.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
I installed the drivers as directed SQLServerDriverForPHP.chm. I did not use the %_pdo_% drivers as the PHP site indicated as %_pdo_% may no longer be supporded. The configuration wizard from PHP On Windows Training Kit says they are installed. PHPInfo.php
says they not installed. I have seen functions that need to be run to install the drivers, but I can't find them. PHP search claims they are not a PHP functions.
Charles
If you want to take this off the forums my email is
charles@dagon.us
DagonX
1 Post
Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 12, 2011 02:13 AM|LINK
When I try to install Drupal using Web Platform Installer 3.0 I get I get the following message: "Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express This product did not install successfully.
I followed the directions that came with the drivers and added the appropriate extenstions in php.ini. The directions were for IIS 7. Are there different installtion requirements and/or drivers for IIS7.5 express, or how do I get rid of this installation error?
Charles
HCamper
8048 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 12, 2011 02:34 AM|LINK
Hello,
Yes, There are some differences for the SQL Drivers for IIS Express and Standard installation.
Was the only error installation of SQL Driver for PHP ?
If you could post the Web PI log for the errors it will help the WEB PI Team.
If you check the Microsoft Download Center for the SQL Driver v2.0 there are two
downloads one is the Standard SQL20 Drivers second is Web PI Package.
You could download the Web PI Package and run it to install the extensions.
Martin.
Community Member Award 2011
ChrisSfanos
1032 Posts
Microsoft
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 16, 2011 04:22 AM|LINK
Hi Charles
Can you post your WebPI log files and the log file for the SQL Driver? Details are here: http://forums.iis.net/t/1178550.aspx
Thanks!
Chris
Web Platform Installer PM
Dagon
5 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 22, 2011 03:11 AM|LINK
Where are the WibPI logs keptb -- please excuse the ignorance?
the logs may not tell you much, as I recall all that happens is a self extracting file with instruction on how to manually install the drivers.
It is possible the problem maybe with the "PHP on Windows Training Kit". The configuration Wizard is what is telling me they are not installed.
As long as I am whining the fast cgi configurartion routine didn't work either.
HCamper
8048 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 22, 2011 03:23 AM|LINK
Hello,
The "PHP Training Kit Explains the General Procedures" and will help using Databases and PHP.
I suggest for current problems look at http://learn.iis.net/page.aspx/699/install-the-sql-server-driver-for-php/ IIS Net Guide
for putting the required files into the PHP ext directory and enable them in the php.ini for use with PHP.
I suggest you check this http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/ IIS Net Guide
for FastCGI settings and configuration for PHP.
Hope this helps,
Martin
Community Member Award 2011
ChrisSfanos
1032 Posts
Microsoft
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 22, 2011 02:54 PM|LINK
WebPI log details can be found at this point: http://forums.iis.net/t/1178550.aspx
Thanks!
Chris
Web Platform Installer PM
Dagon
5 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 22, 2011 07:08 PM|LINK
DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9767054
DownloadManager
Information: 0 : https://go.microsoft.com/?linkid=9767054 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 175
Content-Type: text/html; charset=utf-8
Expires: Sun, 19 Jun 2011 19:36:39 GMT
Location: https://www.microsoft.com/web/webpi/3.0/webproductlist.xml
Server
: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:39 GMT
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/3.0/webproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Wed, 01 Jun 2011 18:33:57 GMT
Accept-Ranges: bytes
ETag: "5693f0778a20cc1:0"
Server: Microsoft-IIS/7.5
VTag: 279232130500000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:39 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\542864071.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/3.0/webapplicationlist.xml
DownloadManager
Information: 0 : https://www.microsoft.com/web/webpi/3.0/webapplicationlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Thu, 16 Jun 2011 22:18:49 GMT
Accept-Ranges: bytes
ETag: "3ffdc15d732ccc1:0"
Server: Microsoft-IIS/7.5
VTag: 791948530800000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:39 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\-1338951197.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/3.0/mediaproductlist.xml
DownloadManager
Information: 0 : https://www.microsoft.com/web/webpi/3.0/mediaproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Thu, 05 May 2011 19:32:48 GMT
Accept-Ranges: bytes
ETag: "31391c375bbcc1:0"
Server: Microsoft-IIS/7.5
VTag: 791897830900000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:41 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\664384761.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/3.0/toolsproductlist.xml
DownloadManager
Information: 0 : https://www.microsoft.com/web/webpi/3.0/toolsproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 10 Jun 2011 20:36:07 GMT
Accept-Ranges: bytes
ETag: "a626656ae27cc1:0"
Server: Microsoft-IIS/7.5
VTag: 279257630800000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:40 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\1956869252.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/3.0/enterpriseproductlist.xml
DownloadManager
Information: 0 : https://www.microsoft.com/web/webpi/3.0/enterpriseproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Wed, 06 Apr 2011 17:49:12 GMT
Accept-Ranges: bytes
ETag: "2c1614f082f4cb1:0"
Server: Microsoft-IIS/7.5
VTag: 791366430400000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:40 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\903079739.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 0, majorSP: 2, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395
DownloadManager
Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 203
Content-Type: text/html; charset=utf-8
Expires: Sun, 19 Jun 2011 19:36:41 GMT
Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery
Server
: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Sun, 19 Jun 2011 19:37:41 GMT
DownloadManager Information: 0 : Contextual entry products: webmatrix
DownloadManager Information: 0 : Adding product Microsoft WebMatrix (WebMatrix) to cart
DownloadManager Information: 0 : Contextual navigation to product 'WebMatrix'
DownloadManager Information: 0 : Ratings file loaded successfully
DownloadManager Information: 0 : Adding product 'WebMatrix'
DownloadManager Information: 0 : Product 'NETFramework4' is installed. Not adding
DownloadManager Information: 0 : Product 'WindowsImagingComponent' is installed. Not adding
DownloadManager Information: 0 : Product 'SQLCE' is installed. Not adding
DownloadManager Information: 0 : Product 'WindowsInstaller45' is installed. Not adding
DownloadManager Information: 0 : Product 'SQLCETools' is installed. Not adding
DownloadManager Information: 0 : Product 'Plan9' is installed. Not adding
DownloadManager Information: 0 : Product 'Plan9Loc' is installed. Not adding
DownloadManager Information: 0 : Adding dependency product 'SMO32' for product 'WebMatrix'
DownloadManager Information: 0 : Adding dependency product 'SQLNativeClient' for product 'SMO32'
DownloadManager Information: 0 : Adding dependency product 'SQLCLRTypes32' for product 'SMO32'
DownloadManager Information: 0 : Product 'WDeployNoSMO' is installed. Not adding
DownloadManager Information: 0 : Product 'NETFramework20SP2' is installed. Not adding
DownloadManager Information: 0 : Product 'WindowsInstaller31' is installed. Not adding
DownloadManager Information: 0 : Product 'IISExpress' is installed. Not adding
DownloadManager Information: 0 : Adding dependency product 'WebMatrix_installer' for product 'WebMatrix'
DownloadManager Information: 0 : No SQL to configure
DownloadManager Information: 0 : No MySQL to configure
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Using cached file at C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCLRTypes32\43a7a63bfec88f3d82b6a28871faa023898d4ee5\SQLSysClrTypes.msi instead of downloading from http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/SQLSysClrTypes.msi
DownloadManager
Information: 0 : Using cached file at C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\SQLNativeClient\abdfed83057c5265c54c41fe353e15d3f7732cfb\sqlncli.msi instead of downloading from http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/sqlncli.msi
DownloadManager
Information: 0 : Starting MSI install for msi 'C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCLRTypes32\43a7a63bfec88f3d82b6a28871faa023898d4ee5\SQLSysClrTypes.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : Using cached file at C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\SMO32\6ce3a433309c63d98bcf0e2b9f1dfaed8cc18783\SharedManagementObjects.msi instead of downloading from http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/SharedManagementObjects.msi
DownloadManager
Information: 0 : Downloading file 'http://download.microsoft.com/download/4/A/E/4AEF260C-5A2A-48A6-89FC-95E58571535E/WebMatrix_1_13_x86_en-US.msi' to: C:\Users\Dagon\AppData\Local\Temp\tmp1755.tmp
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Dagon\AppData\Local\Temp\tmp1755.tmp' to: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\WebMatrix_installer\99C7E12688A02C24501968721B57684DA75B8245\WebMatrix_1_13_x86_en-US2.msi
DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/4/A/E/4AEF260C-5A2A-48A6-89FC-95E58571535E/WebMatrix_1_13_x86_en-US.msi' to: C:\Users\Dagon\AppData\Local\Temp\tmp29FC.tmp
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Dagon\AppData\Local\Temp\tmp29FC.tmp' to: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\WebMatrix\99C7E12688A02C24501968721B57684DA75B8245\WebMatrix_1_13_x86_en-US2.msi
DownloadManager Information: 0 : MSI install return value for product 'SQL Server System CLR Types' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server System CLR Types' is Success
DownloadManager Information: 0 : Product SQL Server System CLR Types done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : SQL Server System CLR Types installation log: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\logs\install\2011-06-19T14.38.03\SQLSysClrTypes.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\SQLNativeClient\abdfed83057c5265c54c41fe353e15d3f7732cfb\sqlncli.msi', commandline: 'IACCEPTSQLNCLILICENSETERMS=YES ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'SQL Server Native Client' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server Native Client' is Success
DownloadManager Information: 0 : Product SQL Server Native Client done install completed
DownloadManager Information: 0 : Increasing current install to 3
DownloadManager Information: 0 : SQL Server Native Client installation log: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\logs\install\2011-06-19T14.38.03\sqlncli.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\SMO32\6ce3a433309c63d98bcf0e2b9f1dfaed8cc18783\SharedManagementObjects.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'SQL Server 2008 R2 Management Objects' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server 2008 R2 Management Objects' is Success
DownloadManager Information: 0 : Product SQL Server 2008 R2 Management Objects done install completed
DownloadManager Information: 0 : Increasing current install to 4
DownloadManager Information: 0 : SQL Server 2008 R2 Management Objects installation log: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\logs\install\2011-06-19T14.38.03\SharedManagementObjects.txt
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft WebMatrix Installer'. Commandline is: 'C:\Windows\System32\cmd.exe /C reg.exe delete "HKCU\Software\Microsoft\IIS\Webmatrix\FindWebHosting" /y'. Process Id: 3716
DownloadManager Information: 0 : Install exit code for product 'Microsoft WebMatrix Installer' is 1
DownloadManager Information: 0 : Ignoring exit code 1 for product 'Microsoft WebMatrix Installer'
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft WebMatrix Installer'. Commandline is: 'C:\Windows\System32\cmd.exe /C reg.exe delete "HKCU\SOFTWARE\Wow6432Node\Microsoft\IIS\WebMatrix\FindWebHosting" /y'. Process Id: 5516
DownloadManager Information: 0 : Install exit code for product 'Microsoft WebMatrix Installer' is 1
DownloadManager Information: 0 : Ignoring exit code 1 for product 'Microsoft WebMatrix Installer'
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\WebMatrix_installer\99C7E12688A02C24501968721B57684DA75B8245\WebMatrix_1_13_x86_en-US2.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Microsoft WebMatrix Installer' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft WebMatrix Installer' is Success
DownloadManager Information: 0 : Product Microsoft WebMatrix Installer done install completed
DownloadManager Information: 0 : Increasing current install to 5
DownloadManager Information: 0 : Microsoft WebMatrix Installer installation log: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\logs\install\2011-06-19T14.38.03\WebMatrix_1_13_x86_en-US2.txt
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft WebMatrix'. Commandline is: 'C:\Windows\System32\cmd.exe /C reg.exe delete "HKCU\Software\Microsoft\IIS\Webmatrix\FindWebHosting" /y'. Process Id: 2780
DownloadManager Information: 0 : Install exit code for product 'Microsoft WebMatrix' is 1
DownloadManager Information: 0 : Ignoring exit code 1 for product 'Microsoft WebMatrix'
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft WebMatrix'. Commandline is: 'C:\Windows\System32\cmd.exe /C reg.exe delete "HKCU\SOFTWARE\Wow6432Node\Microsoft\IIS\WebMatrix\FindWebHosting" /y'. Process Id: 6092
DownloadManager Information: 0 : Install exit code for product 'Microsoft WebMatrix' is 1
DownloadManager Information: 0 : Ignoring exit code 1 for product 'Microsoft WebMatrix'
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\installers\WebMatrix\99C7E12688A02C24501968721B57684DA75B8245\WebMatrix_1_13_x86_en-US2.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Microsoft WebMatrix' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft WebMatrix' is Success
DownloadManager Information: 0 : Product Microsoft WebMatrix done install completed
DownloadManager Information: 0 : Increasing current install to 6
DownloadManager Information: 0 : Microsoft WebMatrix installation log: C:\Users\Dagon\AppData\Local\Microsoft\Web Platform Installer\logs\install\2011-06-19T14.38.03\WebMatrix_1_13_x86_en-US21.txt
DownloadManager Information: 0 : Clearing cart
DownloadManager Information: 0 : Adding product IIS 7 Recommended Configuration (IIS7) to cart
DownloadManager Information: 0 : Adding product 'IIS7'
DownloadManager Information: 0 : Product 'StaticContent' is installed. Not adding
DownloadManager Information: 0 : Product 'WASProcessModel' is installed. Not adding
DownloadManager Information: 0 : Product 'DefaultDocument' is installed. Not adding
DownloadManager Information: 0 : Product 'DirectoryBrowse' is installed. Not adding
DownloadManager Information: 0 : Product 'HTTPErrors' is installed. Not adding
DownloadManager Information: 0 : Product 'HTTPLogging' is installed. Not adding
DownloadManager Information: 0 : Product 'LoggingTools' is installed. Not adding
DownloadManager Information: 0 : Product 'RequestMonitor' is installed. Not adding
DownloadManager Information: 0 : Product 'RequestFiltering' is installed. Not adding
DownloadManager Information: 0 : Product 'StaticContentCompression' is installed. Not adding
DownloadManager Information: 0 : Product 'IISManagementConsole' is installed. Not adding
DownloadManager Information: 0 : Product 'WASConfigurationAPI' is installed. Not adding
DownloadManager Information: 0 : Adding dependency product 'ASPNET' for product 'IIS7'
DownloadManager Information: 0 : Adding dependency product 'NETExtensibility' for product 'ASPNET'
DownloadManager Information: 0 : Product 'WASNetFxEnvironment' is installed. Not adding
DownloadManager Information: 0 : Adding dependency product 'ISAPIExtensions' for product 'ASPNET'
DownloadManager Information: 0 : Adding dependency product 'ISAPIFilters' for product 'ASPNET'
DownloadManager Information: 0 : No SQL to configure
DownloadManager Information: 0 : No MySQL to configure
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Starting IIS 7.0 component install
DownloadManager Information: 0 : Creating IIS 7.0 unattended setup file: C:\Users\Dagon\AppData\Local\Temp\tmp6E7C.tmp
DownloadManager Information: 0 : Starting IIS unattended setup: C:\Windows\system32\pkgmgr.exe
DownloadManager Information: 0 : Waiting for process: 3948 - C:\Windows\system32\pkgmgr.exe
DownloadManager Information: 0 : Unattended setup returned '0'
DownloadManager Information: 0 : Product IIS: .NET Extensibility done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Product IIS: ISAPI Extensions done install completed
DownloadManager Information: 0 : Increasing current install to 3
DownloadManager Information: 0 : Product IIS: ISAPI Filters done install completed
DownloadManager Information: 0 : Increasing current install to 4
DownloadManager Information: 0 : Product IIS: ASP.NET done install completed
DownloadManager Information: 0 : Increasing current install to 5
DownloadManager Information: 0 : Starting EXE command for product 'IIS 7 Recommended Configuration'. Commandline is: 'C:\Windows\system32\cmd.exe /C echo noop'. Process Id: 1684
DownloadManager Information: 0 : Install exit code for product 'IIS 7 Recommended Configuration' is 0
DownloadManager Information: 0 : Install return code for product 'IIS 7 Recommended Configuration' is Success
DownloadManager Information: 0 : Product IIS 7 Recommended Configuration done install completed
DownloadManager Information: 0 : Increasing current install to 6
DownloadManager Information: 0 : Clearing cart
_____>I have both MSSQL and MySQL installed, operating system is vista ultimate and the patches are up to date
HCamper
8048 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 22, 2011 10:44 PM|LINK
Hello @ Dagon,
The log shows the SQL Server 2008 requirements were installed and Web Matrix was installed.
I did not see an entry related to PHP SQL SRV Driver.
If the PHP SQL Driver package was downloaded before use it to update your PHP installation.
If the Web Platform Tool still shows PHP SQL Driver missing use the download option to to the install.
Check the guide that was posted before for settings and configuration.
Martin
Community Member Award 2011
Dagon
5 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 23, 2011 01:36 AM|LINK
I installed the drivers as directed SQLServerDriverForPHP.chm. I did not use the %_pdo_% drivers as the PHP site indicated as %_pdo_% may no longer be supporded. The configuration wizard from PHP On Windows Training Kit says they are installed. PHPInfo.php says they not installed. I have seen functions that need to be run to install the drivers, but I can't find them. PHP search claims they are not a PHP functions.
Charles
If you want to take this off the forums my email is charles@dagon.us
HCamper
8048 Posts
Re: Problems installing Microsoft SQL Driver v2.0 for PHP v5.3 in IIS Express
Jun 23, 2011 02:38 AM|LINK
Hello @ charles,
I was not able to find the reference at PHP net and the PHP Manual for SQL Server pdo driver not being supported.
I am not sure why you have differences with the PHP training Kit Wizard.
Things that may help references items that are known personal notes:
The current Microsoft Driver for SQL Server and PHP have recently become part of the PHP PECL Repository
http://pecl.php.net/package/sqlsrv .
I did find a post in the SQL Server Driver for PHP Forums
http://social.technet.microsoft.com/Forums/en-US/sqldriverforphp/thread/34d2bf2d-a05e-4c72-8bcc-92261b9a3dc8 that
has suggestions for php.ini settings.
You should check Brian Swans Blog http://blogs.msdn.com/b/brian_swan/archive/2010/03/08/mssql-vs-sqlsrv-what-s-the-difference-part-1.aspx
for SQL Server and PHP Driver posts and updated information.
Personal Note: I have used the SQL Server PHP Driver and only had to re-check which type of extensions to use
non-thread-safe vs thread-safe and the matching pair of dlls.
I understand you need to get the SQL Server Driver for PHP installed and operating
the discussion for that should stay open and in the Forum so others can learn.
Thank you for understanding,
Martin
Community Member Award 2011