1
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



2
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!!!!



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




TopTop



Login

Who's Online

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


Members: 0


Guests: 153


more...

Donat-O-Meter

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

Latest GitHub Commits