SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How can I get my XOOPS site to run with IIS & Windows XP?
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:
Quote:

$xoopsRequestUri = $_SERVER[ 'REQUEST_URI' ];

with :
Quote:

$xoopsRequestUri = $_SERVER[ 'SCRIPT_NAME' ];


This is also available when the installation is finished and when you are trying to do anything in the admin part of your website but just receive :
Quote:

selected module does not exist


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

583 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 583


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Sep 30
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Did you know ?

you can use 'cronjob' in CPanel to complete backups of your database.

Random question

How can I insert variable parts in a custom block title? I would like the title of a custom block to depend on menu options selected in a left block. How can I do that ? Is it possible to hide the title of a custom block?