1
Mamba
NewBB 5.0 is in development
  • 2017/9/28 2:45

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Resized Image

We are in process of development of NewBB 5.0, upgrading it to XMF.

It is still in Alpha stage, but you can help us with testing and improvements.

You can fork it from GitHub:https://github.com/mambax7/newbb5

Note: After download, rename the folder to "newbb"

Minimum requirements:
XOOPS 2.5.9
PHP 5.5+
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
aerograf
Re: NewBB 5.0 is in development
  • 2017/9/28 6:31

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


You can see how it works here:https://www.shmel.org/forums/

3
aerograf
Re: NewBB 5.0 is in development
  • 2017/11/20 20:00

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


We need testers/developers for NewBB 5.0
1) Download or fork NewBB 5.0 fromhttps://github.com/mambax7/newbb5
2) rename it to newbb and copy to your modules, and install as usual
3) this is ALPHA, so it's only for testing/development

4
Bleekk
Re: NewBB 5.0 is in development
  • 2017/11/22 12:20

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I will need the module soon so I will test it asap.

Thank you

5
Dante7237
Re: NewBB 5.0 is in development
  • 2017/11/27 15:18

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


I recently had a bad experience with Bxpress (It's not secure), so I'll see how this thing acts with rmcommons..

6
option
Re: NewBB 5.0 is in development
  • 2017/11/27 17:06

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


Quote:

Dante7237 wrote:
I recently had a bad experience with Bxpress (It's not secure), so I'll see how this thing acts with rmcommons..


You can tell your experience and you can also check in your repository Github Bxpress

7
Mamba
Re: NewBB 5.0 is in development
  • 2017/11/27 22:12

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


For each module that is on GitHub, you can report issues on the "Issues" tab, e.g. here for the BExpress:https://github.com/bitcero/bxpress/issues
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
masel
Re: NewBB 5.0 is in development
  • 2018/1/22 12:12

  • masel

  • Friend of XOOPS

  • Posts: 34

  • Since: 2004/10/6


Were install NEWBB5 I have error:
Call to a member function create() on null in file /modules/newbb/include/module.php line 127

Table was cteated.
--------
XOOPS Version XOOPS 2.5.9
PHP Version 7.0.21
mySQL Version 5.5.49
Server API fpm-fcgi
OS Linux
fsockopen On
post_max_size 40M
max_input_time 60
output_buffering 4096
max_execution_time 120
memory_limit 256M
file_uploads On
upload_max_filesize 32M

9
aerograf
Re: NewBB 5.0 is in development
  • 2018/1/22 17:03

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Check the function in the above file:
Quote:
function xoops_module_install_newbb(\XoopsModule $module)
{
/* Create a test category */
/** @var Newbb\CategoryHandler $categoryHandler */
$categoryHandler = Newbb\Helper::getInstance()->getHandler('Category');
$category = $categoryHandler->create();
$category->setVar('cat_title', _MI_NEWBB_INSTALL_CAT_TITLE, true);
$category->setVar('cat_image', '', true);
$category->setVar('cat_description', _MI_NEWBB_INSTALL_CAT_DESC, true);
$category->setVar('cat_url', 'https://xoops.org XOOPS Project', true);
if (!$cat_id = $categoryHandler->insert($category)) {
return true;
}

10
masel
Re: NewBB 5.0 is in development
  • 2018/1/23 12:20

  • masel

  • Friend of XOOPS

  • Posts: 34

  • Since: 2004/10/6


Exactly the same.

Function does not write data to the table.

Sorry, full errors:
Notice: Undefined property: XoopsModules/Newbb/Helper::$handler in file /modules/newbb/class/Helper.php line 96
Error: Error: Call to a member function create() on null in file /modules/newbb/include/module.php line 127

Login

Who's Online

163 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

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

Latest GitHub Commits