1 Attachment(s)
[Help] php_mssql.dll (pls tipp or ideeas)
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
erm..when i had these errors..i just ignored them..and worked propeply.
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Quote:
Originally Posted by
The_Pwner
erm..when i had these errors..i just ignored them..and worked propeply.
how can i ignore them? because after write me this error dont do nothing the install page
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
just use EasyPHP web server and evrything will work perfectly
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
well problem is easy,
two causes possible :
first wrong directory to extensions folder in php.ini ( check it and correct )
second you probably downloaded and install version of PHP from php.net or other and it does not contains a php_mssql extensions ( cause it's not a standart library ) solution is : download a zip version wich contains mssql extension or just google for php_mssql.dll and put it in your extension folder ( ext folder in PHP 5 ).
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Quote:
Originally Posted by
DanseMacabre
well problem is easy,
two causes possible :
first wrong directory to extensions folder in php.ini ( check it and correct )
second you probably downloaded and install version of PHP from php.net or other and it does not contains a php_mssql extensions ( cause it's not a standart library ) solution is : download a zip version wich contains mssql extension or just google for php_mssql.dll and put it in your extension folder ( ext folder in PHP 5 ).
1.no 100% corect the folder, see the pictore, c:\AppServ\php\extension and if u see when write me error the bad dll patch good (see the error messege window and the total commander left side)
2.see gain the picture because is in total commander the php_mssql, where his place. and i tryed 3 appach stuff and every stuff have this dll but always have error
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
hym, that makes me wonder a lot. Well i will manage it, just gimme some time.
could you upload me a screenies from :
c:\appserv
c:\appserv\php
c:\windows\ ( so i can look at php.ini - not opened )
also files as :
php.ini
and appserv config file ( with ur password remove - i'm not interested in it. )
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
well a lil'idea come out.
you have like that :
extensions_dir = "c:\...alblablalb";
remove the " over it.
leave it like :
extensions_dri = c:\blablabla
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Quote:
Originally Posted by
DanseMacabre
well a lil'idea come out.
you have like that :
extensions_dir = "c:\...alblablalb";
remove the " over it.
leave it like :
extensions_dri = c:\blablabla
PHP Code:
; Directory in which the loadable extensions (modules) reside.
extension_dir ="C:\AppServ\php\extensions"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
enable_dl = On
see the php.ini, there dont have c:\.....blabla, there c:\blabla
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
doh.
i meant
you have like this
Code:
"C:\AppServ\php\extensions"
and i told you to make it like this
Code:
C:\AppServ\php\extensions
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Quote:
Originally Posted by
DanseMacabre
doh.
i meant
you have like this
Code:
"C:\AppServ\php\extensions"
and i told you to make it like this
Code:
C:\AppServ\php\extensions
okey i tryed now this
Quote:
; The directory under which PHP opens the script using /~usernamem used only
; if nonempty.
user_dir =
; Directory in which the loadable extensions (modules) reside.
extension_dir = C:\AppServ\php\extensions
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
enable_dl = On
same error :/
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Well hoped it would work, anyway keep trying. Did you checked your appserver config ?
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
Quote:
Originally Posted by
DestructiO
just use EasyPHP web server and evrything will work perfectly
<br />
<br />
i tryed but then the error messege when i want istall the muweb is failed php_gd2.dll loading not failed php_mssql.dll loading :D
Quote:
Originally Posted by
DanseMacabre
Well hoped it would work, anyway keep trying. Did you checked your appserver config ?
where is the appserv config? i dont have this directory or it is a file?
or u mean this config test?
http://shadowvzs87.uw.hu/screen/appserv11.JPG
Re: [HELP] php_mssql.dll (pls tipp or ideeas)
it's a .conf file. If it won't work i give up.