2
I'm also having the same issue on a brand new install. I've looked all over and have not found a posted solution. If you turn on debug mode for PHP, nothing happens when attempting to goto any account info from the /modules/profile directory. I didnt find any other errors than what you already described.
theme.php
function getCachedTemplateId()
-(truncated)-
return 'mod_'.$GLOBALS['xoopsModule']->getVar('dirname').'|'.md5(str_replace(XOOPS_URL, '', $protocol."://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].$cachegroup));
I dont see any other references to dirname but did in template.php
My box info;
XOOPS Version:
XOOPS 2.2.3 Final
XOOPS Theme:
default
XOOPS Template Set:
default
PHP Version:
5.0.4
MySQL Version:
4.1.14
Server Software:
Apache/2.0.54 (Fedora)
User's Browser:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)