php not working
am 26.07.2007 14:03:22 von Guus EllenkampAfter changing my php folder from e:\php to f:\php php does not work anymore
in my webserver. I found out regsvr32 phpisapi.dll gives an error. How to
fix?
After changing my php folder from e:\php to f:\php php does not work anymore
in my webserver. I found out regsvr32 phpisapi.dll gives an error. How to
fix?
Hello,
Questions specific to PHP and how to configure it is best answered by the
PHP experts in their forum.
What is the error you get?
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Guus Ellenkamp wrote:
>After changing my php folder from e:\php to f:\php php does not work
>anymore in my webserver. I found out regsvr32 phpisapi.dll gives an error.
>How to fix?
Page not found (404). HTML pages work fine.
"Kristofer Gafvert"
news:xn0f965tusr4nwn00r@news.microsoft.com...
> Hello,
>
> Questions specific to PHP and how to configure it is best answered by the
> PHP experts in their forum.
>
> What is the error you get?
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Guus Ellenkamp wrote:
>
>>After changing my php folder from e:\php to f:\php php does not work
>>anymore in my webserver. I found out regsvr32 phpisapi.dll gives an error.
>>How to fix?
I suspect you did not correct the path entries in your php.ini, and/or
you did not correct the value of the PHPRC environment variable on
your server to reflect the new location.
Also, on IIS you should check if your phpisapi.dll is registered with
the new path.
Please remove the "nospam_" part of the address. Thanks.
It appears not to be properly registered, but I don't know how to fix that.
"Wolfgang Sirges"
news:1n0va393fikh4mu565rmo36jcmoub8kivt@4ax.com...
>I suspect you did not correct the path entries in your php.ini, and/or
> you did not correct the value of the PHPRC environment variable on
> your server to reflect the new location.
>
> Also, on IIS you should check if your phpisapi.dll is registered with
> the new path.
> Please remove the "nospam_" part of the address. Thanks.
Please ask PHP support questions, such as how to correctly register it
for a supported web server like IIS, or how to move it from one
location to another, on a PHP Support Forum.
regsvr32 only works if the DLL supports it. Please identify PHP
documentation indicating that it supports regsvr32. Otherwise, this is
user error, by-design.
Since you changed PHP installation location, you will need to edit all
Application Mappings that have E:\php to F:\php . Depending on your
specific configuration and any user configuration changes, you may
need to change it in more than one place. You may also need to change
other PHP-specific settings for such a directory change, but that is
best answered in a PHP forum.
If this is prior to IIS6, then you will have to use tools like
ADSUTIL.VBS to locate all instances of ScriptMaps with E:\php and
change it to F:\php. IIS6 and later has XML-based config file that you
can open and change with a text editor, but you will need to enable
"Edit while running" (it is off by default) on IIS6 to be able to do
this.
I think you will be better off asking in a PHP support forum on how to
move PHP from one directory to another. They should be able to tell
you how to do this and what configuration needs to be changed. If they
don't, then this is obviously a PHP support problem.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Aug 6, 3:56 am, "Guus Ellenkamp"
wrote:
> It appears not to be properly registered, but I don't know how to fix that.
>
> "Wolfgang Sirges"
>
> news:1n0va393fikh4mu565rmo36jcmoub8kivt@4ax.com...
>
>
>
> >I suspect you did not correct the path entries in your php.ini, and/or
> > you did not correct the value of the PHPRC environment variable on
> > your server to reflect the new location.
>
> > Also, on IIS you should check if your phpisapi.dll is registered with
> > the new path.
> > Please remove the "nospam_" part of the address. Thanks.- Hide quoted text -
>
> - Show quoted text -