Jump to content

FluxCP Addon :: FluxBB


Jupeto

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

I installed it correctly but when I click to fluxbb on the menu the fluxbb doesnt show up and its doesnt load the footer of the page

Edited by Thanna
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  10/28/13
  • Last Seen:  

I can open my fluxbb but, when i tried to open flux cp again, this error show up ! help pls.

Catchable fatal error: Argument 1 passed to Flux::parseConfig() must be an array, integer given, called in /usr/html/cp/lib/Flux.php on line 272 and defined in /usr/html/cp/lib/Flux.php on line 245

Followed your instructions from this link

 

things i did:

• made a folder name fluxbb inside cp/ , so it looks like cp/fluxbb, then copied all the files inside the downloaded fluxbb 1.5.zip after extracting it to the new folder i made cp/fluxbb

• made a folder named "fluxbb" inside cp/addons, so it looks like cp/addons/fluxbb/  Then copied all the files from the downloaded addons to that folder.

• created a database named fluxbb in mysql.

• and followed step 4 : in index.php

 

Find:

define('FLUX_LANG_DIR', 'lang');

 

Add below:

define('PUN_ROOT', 'fluxbb/');

 

 

Find:

require_once 'markdown/markdown.php';

 

 

Add below:

 

/* START FLUXBB INTEGRATION :: FLUXBB VARIABLES - JTQ */
if (is_dir('fluxbb')) {
    if ( file_exists('fluxbb/config.php') ) {
        include 'addons/fluxbb/data/fluxbb/common.php';
        include 'addons/fluxbb/data/fluxbb/common_admin.php';

        $_COOKIE['punuser'] = $pun_user;
        $_COOKIE['db'] = $db;
        $_COOKIE['punconfig'] = $pun_config;
        $_COOKIE['langcommon'] = $lang_common;
        $_COOKIE['langprofile'] = $lang_profile;
        $_COOKIE['langmisc'] = $lang_misc;
        $_COOKIE['forum_time_formats'] = $forum_time_formats;
        $_COOKIE['forum_date_formats'] = $forum_date_formats;
        $_COOKIE['adminlanguage'] = $admin_language;
        $_COOKIE['langadmincommon'] = $lang_admin_common;
        $_COOKIE['punbans'] = $pun_bans;
    }
}
/* END FLUXBB INTEGRATION :: FLUXBB VARIABLES - JTQ */

 

 

• then i cant open my cp (192.**.***.**/cp ) now because the above error shows up, but when i access 192.**.***.**/cp/fluxbb folder, install.php shows up, and i finished my installation.

 

the problem is just i cant access the CP itself.

Edited by Honesto
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  04/12/12
  • Last Seen:  

fluxbb already override my fluxcp...now i only can access fluxbb without fluxcp

 

 

i find out how to fix my problem...

 

 

root

--addons

--config

--fluxbb

--lang

--and more

Edited by lengchaileo
Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  01/21/13
  • Last Seen:  

Hi,

I have added this plugin and added fluxbb. The BB works and the integration works for logging in and out on NEW accounts but not EXISTING accounts. Any idea why; anything I can do to fix this?

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  11/22/11
  • Last Seen:  

Hi.

Can anyone share the download link?
 

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Hi.

Can anyone share the download link?

 

I know this is old... http://fluxbb.org/downloads/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

 

Hi.

Can anyone share the download link?

 

I know this is old... http://fluxbb.org/downloads/

 

 

Yup its old becuase the last commit was 2 years ago (May 1, 2013)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

 

 

Hi.

Can anyone share the download link?

 

I know this is old... http://fluxbb.org/downloads/

 

 

Yup its old becuase the last commit was 2 years ago (May 1, 2013)

 

Yup. Even though, it could still be working with a few bugs if you're lucky!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Any chances thatt this would be updated free from BUGS?

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

I try my own.

why this happen, the button missing.llKtUCb.png

eDcOvOr.png

also after post new  reply in forum. then redirect this error happen.

8VYU1Mh.png

and its work in some . 

Av0Lp2e.png

Edited by mrlongshen
Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  225
  • Reputation:   39
  • Joined:  01/20/12
  • Last Seen:  

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

 

NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

haha the revival :D

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

 

NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me :D

there is a bug when you click the Administration on your fluxcp you will get this error. "Unauthorized" and it will redirect you to home. but when you view this Administration via fluxbb link you can access it. only on fluxcp

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

 

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

 

NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me :D

there is a bug when you click the Administration on your fluxcp you will get this error. "Unauthorized" and it will redirect you to home. but when you view this Administration via fluxbb link you can access it. only on fluxcp

 

Kindly please report it? i also follow this thread and so on with Hercules. i need this FluxBBCP badly.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

 

 

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

 

NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me :D

there is a bug when you click the Administration on your fluxcp you will get this error. "Unauthorized" and it will redirect you to home. but when you view this Administration via fluxbb link you can access it. only on fluxcp

 

