1 romputer Dec 29, 2009 06:00
3 romputer Dec 30, 2009 04:24
IIS 6
4 romputer Dec 30, 2009 04:25
I really really need some help here
5 romputer Dec 30, 2009 05:59
please
6 chris_of_arabia Dec 30, 2009 11:11
Have you tried creating a phpinfo.php file at all and running that - that would tell you whether the php has been installed on the webserver correctly.
<html>
<head>
<title> PHP Test Script </title>
</head>
<body>
<?php
phpinfo( );
?>
</body>
</html>
Afterwards, open your browser and type in the address to view that page. Something like... http://www.yourdomain.com/info.php
7 yabba Dec 30, 2009 11:30
1) This is a server problem, not a b2evo problem
2) search google, it has something to do with the location of your extensions
3) Don't bump your posts, it's impolite and very annoying
¥
8 romputer Jan 02, 2010 03:31
¥åßßå wrote:
1) This is a server problem, not a b2evo problem
2) search google, it has something to do with the location of your extensions
3) Don't bump your posts, it's impolite and very annoying¥
Okay. Sorry if it appeared like I was bumping but I wasn't. Peace.
9 yabba Jan 02, 2010 10:00
Have you managed to fix your problem?
IIRC on IIS6 you either need to copy the php/ext directory to /windows/ext/ and/or you need to edit the php.ini in /windows/ ... running phpinfo() will tell you where the ini file is that it's using
¥
10 chris_of_arabia Jan 02, 2010 14:00
I'm not using IIS here in the UK (using WAMP), but I've done this on one of my PCs in KSA and am sure that you need to set a /path variable somewhere under Windows for PHP.
As you've not mentioned it, what web server are you using?