You are not enjoying the benefits offered by registering. To register click here...
  
Forums | Prefs | Your Messages | Members | Recent | Search
Quick Search


Advanced Search
| Calendar | Doc | Dev' Blog! |
Chat (Alpha Version)

Guest, do not forget to login ( Register )
 Top > Forums > This Software > Discuss the Software
 How to install NextBBS?

Skin Selection:
 (1 pages) 1  
wimpog97


Newbie
Group: Members
Posts: 6
Reputation: 0


Posted on Jun 24, 2007, 8:14 pm by wimpog97
How to install NextBBS?
GUYS, I really like NextBBS. However....
I downloaded the forums.0.4.7.zip archive and don't know where to go from that point.
I have Apache server, and that's where I plan to use it.
Please, anybody, post here a step-by-step instruction on what to download, where to download from (maybe SVN?) and how to get it to work.
I've searched for 1 hour for such instructions, but was unable to find.
Your help is greatly appreciated.
 
Top

chris

The Culprit
Group: Admins
Posts: 1,511
Reputation: 38


Posted on Jun 25, 2007, 4:59 am by chris
Sorry this isn't obvious: there's a 'Doc' button in this site's toolbar and it stands -almost secretly- for 'Documentation'. I reckon that we broke some kind of record as far as making it inconspicuous.

Anyway, I recommend this page: www.nextbbs.com/?act=extmw/Install

Feel free to ask for more in-depth explanations, obviously

-Chris.

 
Top

wimpog97


Newbie
Group: Members
Posts: 6
Reputation: 0


Posted on Jun 25, 2007, 7:28 pm by wimpog97
Ok, I have installed it fine! Thanks for help!

But now... I get some very strange errors: isclass_based, dbdriver, etc.etc.
I tried to correct few of them but still there are more.
I have Apache 1.3, PHP 5, MySQL 5.
I desperately want to get it to work, but looks like it does not work with PHP 5, or I don't what the problem is.

P.S. I tried to install it on Linux Apache2 MySQL 5 PHP5 - same exact thing - LOTS of errors. I don't know what to do....

-Vlad
 
Top

chris

The Culprit
Group: Admins
Posts: 1,511
Reputation: 38


Posted on Jun 25, 2007, 8:00 pm by chris
Vlad, could you copy/paste some of these errors here?

Also, is this the nightly build or 0.4.7 from Sourceforge?

 
Top

wimpog97


Newbie
Group: Members
Posts: 6
Reputation: 0


Posted on Jun 25, 2007, 10:36 pm by wimpog97
Chris,

I have fixed a few error messages, you even posted a solution for one of them here (regarding isclass_based variable): www.nextbbs.com/do_topic_title_after-install_id_717?PHPSESSID=320de4463eea066d69d98639ab361c92

The other one was regarding $CONFIG variable, it was used in a function, but wasn't declared as global. So global $CONFIG; inside of the function fixed it.

Now this one is tricky (can't figure out what's going on), this is Apache1.3 on OS X:


Error type: E_NOTICE
Message: Trying to get property of non-object
Location: /Library/WebServer/Documents/forum_nextbbs/dbdriver.php (line: 89)


Looks like somebody has had the same exact problem, but there is no solution posted: www.nextbbs.com/do_topic_id_1042?PHPSESSID=dab0309bc06023cba8551a221e20a79e

I got it from Sourceforge (0.4.7), and from SVN too (svn version did not work - -it displayed blank page right after it connected to the database and inserted all the data).

Regarding 0.4.7 - I downloaded it, unzipped, renamed .data file to .zip file, extracted the latter one, changed the permissions, and the install process went well.

What is nightly build and where do I get it from?
Thank you so much, I still want to get it to work, it looks extremely cool.

-Vlad.

Last edit by wimpog97 on Jun 25, 2007, 10:47 pm
 
Top

chris

The Culprit
Group: Admins
Posts: 1,511
Reputation: 38


Posted on Jun 27, 2007, 2:53 am by chris
Can you confirm that line 89 and its neighbours looks exactly like this:
php Code:
  1.  
  2. function prequery($qry, $db=null)
  3. {
  4. global $DB, $CONFIG, $COMMON;
  5.  
  6. if($CONFIG->debuglevel>=2)
  7. {
  8. $this->total_queries++;
  9. $this->start = $COMMON->microtime_float();
  10. }
  11. if($CONFIG->debuglevel>=5)
  12. $this->queries[] = $qry;
  13. }

Thanks,
-C.

 
Top

wimpog97


Newbie
Group: Members
Posts: 6
Reputation: 0


Posted on Jun 27, 2007, 3:06 pm by wimpog97
Yes, this function looks exactly what you have!

Also, what about the nightly version? What is it and where do I get it from?

-Vlad.

Last edit by wimpog97 on Jun 27, 2007, 3:06 pm
 
Top

trinest

Devoted Beast
Group: Testers
Posts: 1,273
Reputation: 9


Posted on Jun 28, 2007, 1:34 am by trinest
The nightly version is a version of the software which is released each night. It is basid off this forum, so any changes or fixes done each night will appear on it.
( Trinest.Com )
 
Top

wimpog97


Newbie
Group: Members
Posts: 6
Reputation: 0


Posted on Jul 1, 2007, 11:46 am by wimpog97
Thanks everybody. I was able to install NextBBs on Ubuntu (Apache 2) using nightly version. However, I still can't install it on apahe 1.3 (OS X) - shows lots of errors, even though I tried to install it the same way as on Ubuntu.

One more question: is it possible to read-protect forum (all topics and posts) if the user is not logged in? That is - in order to read (and possibly write) you ought to log in.

Thank you!

-Vlad.
 
Top

chris

The Culprit
Group: Admins
Posts: 1,511
Reputation: 38


Posted on Jul 1, 2007, 5:55 pm by chris
Yes: just uncheck 'read' and/or 'view' in the ACP for that area and the guests group.

-C.

 
Top

wimpog97


Newbie
Group: Members
Posts: 6
Reputation: 0


Posted on Jul 2, 2007, 7:21 pm by wimpog97
Thank you! It worked!!!

I am still unable to install it on OS X/Apache1.3, I don't know why. Just gives lots and lots of errors. On Ubuntu/Apache2 it is great!!!!

-Vlad.
 
Top

tomay


Newbie
Group: Members
Posts: 1
Reputation: 0


Posted on Mar 26, 2008, 9:38 pm by tomay
 chris wrote:
Sorry this isn't obvious: there's a 'Doc' button in this site's toolbar and it stands -almost secretly- for 'Documentation'. I reckon that we broke some kind of record as far as making it inconspicuous.

Anyway, I recommend this page: www.nextbbs.com/?act=extmw/Install

Feel free to ask for more in-depth explanations, obviously

-Chris.






thank you for the link

 
Top

 (1 pages) 1 - Flat Mode | Threaded Mode  
Quick Jump:

         
Page generated in 0.04 seconds (Queries: 0.00) - Cpu: 1.44
Total DB [adodb:mysql] queries: 15
Total Strings Translated: 14
Powered by NextBBS SE v0.4.5 - Copyright © 2007 CFR & The NextBBS Team
Chatbox powered by smiletag