1
nt4wizard
Unable to access any system Admin modules - Problem Fixed!
  • 2004/9/13 16:35

  • nt4wizard

  • Just popping in

  • Posts: 4

  • Since: 2004/9/13


Greetings all.

I have completed an initial installation of XOOPS version 2.0.7.3. This is my first attempt at using xoops. According to the installation process, everything was green and completed successfuly. I can access the web site which I have hosted on a local machine:
Windows 2003 Server
IIS 6
PHP 4.3.8
MySql 4.0.20a

The initial screen comes up and I can login using the WEBMASTER account. However, When I try to access ANY System Admin modules, I am just treated with a BLANK SCREEN.
I can view the user edit account, view account, inbox and notifications. I can see the various system admin modules in the box, but whenever I try to select ANY of these options, I get a blank screen.

Any help would be greatly appreciated.

P.S. I have tried setting the Display Error messages as per the troubleshooting page from wiki and I don'e see any error messages. Keep in mind that All I did was perform the inital installation - NO MODIFICATIONS or any additional loads.


NT4WIZARD

2
slugo
Re: Unable to access any system Admin modules
  • 2004/9/13 18:18

  • slugo

  • Just popping in

  • Posts: 15

  • Since: 2004/7/4 1


hmmm...you could try using a different browser like firefox. Also, check all files are uploaded.

3
nt4wizard
Re: Unable to access any system Admin modules
  • 2004/9/13 19:31

  • nt4wizard

  • Just popping in

  • Posts: 4

  • Since: 2004/9/13


Here is some additional infomation:

The site name is pdcnetworks.com
webmaster login: paul
webmaster password: password

Take a look and see what happens when you select system administration and click on any of the System Admin modules.

I tried copying the entire XOOPS zip to the home directory "html" dir.

Thanks
NT4WIZARD

4
ackbarr
Re: Unable to access any system Admin modules

well - if you can, change the XOOPS_URL setting in mainfile.php to match the domain name and see if that makes any difference

5
ackbarr
Re: Unable to access any system Admin modules

n/m when I access your site directly (without the hidden frameset) it reacts the same way.

6
nt4wizard
Re: Unable to access any system Admin modules - Problem Fixed!
  • 2004/9/14 14:00

  • nt4wizard

  • Just popping in

  • Posts: 4

  • Since: 2004/9/13


Thanks to everyone for your help. I have found the solution in another post on this forum. I have included a link below for anyone who might experience this same behavior. It seems that it's isolated to Windows IIS.

https://xoops.org/modules/newbb/viewtopic.php?topic_id=23705&forum=1#forumpost103518


add to /include/common.php
$xoopsRequestUri = ($xoopsRequestUri)?$xoopsRequestUri:xoops_getenv('REQUEST_URI');
$xoopsRequestUri = ($xoopsRequestUri)?$xoopsRequestUri:(($rq = xoops_getenv('SCRIPT_NAME')) ? $rq:getenv('REQUEST_URI'));

after:
$xoopsRequestUri = $_SERVER[ 'REQUEST_URI' ]; // Deprecated (use the corrected $_SERVER variable now)
/**#@-*/



Thanks again!!!!

7
suisss
Re: Unable to access any system Admin modules - Problem Fixed!
  • 2004/9/14 17:02

  • suisss

  • Just popping in

  • Posts: 45

  • Since: 2004/6/20


Hi nt4wizard

I have the same problem, how can I fix it????

Obrigado

8
nt4wizard
Re: Unable to access any system Admin modules - Problem Fixed!
  • 2004/9/14 23:48

  • nt4wizard

  • Just popping in

  • Posts: 4

  • Since: 2004/9/13


Obrigado,

you must edit the /include/common.php file with the following modifications:

AFTER the following line in the file;

$xoopsRequestUri = $_SERVER[ 'REQUEST_URI' ]; // Deprecated (use the corrected $_SERVER variable now)
/**#@-*/

YOU MUST ADD:

add to /include/common.php
$xoopsRequestUri = ($xoopsRequestUri)?$xoopsRequestUri:xoops_getenv('REQUEST_URI');
$xoopsRequestUri = ($xoopsRequestUri)?$xoopsRequestUri:(($rq = xoops_getenv('SCRIPT_NAME')) ? $rq:getenv('REQUEST_URI'));


This will solve your problem.

NT4WIZARD

9
suisss
Re: Unable to access any system Admin modules - Problem Fixed!
  • 2004/9/15 7:36

  • suisss

  • Just popping in

  • Posts: 45

  • Since: 2004/6/20


Ok NT4WIZARD, I understood

But I need to re-install xoops, or something like that because for me he doesn''t work

Obrigado (thanks in portuguese)

Login

Who's Online

250 user(s) are online (185 user(s) are browsing Support Forums)


Members: 0


Guests: 250


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