1
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.




TopTop



Login

Who's Online

234 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 234


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