1
Notice [PHP]: Undefined index: 4images in file modules/system/admin/tplsets/main.php line 90
allready deleted that module and dropped down the file in the database with the extension 4images..
when i log in in admin-templates is not showed corectly and is shows that error with php debug on...also i cannot upload any template...
on the error log of my site is showing:
PHP Fatal error: Call to a member function on a non-object in /home/rodisco/public_html/clubland/modules/system/admin/tplsets/main.php on line 103
from the main.php file from line 87 to 118:
echo '
';
foreach ($tplstats as $moddir => $filecount) {
$module =& $module_handler->getByDirname($moddir);
if ($installed_mods[$moddir] > $filecount) {
$filecount = ''.$filecount.'';
}
$modulename = is_object($module) ? $module->getVar('name') : $moddir;
echo '- '.$modulename.' ['._LIST.' ('.$filecount.')]
';
unset($module);
}
$not_installed = array_diff(array_keys($installed_mods), array_keys($tplstats));
} else {
$not_installed =& array_keys($installed_mods);
}
foreach ($not_installed as $ni) {
$module =& $module_handler->getByDirname($ni);
echo '- '.$module->getVar('name').' ['._LIST.' (0)] ['._MD_GENERATE.']
';
}
echo '
'; echo '['._MD_DOWNLOAD.'] ['._CLONE.']'; if ($tplsetname != 'default' && $tplsetname != $xoopsConfig['template_set']) { echo ' ['._DELETE.']'; } echo ' | ';
if ($tplsetname == $xoopsConfig['template_set']) {
echo '
| ';
} else {
echo '
| ';
}
echo '';
}
echo '
';
line 90: if ($installed_mods[$moddir] > $filecount) {
line 103:echo '
'.$module->getVar('name').' ['._LIST.' (0)] ['._MD_GENERATE.']';
---------------------------------------------------------
what are wrong there?!!!
also too more errors after upgrading to 2.2 in this files:
PHP Notice: Undefined variable: string in /home/rodisco/public_html/clubland/modules/wfsection/class/wfstree.php on line 208
[Sat Jul 30 22:00:28 2005] [error] PHP Notice: Constant _MB_TITLE already defined in /home/rodisco/public_html/clubland/modules/xoopspartners/language/english/blocks.php on line 35