|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
Hi there,
I know why it isn't working. I forgot to change some code. Will fix and put up a new download ASAP. Sorry about that.
|
|
rolandd (User)
Junior Boarder
Posts: 22
|
Logged
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
thats ok, thanks a lot!
|
|
|
Logged
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
Hello all,
Here is the fixed version
Enjoy.
|
|
rolandd (User)
Junior Boarder
Posts: 22
|
Logged
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
hmm.. doesnt seem to work for me.. im adding the users as u said, and the users in fact are being added to the forum, nevertheless, i login with these users and cant see this forum.. any ideas?
|
|
|
Logged
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
I have installed this, and everything looks well. I go to:
Componenets -> Fireboard forums -> Restricted Forums -> Chose Restricted forum -> Add User
It shows no users in the user box. When I type a user in I get message that shows up with a black background that says: "No configuration file found, and no installation code avaliable. Exiting...."
After reading back a bit, same issue as polloymedio. I Installed your most recent post w/ files.
What did I do wrong?
|
|
|
Logged
|
|
|
Last Edit: 2008/03/06 00:59 By Thebroke.
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
Thebroke,
You need the download the new zip file as you can find a few posts above. That will fix that error.
|
|
rolandd (User)
Junior Boarder
Posts: 22
|
Logged
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
I downloaded the file in your post above on this page:
File Attachment:
File Name: fireboard_private_v1_5_for_J1_5.zip
File Size: 101619
I reloaded backed up files. Then reinstalled the patch. I still get the same error.
|
|
|
Logged
|
|
|
Last Edit: 2008/03/06 01:47 By Thebroke.
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
Hmmm, seems like your $_SESSION variable is not set then. What you can do is, open the file rpc.php and look for the line that says:[code:1]define( 'JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );[/code:1]. Replace $_SERVER['DOCUMENT_ROOT'] with your local path, e.g. [code:1]'/home/mysite/public_html'[/code:1]
|
|
rolandd (User)
Junior Boarder
Posts: 22
|
Logged
|
|
|
|
|
|
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago
|
|
|
rolandd wrote:
Hmmm, seems like your $_SESSION variable is not set then.
ok for this problem it's work, me i change like this
[code:1]define( 'JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );[/code:1]
Replace
[code:1]define( 'JPATH_BASE', dirname(__FILE__).'/../../..' );[/code:1][/quote]
but
hélas the restricted access don't work, the users who i allow access don't see the forum, only the super administrator do.. :unsure:
|
|
baboon (User)
Junior Boarder
Posts: 41
|
Logged
|
|
|
Last Edit: 2008/03/06 12:28 By baboon.
|
|
|
|
|
|