11
anderssk
Re: Modules NOT working with XOOPS 2.3
  • 2008/8/23 10:29

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


xoopsfaq (the original faq-module) dos not work.
Catagories can't be add

Testet on 2.3.0 RC and 2.0.18.2
PHP 5.2.6
MySql 5.0.51a

12
anderssk
Re: Modules NOT working with XOOPS 2.3
  • 2008/8/25 16:53

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Addresses module

Can't add catagories. Get error;
Class 'XoopsTree' is deprecated, check 'XoopsObjectTree' in tree.php in file /class/xoopstree.php line 45

Testet on 2.3.0 RC
PHP 5.2.6
MySql 5.0.51a

13
Burning
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 20:40

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

It seems there are some troubles with Blocksadmin module. This message error on page :
Quote:
Error: Class XoopsBlockinstanceHandler does not exist
Handler Name: blockinstance in file /include/functions.php line 446


XOOPS Version - XOOPS 2.3.0 RC2
PHP Version - 5.2.6
MySQL Version - 5.0.51b-community-nt

Is someone gets the same ?

Thanks.
Still learning CSS and... english

14
trabis
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 20:56

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


That class only exists in XOOPS 2.2.x AFAIK.

The problem must be the version check in blocks admin. It may think it is dealing with 2.2.x series.

15
Mamba
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 22:29

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
It seems there are some troubles with Blocksadmin module.

If you're talking about MyBlocksAdmin from GiJoe, then please switch to Altsys. Per GiJoe:
Quote:
This package is deprecated. you should use new mymenu and altsys

Altsys is included with the 2.3 release and it works.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

16
ghia
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 22:58

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I think there are other modules that use this, like formulaire.
Isn't it just a matter of adding blockinstance.php to the kernel? So 2.3 stays compatible with 2.2 and even with older modules.

17
Burning
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 23:32

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


@Mamba, thanks for your advice, I will use Altsys
... but I loved very much BlocksAdmin module ... because it was very quick to modify blocks position in central column.

In this version (hacked by Alain & Dugris here, and hacked version here ), we got all necessary radio buttons ...
Resized Image

... I don't know yet Altsys but if I'm not wrong it is less simple to modify central blocks positions :
Resized Image

@+
Still learning CSS and... english

18
trabis
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 23:50

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


if( substrXOOPS_VERSION ) > 2.0 ) {
    include 
'myblocksadmin2.php' ;
    exit ;
}


AS I said this kind of check will take 2.3 as 2.2 wich is wrong

Maybe you could replace it by
if( substrXOOPS_VERSION ) > 2.0 && substrXOOPS_VERSION ) < 2.3) {
    include 
'myblocksadmin2.php' ;
    exit ;
}


This was found in admin/myblocksadmin.php

19
Burning
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/4 0:02

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


TRABIS IS MAGIC !!!

Works perfect now !! Thanks !
Still learning CSS and... english

20
isronax
Re: Modules NOT working with XOOPS 2.3
  • 2008/12/1 14:05

  • isronax

  • Just popping in

  • Posts: 100

  • Since: 2005/4/26


i am using my tabs but not showing in module admin.
i am using magazine module not showing in module admin.

http://xoopsindonesia.com
The Greats Xoops ... Go Ahead.
www.xoopsindonesia.com
www.indonesianschool.org

Login

Who's Online

228 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

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

Latest GitHub Commits