1
Ryansaw
Xoops Final 2.3
  • 2008/9/30 20:37

  • Ryansaw

  • Just popping in

  • Posts: 25

  • Since: 2005/3/6 1


I don't know if anyone can help, but I just tried to upgrade to the new version of XOOPS 2.3 I followed the instructions, but when I try to upgrade I get the following message:

Errors
Notice: Undefined index: ldap_users_bypass in file /class/auth/authfactory.php line 60

Warning: in_array() [function.in-array]: Wrong datatype for second argument in file /class/auth/authfactory.php line 60

Notice: Undefined index: closesite in file /upgrade/login.php line 40

Notice: Undefined index: use_mysession in file /kernel/session.php line 273

Notice: Undefined index: use_mysession in file /kernel/session.php line 274

Warning: Cannot modify header information - headers already sent by (output started at /mainfile.php:114) in file /kernel/session.php line 276

Notice: Undefined index: theme_set_allowed in file /upgrade/login.php line 59

Warning: in_array() [function.in-array]: Wrong datatype for second argument in file /upgrade/login.php line 59

Warning: Cannot modify header information - headers already sent by (output started at /mainfile.php:114) in file /upgrade/login.php line 73

I am upgrading from 2.2.5

Thanks for any suggestions.

Oh I am using php 5 and have 4 gigs ram, and 4 3.2 processors.

2
jdseymour
Re: Xoops Final 2.3

Use the checksum file to verify your uploaded files. If it gives an error reupload. If not open a bug report on sourceforge.

3
Ryansaw
Re: Xoops Final 2.3
  • 2008/9/30 23:12

  • Ryansaw

  • Just popping in

  • Posts: 25

  • Since: 2005/3/6 1


Thanks for the advice. I used it and it was missing files. I will see if I can locate them.

4
Ryansaw
Re: Xoops Final 2.3
  • 2008/10/1 3:26

  • Ryansaw

  • Just popping in

  • Posts: 25

  • Since: 2005/3/6 1


Okay, so I have been working on this all day and my modules work, but members cannot login, The only way I can login is by logging in through the update folder (which I removed and reinstalled so I could relogin.

I turned on the inline error message and this is what I am getting:

"Notice: Undefined offset: 2 in file /include/common.php line 298"

Here is line 298 - 311
$xoopsModule =& $module_handler->getByDirname($url_arr[2]);
unset($url_arr);
if (!$xoopsModule || !$xoopsModule->getVar('isactive')) {
include_once XOOPS_ROOT_PATH . "/header.php";
echo "<h4>" . _MODULENOEXIST . "</h4>";
include_once XOOPS_ROOT_PATH . "/footer.php";
exit();
}
$moduleperm_handler =& xoops_gethandler('groupperm');
if ($xoopsUser) {
if (!$moduleperm_handler->checkRight('module_read', $xoopsModule->getVar('mid'), $xoopsUser->getGroups())) {
redirect_header(XOOPS_URL, 1, _NOPERM, false);
exit();
}

Any ideas?

Login

Who's Online

171 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 171


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits