1
kvento
Selected module does not exit
  • 2005/1/7 3:53

  • kvento

  • Just popping in

  • Posts: 2

  • Since: 2005/1/6 0


after succesful fresh install of 2.0.9 on IIS6, PHP 4.3.9 get the error "Selected module does not exit" if fact none of the administative links work.

With debug turned on get this: Notice [PHP]: Undefined offset: 2 in file C:\Websites\xoops\include\common.php line 259

This is line 259: $xoopsModule =& $module_handler->getByDirname($url_arr[2]);

This is my development server so if you have something for me to try please email: instructor@kvento.net

Thanks

2
nitwh
Re: Selected module does not exit
  • 2005/2/14 19:20

  • nitwh

  • Just popping in

  • Posts: 1

  • Since: 2004/12/18


Hi in the include/commmon.php in line 153, show that.

if ( !isset( $_SERVER[ 'REQUEST_URI' ] ) ) { // Not defined by IIS

only change for this

if ( empty( $_SERVER[ 'REQUEST_URI' ] ) ) { // Not defined by IIS

in the ISS, no set var $_SERVER[ 'REQUEST_URI' ] and not work isset, in this case use empty, remember who empty Returns FALSE if var has a non-empty and non-zero value.

saludos.

Login

Who's Online

213 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 213


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