XOOPS

XOOPS 2.2.3 Released

Mithrandir  26-Aug-2005 10:48 29061 Reads   141 Comment(s) 
At the same time, it gives me great pleasure to announce the release of XOOPS Official Module Packages version 1.0

The modules in these packages are tested with XOOPS 2.2 and are functional. There may be parts of some of the modules that don't work, but they are usable for generating content.

As module developments proceed, these packages will naturally be updated with new versions and/or replacement modules.

Unfortunately, some problems have already surfaced with this version. The most severe one has to do with login trouble and the fix is to replace
class/auth/authfactory.php lines 27 to 31 like this:
[d]
[
color=ff0000]
if (!
$config) { // If there is a config error, we use xoops
    
$xoops_auth_method 'xoops';
} else {
    
$xoops_auth_method $config[0]->getVar('conf_value');
}
[/
color][/d]
if (!
$config) { // If there is a config error, we use xoops
    
$xoops_auth_method 'xoops';
} else {
    
$xoops_auth_method $config[0]->getConfValueForOutput();
    if(!
is_readableXOOPS_ROOT_PATH.'/class/auth/auth_' $xoops_auth_method '.php')){
        
$xoops_auth_method 'xoops';
    }
}

(1) 2 »
Rating 0/5
Rating: 0/5 (0 votes)
Voting is disabled!


Login

Who's Online

229 user(s) are online (2 user(s) are browsing Publisher)


Members: 0


Guests: 229


more...

Donat-O-Meter

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

Latest GitHub Commits

Categories