Kindly please report it? i also follow this thread and so on with Hercules. i need this FluxBBCP badly.

 

FluxBB works fine using the old method that we use before.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  225
  • Reputation:   39
  • Joined:  01/20/12
  • Last Seen:  

 

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

 

NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me  :D

there is a bug when you click the Administration on your fluxcp you will get this error. "Unauthorized" and it will redirect you to home. but when you view this Administration via fluxbb link you can access it. only on fluxcp

 

It is not a bug, please make sure that you've set the correct access level for this page

 

'fluxbb' => array(
            'admin_bans'  => AccountLevel::ADMIN,
            'admin_categories' => AccountLevel::ADMIN,
            'admin_censoring' => AccountLevel::ADMIN,
            'admin_forums' => AccountLevel::ADMIN,
            'admin_groups' => AccountLevel::ADMIN,
            'admin_index' => AccountLevel::ADMIN,
            'admin_loader' => AccountLevel::ADMIN,
            'admin_maintenance' => AccountLevel::ADMIN,
            'admin_options' => AccountLevel::ADMIN,
            'admin_permissions' => AccountLevel::ADMIN,
            'admin_reports' => AccountLevel::ADMIN,
            'admin_statistics' => AccountLevel::ADMIN,
            'admin_users' => AccountLevel::ADMIN,
            'db_update'         => AccountLevel::ADMIN,
            'index'  => AccountLevel::ANYONE,
            'install'  => AccountLevel::ADMIN,
),

and the access level of the currently logged in user

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

 

 

Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

 

https://gitlab.com/carloquilala/fluxbb

 

NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me  :D

there is a bug when you click the Administration on your fluxcp you will get this error. "Unauthorized" and it will redirect you to home. but when you view this Administration via fluxbb link you can access it. only on fluxcp

 

It is not a bug, please make sure that you've set the correct access level for this page

 

'fluxbb' => array(
            'admin_bans'  => AccountLevel::ADMIN,
            'admin_categories' => AccountLevel::ADMIN,
            'admin_censoring' => AccountLevel::ADMIN,
            'admin_forums' => AccountLevel::ADMIN,
            'admin_groups' => AccountLevel::ADMIN,
            'admin_index' => AccountLevel::ADMIN,
            'admin_loader' => AccountLevel::ADMIN,
            'admin_maintenance' => AccountLevel::ADMIN,
            'admin_options' => AccountLevel::ADMIN,
            'admin_permissions' => AccountLevel::ADMIN,
            'admin_reports' => AccountLevel::ADMIN,
            'admin_statistics' => AccountLevel::ADMIN,
            'admin_users' => AccountLevel::ADMIN,
            'db_update'         => AccountLevel::ADMIN,
            'index'  => AccountLevel::ANYONE,
            'install'  => AccountLevel::ADMIN,
),

and the access level of the currently logged in user

 

i think it is a bug because on the default fluxbb addons config is.

	#======================================
	# ADDON USER ACCESS
	#======================================
	# * Users with this level or above can
	# * only access this addon.
	# * 
	# * see config/levels.php
	#======================================
	
	'modules' => array(
		'fluxbb' => array(
            'admin_bans' 			=> AccountLevel::ADMIN,
            'admin_categories'		=> AccountLevel::ADMIN,
            'admin_censoring'		=> AccountLevel::ADMIN,
            'admin_forums'			=> AccountLevel::ADMIN,
            'admin_groups'			=> AccountLevel::ADMIN,
            'admin_index'			=> AccountLevel::ADMIN,
            'admin_loader'			=> AccountLevel::ADMIN,
            'admin_maintenance'		=> AccountLevel::ADMIN,
            'admin_options'			=> AccountLevel::ADMIN,
            'admin_permissions'		=> AccountLevel::ADMIN,
            'admin_reports'			=> AccountLevel::ADMIN,
            'admin_statistics'		=> AccountLevel::ADMIN,
            'admin_users'			=> AccountLevel::ADMIN,
            'index' 				=> AccountLevel::ANYONE,
            'install' 				=> AccountLevel::ADMIN,
		),
	),
)

and also the one that you posted is different from your repository

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  07/31/15
  • Last Seen:  

Hi, i'm hoping i can get some help with the integration.
Now i have installed it correctly, and the functionality is working but integrating it with the cp itself seems to get me nowhere.
I tried including the index.php of the FluxBB addon in my forums module so i can load it inside FluxCP but that doesn't load it.
There is no documentation regarding how i can get it working with the actual module system of FluxCP.
Aside from that, after editing the core files just like explained in https://gitlab.com/carloquilala/fluxbb/wikis/fluxbb-integration-changes it breaks on language retrieved from $pun_user['language'].
It is always empty regardless of being logged in or not, so i can't view the register page, use the login etc etc, anything basically where the integration changes have been made.

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...