53
Hi,
while trying to "Build File Base", I get the following errors on XOOPS 2.5.3:
Fatal error: Call to a member function getVar() on a non-object in (my_xoops_path)/modules/xtransam/admin/index.php on line 123
this belongs to this code:
$bfile[] = "// Translation done by XTransam & ".$GLOBALS['xoopsUser']->getVar('uname')." (".$GLOBALS['xoopsUser']->getVar('email').")n// XTransam ".($GLOBALS['xtransamModule']->getVar('version')/100)." is written by Chronolabs Co-op & The XOOPS Project - File Dumped on ".date('Y-m-d H:i')."nn?>";
And then:
Warning: mkdir() [function.mkdir]: File exists in file /modules/xtransam/admin/index.php line 104
Warning: mkdir() [function.mkdir]: File exists in file /modules/xtransam/admin/index.php line 104
Warning: mkdir() [function.mkdir]: Permission denied in file /modules/xtransam/admin/index.php line 104
this last warning comes several times, then:
Warning: mkdir() [function.mkdir]: File exists in file /modules/xtransam/admin/index.php line 104
Hint: Undefined index: xtransamModule in file /modules/xtransam/admin/index.php line 123
line 104 goes like this:
mkdir($pdir, 0777);
So xTransam obviously cannot create the directories and files due to lacking privileges. I tried to chmod the language dir 777, but this didn't work
I also created the german lang dir manually, but this didn't work either.
Any hints?
Thanks & kind regards
markesh/karim