1
Installed 2.0.7.3 on IIS 6 - worked great. Set permissions on cache, templates_c, and mainfile.php. Able to login.
But, when I go into the admininistration module, and choose any item from the popup menu, I get a blank screen.
I Enabled debug mode manually, and found the following error:
Notice [PHP]: Undefined offset: 2 in file C:\Websites\Aztica.com\include\common.php line 267
The code is as follows:
$url_arr = explode('/',strstr($xoopsRequestUri,'/modules/'));
$module_handler =& xoops_gethandler('module');
$xoopsModule =& $module_handler->getByDirname($url_arr[2]);
The last line is the problem.
Any clues?
Thanks!