Hi, i'm trying to upgrade my XOOPS site from version 2.0.13.1 to the latest version. i origonally had a number of upgrade packages to go through seperatly but when i tried to update to 2.0.14 i got an error message stating that the inclue xoopsupgrade couldent be found.
I then went back to the 2.0.13.1 version and found an upgrade package that would update from my version to version 2.2.3a. I followed the upgrade inctuctions,
-turn off the site to visitors,
-overwrite all the files using ftp
but when i went to update the system module the page said it could not find me as a user and every page now just display errors along the same lines as the previous upgrade.
the web address is
http://www.rarefruitaustralia.org/ and an example of the errors is
Notice [PHP]: Undefined index: enable_badips in file class/xoopssecurity.php line 215
Notice [PHP]: Undefined index: language in file include/common.php line 152
Notice [PHP]: Undefined index: language in file include/common.php line 172
.....
Warning [PHP]: in_array() [function.in-array]: Wrong datatype for second argument in file include/common.php line 235
Notice [PHP]: Undefined index: theme_fromfile in file class/template.php line 66
Notice [PHP]: Undefined index: sitename in file class/theme.php line 417
....
Notice [PHP]: Undefined index: closesite in file include/common.php line 238
Notice [PHP]: Undefined index: theme_set in file header.php line 43
Notice [PHP]: Undefined index: theme_set in file class/theme.php line 253
Notice [PHP]: Undefined index: theme_set in file include/functions.php line 462
Notice [PHP]: Undefined index: language in file class/theme.php line 263
Notice [PHP]: Undefined index: theme_set in file include/functions.php line 462
Notice [PHP]: Undefined index: language in file include/functions.php line 150
Warning [PHP]: include_once(/home/fruit/public_html/modules/system/language//modinfo.php) [function.include-once]: failed to open stream: No such file or directory in file include/functions.php line 152
Warning [PHP]: include_once() [function.include]: Failed opening '/home/fruit/public_html/modules/system/language//modinfo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file include/functions.php line 152
Notice [PHP]: Undefined index: language in file modules/system/xoops_version.php line 215
Warning [PHP]: include_once(/home/fruit/public_html/language//notification.php) [function.include-once]: failed to open stream: No such file or directory in file modules/system/xoops_version.php line 215
Warning [PHP]: include_once() [function.include]: Failed opening '/home/fruit/public_html/language//notification.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file modules/system/xoops_version.php line 215
Notice [PHP]: Use of undefined constant _NOT_NOTIFYMETHOD - assumed '_NOT_NOTIFYMETHOD' in file modules/system/xoops_version.php line 223
Notice [PHP]: Use of undefined constant _NOT_NOTIFYMETHOD_DESC - assumed '_NOT_NOTIFYMETHOD_DESC' in file modules/system/xoops_version.php line 225
Notice [PHP]: Use of undefined constant _NOT_METHOD_DISABLE - assumed '_NOT_METHOD_DISABLE' in file modules/system/xoops_version.php line 228
Notice [PHP]: Use of undefined constant _NOT_METHOD_PM - assumed '_NOT_METHOD_PM' in file modules/system/xoops_version.php line 228
Notice [PHP]: Use of undefined constant _NOT_METHOD_EMAIL - assumed '_NOT_METHOD_EMAIL' in file modules/system/xoops_version.php line 228
Notice [PHP]: Use of undefined constant _NOT_NOTIFYMODE - assumed '_NOT_NOTIFYMODE' in file modules/system/xoops_version.php line 236
Notice [PHP]: Use of undefined constant _NOT_MODE_SENDALWAYS - assumed '_NOT_MODE_SENDALWAYS' in file modules/system/xoops_version.php line 241
Notice [PHP]: Use of undefined constant _NOT_MODE_SENDONCE - assumed '_NOT_MODE_SENDONCE' in file modules/system/xoops_version.php line 241
Notice [PHP]: Use of undefined constant _NOT_MODE_SENDONCEPERLOGIN - assumed '_NOT_MODE_SENDONCEPERLOGIN' in file modules/system/xoops_version.php line 241
Notice [PHP]: Undefined index: adminmail in file modules/system/xoops_version.php line 400
Notice [PHP]: Undefined index: language in file modules/system/xoops_version.php line 408
Notice [PHP]: Undefined index: debug_mode in file footer.php line 53
Warning [PHP]: in_array() [function.in-array]: Wrong datatype for second argument in file footer.php line 53
these are all displayed instead of my homepage.
Can anyone help?