-
Posted to
PHP Community
by
KMC1499
on
10-13-2008, 11:19 AM
I turned on my display errors and it says
Parse error: syntax error, unexpected T_STRING in D:\phptest\numbers.php on line 8
it says thing similar to this on other php files i have that were working before.
-
Posted to
PHP Community
by
KMC1499
on
10-09-2008, 2:20 PM
Well this page worked before dreamweaver did its thing but now all i get is a 500 error when i try and access it
<?php
function square($num)
{
$num *= $num;
return $num;
}
$someNum = 6;
echo(Variable before going into the function = . $someNum);
$results = square($someNum);
echo(<br>Variable after going ...
-
Posted to
PHP Community
by
KMC1499
on
10-07-2008, 1:37 AM
Im in need of some help, im trying to learn more about php and iis.
I have a simple site on a win 2k3 server. everything was going fine
until dreamweaver asked about being the site manager and boom most of
my php stuff isnt working anymore. I checked the see if what verbs i
was allowing and its set to allow all on the ...
-
Posted to
PHP Community
by
KMC1499
on
08-10-2008, 6:50 PM
Did you move php5ts.dll to your system32 folder? if so make sure you add the appropiate permissions to the file.
-
Posted to
PHP Community
by
KMC1499
on
07-11-2008, 7:04 PM
Well i didnt get the issue resolved to my likeing but its working. I reloaded server 2003. Reloaded iis and installed php 5.2.6 no go. i re added all permission and etc, still nogo. So luckly i still had php 5.2.5 so i re intalled it and boom i got a php info page. I didnt change any permissions or anything. well its up for now, dont really ...
-
Posted to
PHP Community
by
KMC1499
on
07-08-2008, 3:22 PM
First off thanks for helping me get this thing going.
I turned off the show friendly http error deal and im still getting the same issue. And i did copy php5ts.dll into my system 32 folder.
Also if you have a different php install guide that worked for you let me know as well.
thanks
this is what i get from ...
-
Posted to
PHP Community
by
KMC1499
on
07-03-2008, 3:44 PM
Well i dont have any other sites running, but if i remove the index.php page my index.htm page does display
-
Posted to
PHP Community
by
KMC1499
on
07-03-2008, 12:54 PM
[quote user="ma_khan"]
Under which identity is your AppPool running... ?? check if that identity is having correct privileges ... Also check if the non-php websites are running properly...
[/quote]
My app pool was running under network service but i changed it to the iusr_computer name. now when i try and ...
-
Posted to
PHP Community
by
KMC1499
on
06-21-2008, 3:43 AM
im using Server 2k3 sp2
Today i removed all the php changes i made to the server. I proceeded to re-installphp according to this guide http://www.peterguy.com/php/install_IIS6.html and im still getting the "HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource." I checked the ...
-
Posted to
PHP Community
by
KMC1499
on
06-18-2008, 5:49 PM
Thanks for the reply. I rechecked the permissions for the php folder and iusr_machinename and iis_wpg both have full access to the folders. I followed the instructions from http://www.peterguy.com/php/install_IIS6.html
and
http://www.videotutorialzone.com/web-technologies/php/installing-php5-on-windows-2003-and-iis6.html
I mainly ...