1
DuongQua
Re: after install of 2.0.9.2 get 'Selected module does not exist!'
  • 2005/4/21 4:59

  • DuongQua

  • Just popping in

  • Posts: 4

  • Since: 2004/11/17


@ellswrth:

if ( !isset($_SERVER['REQUEST_URI']) || !$_SERVER'REQUEST_URI' ] )  {         // Not defined by IIS - isset returns 1 even when blank
        // Under some configs, IIS makes SCRIPT_NAME point to php.exe :-(
        
if ( !( $_SERVER'REQUEST_URI' ] = @$_SERVER['PHP_SELF'] ) ) {
            
$_SERVER'REQUEST_URI' ] = $_SERVER['SCRIPT_NAME'];
        }
        if ( isset( 
$_SERVER'QUERY_STRING' ] ) ) {
            
$_SERVER'REQUEST_URI' ] .= '?' $_SERVER'QUERY_STRING' ];
        }
    }


Good luck!



2
DuongQua
Re: FRESH Xoops 2.0.9.2 Install --- MODULES NOT WORKING ?
  • 2005/4/21 4:54

  • DuongQua

  • Just popping in

  • Posts: 4

  • Since: 2004/11/17


if ( !isset($_SERVER['REQUEST_URI']) || !$_SERVER'REQUEST_URI' ] )  {         // Not defined by IIS - isset returns 1 even when blank
        // Under some configs, IIS makes SCRIPT_NAME point to php.exe :-(
        
if ( !( $_SERVER'REQUEST_URI' ] = @$_SERVER['PHP_SELF'] ) ) {
            
$_SERVER'REQUEST_URI' ] = $_SERVER['SCRIPT_NAME'];
        }
        if ( isset( 
$_SERVER'QUERY_STRING' ] ) ) {
            
$_SERVER'REQUEST_URI' ] .= '?' $_SERVER'QUERY_STRING' ];
        }
    }


Thank you in advance!



3
DuongQua
Re: Selected module does not exist!
  • 2004/12/27 11:24

  • DuongQua

  • Just popping in

  • Posts: 4

  • Since: 2004/11/17


Thanks, but nothing to change!

My system info:
WinXP
IIS 6.0
php 4.3.10 & MySQL 4.1
Mozilla

I can't access modulesadmin and can't do anything else! Login and nothing! Help me!



4
DuongQua
Selected module does not exist!
  • 2004/12/27 9:47

  • DuongQua

  • Just popping in

  • Posts: 4

  • Since: 2004/11/17


Hi all,

I installed XOOPS and it displayed Selected module does not exist! when i accessed any modules! Examples:

-http://localhost/xoops/modules/system/admin.php
-http://localhost/xoops/modules/system/admin.php?fct=modulesadmin

Help me!




TopTop



Login

Who's Online

162 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

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

Latest GitHub Commits