1
Chris03
Xoops isnt working in ISAPI mode
  • 2005/1/26 23:05

  • Chris03

  • Quite a regular

  • Posts: 372

  • Since: 2004/2/22


im running IIS6.0 with PHP 4.3.10 in isapi mode and ALL my XOOPS site dont show, they are blank pages.... they are all XOOPS 2.0.9.2 did i mess up somwhere?

2
Chris03
Re: Xoops isnt working in ISAPI mode
  • 2005/1/26 23:15

  • Chris03

  • Quite a regular

  • Posts: 372

  • Since: 2004/2/22


i get this error

Fatal error: Call to a member function on a non-object in C:\Domains\eugneysoft.com\wwwroot\header.php on line 112
Notice [PHP]: Undefined offset: 2 in file C:\Domains\eugneysoft.com\wwwroot\include\common.php line 267

3
brash
Re: Xoops isnt working in ISAPI mode
  • 2005/1/26 23:27

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


This isn't a problem with Xoops, but rather most likely to be a problem with using an incorrect/outdated version of the Zend optimizer. Have a read of this FAQ

4
Chris03
Re: Xoops isnt working in ISAPI mode
  • 2005/1/26 23:38

  • Chris03

  • Quite a regular

  • Posts: 372

  • Since: 2004/2/22


well i didnt have zend optimizer installed, so i installed the latest one from there site, and i still get same error, sites work in CGI mode, but that is slow.

5
Antoine
Re: Xoops isnt working in ISAPI mode
  • 2005/1/27 0:41

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Phrase I caught on Dutch XOOPS site was:

Quote:

Do you get blank pages after installing XOOPS on a IIS server under Windows XP? This is because Apache and IIS handle some server variables differently. You can solve it by changing:

In common.php, replace the line prox 162:
Quote:

$xoopsRequestUri = $_SERVER[ 'REQUEST_URI' ];


with :
Quote:

$xoopsRequestUri = $_SERVER[ 'SCRIPT_NAME' ];

(Thanks to Shine)


Maybe it's irrelevant. If not: Guess it's worth a try.

6
brash
Re: Xoops isnt working in ISAPI mode
  • 2005/1/27 1:00

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Interesting. Are you able to setup an XOOPS 2.0.7.3 test site? I'm using IIS 6 as well, but I use it in fast_cgi mode.

7
Chris03
Re: Xoops isnt working in ISAPI mode
  • 2005/1/27 23:40

  • Chris03

  • Quite a regular

  • Posts: 372

  • Since: 2004/2/22


yes i use this

http://www.phplens.com/phpeverywhere

works great, but RAM usage rockets!

Login

Who's Online

174 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 174


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits