| Bruce A. Julseth 2007-01-10, 7:31 pm |
|
"Bruce A. Julseth" <bruceaj_nospam_@bellsouth.net> wrote in message
news:eo3jli$pin$1@aioe.org...
>
> "shimmyshack" <matt.farey@gmail.com> wrote in message
> news:1168457865.052517.145810@o58g2000hsb.googlegroups.com...
>
> My problem was an absolutely wierd but now that it's seems to be solved,
> it makes since. Your statement that php.ini doesn't have to be in the
> windows folder, only that it had to be in the path. Also your suggestion
> that C:/php5 would probably be searched BEFORE the windows folder gave me
> the clue. So, the real problem was that I had a php.ini still in C:/php5
> as well as in Windows since I copied, not moved, the php.ini from my
> C:/php5 to my Windows folder. As soon as I deleted the unchanged copy in
> C:/php5, all works. Thanks....
>
> Bruce
>
I was too fast! The problem is not solved. The above response came from my
Host Server, not from Apache.. They have both php 4 and php 5 running. I
need to get them to change my account to php 5.
In the error viewer, I get The Apache service named reported the following
error:
[vbcol=seagreen]
I go to a cmd session and do a dir C:/PHP5/php5apache.dll <I cut and pasted
C:/PHP5/php5apache.dll >
LoadModule php5_module c:/php5/php5apache.dll
Do I need quotes? are my slashes wrong? Should I be looking somewhere else?
|