|
|
|
floobee
|
|
|
Enviado: 22/12/2004 a las 01:12 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 30/05/04
Mensajes: 8
Estado: Desconectado Ultima visita: 10/04/05 |
good day all here
good day all here
- just tried out to get the good old XForum in my new installed PostNuke v 0.750 up and runing.
i did these are the steps to get XForum working in Postnuke 0.750:
first - according the installation-instruction from trollix - the french guy who portet over the XForum to PostNuke. He adviced: You must have this directory scheme: [NUKE]/modules/XForum/[XForum files]
2) Check that settings.php and jumper.php are Chmoded 666 or 766 (writable)
3) Login as admin in Your site and use this url to start install:
http://[YOUR site here]/modules.php?op=modload&name=XForum&file=install
and follow instructions step by step.
and you great guys here advice me to do the following:
1 > Before install (or enter in XForum),
enable Legacy support in Admin->Settings. It
seems like "Legacy support" adds old functions (deprecated) to Postnuke Core. With this step you will be able to use "getusrinfo()" function.
2 > Open (edit) modules/XForum/header.php file
3 > About line 55 you will see this code:
Código:
if ($CFO)
{
if (preg_match("/postnuke/",$nukesystem)) { $extbl_users=$pntable['users']; }
elseif (preg_match("/nuke/",$nukesystem)) { $extbl_users=$prefix."_users"; }
}
4 > Add these two lines before:
Código:
list($dbconn) = pnDBGetConn();
$pntable = pnDBGetTables();
the final code will be: Código:
list($dbconn) = pnDBGetConn(); $pntable = pnDBGetTables();
if ($CFO)
{
if (preg_match("/postnuke/",$nukesystem)) { $extbl_users=$pntable['users']; }
elseif (preg_match("/nuke/",$nukesystem)) { $extbl_users=$prefix."_users"; }
}
Well with those simple steps you will get xforum working with postnuke 0.750: end of cit.
- to be frank - i did this but when i try out this installation routine with this
url http://[YOUR site here]/modules.php?op=modload&name=XForum&file=install
then i get only the first step - the overview on the installation-routine:
XForum module for P(hp&ost)Nuke with the drop-down menues: Installation by Trollix & Language Operation:
Language French English Operation: Install Uninstall Upgrade 1.0 Alpha,B1,B2,B3 -> 1.5B0 Upgrade 1.5 -> 1.51, 1.6, 1.7 and 1.8 Upgrade 1.7 -> 1.8
but i cant get one step ahead: so please advice - what is wrong here?! What must i do to get the XForum up and running in postnuke v 750?
thanks in advance for any and all help.
floobee
|
|
|
|
|
|
|
|
|
|
|
|
floobee
|
|
|
Enviado: 23/12/2004 a las 10:12 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 30/05/04
Mensajes: 8
Estado: Desconectado Ultima visita: 10/04/05 |
Hello El Cuervo,
you write: "all your step seems right, but first you must be sure that your PHP has enabled "register_globals", if not XForum will not work in any way. Note: PHP v4.2.x and above has not enabled register_globals for security reasons"
well - on the same server - and on the same site i had postnuke v. 726 running - with a XForum. So i am not very shure what i have to do now. Are there any workaounds to make the Xfourm running. I am really dissapointed about the totally unmaintained XForum. Trollix did a very very bad job.
El Cuervo, please advice - what can i do now. Which workarund do you advice me?
thanks in advance for any and all help
floobee
BTW - his site is down now - - perhaps he has given up the site forever.
|
|
|
|
|
|
|