Foros del Web » Creando para Internet » Diseño web »

Problema Bridge MediaWiki y SMF

Estas en el tema de Problema Bridge MediaWiki y SMF en el foro de Diseño web en Foros del Web. Pues estoy intentado hacer el bridge que ponen en la MediaWiki y no lo consigo, no me aparecen errores llega a longuearse y demas pero ...
  #1 (permalink)  
Antiguo 13/09/2010, 15:35
 
Fecha de Ingreso: mayo-2008
Mensajes: 315
Antigüedad: 15 años, 10 meses
Puntos: 7
Problema Bridge MediaWiki y SMF

Pues estoy intentado hacer el bridge que ponen en la MediaWiki y no lo consigo, no me aparecen errores llega a longuearse y demas pero luego no me aparece como longueado en la MediaWiki.


Esta es la configuracion del Localsettings.php de la MediaWiki
Código PHP:
# SMF Authentication
# To get started you only need to configure wgSMFPath and wgSMFVersion. 
# The rest of the settings are optional for advanced features.

# Relative path to the forum directory from the wiki
# Do not put a trailing /
# Example: /public_html/forum and /public_html/wiki -> ../forum
$wgSMFPath "../"
 
# Set to the version of SMF you are using.
$wgSMFVersion "1.1";

# Use SMF's login system to automatically log you in/out of the wiki
# This will only work if you are using SMF database sessions (default).
# Make sure "Use database driven sessions" is checked in the
# SMF Admin -> Server Settings -> Feature Configuration section
# NOTE: Make sure to configure the wgCookeDomain below
$wgSMFLogin true;

# Make "Enable local storage of cookies" is unchecked in the
# SMF Admin -> Server Settings -> Feature Configuration section
# www.domain.org/wiki and www.domain.org/forums -> www.domain.org 
# wiki.domain.org and forums.doman.org -> .domain.org
$wgCookieDomain 'www.onps3.com';
$wgCookiePath '/'// Optional, defaults to '/'
$wgCookieSecure false;  // Optional, only change on scheme mismatch

# Require members to be a part of this SMF group(s) to login
# NOTE: Members of the SMF Administrator group are always able to login
$wgSMFGroupName 'Administrador';
#$wgSMFGroupName = array('Wiki Editor', 'Global Moderator');

# Grant members of this SMF group(s) wiki sysop privileges
# NOTE: These members must be able to login to the wiki
$wgSMFAdminGroupName 'Administrador';

# Load up the extension
require_once "$IP/extensions/Auth_SMF.php";
$wgAuth = new Auth_SMF(); 


Y este es el bridge en cuestion:

http://www.mediawiki.org/wiki/Extens...th_Integration

Haber si alguien ve algun problema, se puede tratar de un problema de cookies?

Etiquetas: bridge, mediawiki, smf
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 05:02.