help, dont know what to do now, PHP, MS SQL Server 2005,
Moderator: General Moderators
-
RichardTaft
- Forum Newbie
- Posts: 6
- Joined: Mon Mar 06, 2006 6:44 pm
help, dont know what to do now, PHP, MS SQL Server 2005,
cant connect to database, if needed i can suply copy of php.ini file
msql and mssql dlls have been added to file holding php.exe
ini file has ben modified
anyone have time to help me with this
msql and mssql dlls have been added to file holding php.exe
ini file has ben modified
anyone have time to help me with this
-
RichardTaft
- Forum Newbie
- Posts: 6
- Joined: Mon Mar 06, 2006 6:44 pm
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Seems like your extension directory directive isn't set right or you wrote the extension load line wrong. You have C:\php set as the extension directory, is this where the extensions are? (Normally, they are in C:\php\ext)Code: Select all
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\php_mssql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\php_msql.dll' - The specified module could not be found. in Unknown on line 0
-
RichardTaft
- Forum Newbie
- Posts: 6
- Joined: Mon Mar 06, 2006 6:44 pm
made the changes, ensured that the ext file was in the php\ext zone with all dlls available
still no go, any config suggestions
link to php.ini file
in winzip file
http://portlandz24.dyndns.org/portlandz24/php.zip
am using php 5
still no go, any config suggestions
link to php.ini file
in winzip file
http://portlandz24.dyndns.org/portlandz24/php.zip
am using php 5
-
RichardTaft
- Forum Newbie
- Posts: 6
- Joined: Mon Mar 06, 2006 6:44 pm
-
RichardTaft
- Forum Newbie
- Posts: 6
- Joined: Mon Mar 06, 2006 6:44 pm
-
RichardTaft
- Forum Newbie
- Posts: 6
- Joined: Mon Mar 06, 2006 6:44 pm