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 > Support, FAQ, How-to's
 Manual Install

Skin Selection:
 (2 pages) 12  
SilverL


Newbie
Group: Members
Posts: 12
Reputation: 0


Posted on Dec 14, 2006, 12:07 am by SilverL
Manual Install
Is there any way i can manually install this software. It looks really interesting and I want to try it, but the installer give me problems.
 
Top

Jasper

Public Speaker
Group: Testers
Posts: 562
Reputation: 10


Posted on Dec 14, 2006, 12:31 am by Jasper
 SilverL wrote:
Is there any way i can manually install this software. It looks really interesting and I want to try it, but the installer give me problems.


rename install.data to install.zip

unzip it and upload the files manually.

Then run newinstall.php
doesn't come here often, cause he has no free time ;_;
 
Top

SilverL


Newbie
Group: Members
Posts: 12
Reputation: 0


Posted on Dec 14, 2006, 5:04 pm by SilverL

 Jasper wrote:
 SilverL wrote:
Is there any way i can manually install this software. It looks really interesting and I want to try it, but the installer give me problems.


rename install.data to install.zip

unzip it and upload the files manually.

Then run newinstall.php

I've been doing it that way the entire time because my host max file size limit is 2MB. Thats still an 'automatic' install. I mean manual as in I upload the database files myself (in phpmyadmin), then edit config.php to choose what database to connect to.


 
Top

chris

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


Posted on Dec 15, 2006, 2:13 am by chris
Absolutely.

1- Extract install.data

2- Just make a copy of config-dist.php to config.php and replace the various values found in "{...}"

3- Import safedump.sql in your database.

4- You will also need to create a new user. After creating that user, in the database, look for the table [prefix]_user and change their mgroup to '2'

5- Come back for more help if it's not working properly after that

 
Top

SilverL


Newbie
Group: Members
Posts: 12
Reputation: 0


Posted on Jan 14, 2007, 3:01 pm by SilverL
I finally got around to trying this, but didnt work. In phpmyadmin when i try to import the sql file it gets to about halfway and the progress bar stops.

So I tried the newinstall.php again. I get to the 'Check Filesystem Setting' and get the following

Create subdirectory of servers/1/templates/ Pass
Change mode of subdirectory Fail
Create subdirectory of servers/1/ Pass
Change mode of subdirectory Fail
Create a file at the install's root level (.) Pass
Change mode of file Fail

So I changed something in the newinstall.php file so i could continue the install, when I finished the install and go to the main page I get another error.(below)

Error type: E_WARNING
Message: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/hosted/subs/ulmb.com/l/o/lomarb/public_html:/var/tmp/upload)
Location: /hosted/subs/ulmb.com/l/o/lomarb/public_html/forums/nbbs/common.php (line: 3098)

 
Top

harmor


Story Teller
Group: Developers
Posts: 127
Reputation: 3


Posted on Jan 15, 2007, 3:16 am by harmor
I offer free hosting and I know NextBBS runs on it. My site is Xen Web Hosting

Last edit by harmor on Jan 15, 2007, 3:29 am
Xen Web Hosting Offering ad-free hosting with features such as, cpanel, fantastico, PHP and MySQL support, and more -------------------------------------------------------------------------------------------------------
Chris
Let's hang on to Harmor, it's not everyday that you find people who walk the walk, not just talk the talk.
 
Top

chris

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


Posted on Jan 15, 2007, 3:53 am by chris
 SilverL wrote:

Error type: E_WARNING

Message: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/hosted/subs/ulmb.com/l/o/lomarb/public_html:/var/tmp/upload)

Location: /hosted/subs/ulmb.com/l/o/lomarb/public_html/forums/nbbs/common.php (line: 3098)



Interesting. This is the code that tries to read the current server load and your install of PHP is very restrictive -for security reasons obviously- and therefore doesn't like it.

Try this:

In common.php:
Find:
php Code:
  1. if ( file_exists('/proc/loadavg') )

Replace with:
php Code:
  1. if ( @file_exists('/proc/loadavg') )


Let me know if this doesn't help.
-C.

 
Top

SilverL


Newbie
Group: Members
Posts: 12
Reputation: 0


Posted on Jan 15, 2007, 3:02 pm by SilverL
I get this error now.

Error type: E_USER_WARNING
Message: Smarty error: unable to read resource: "main.tpl"
Location: /hosted/subs/ulmb.com/l/o/lomarb/public_html/forums/nbbs/smarty/Smarty.class.php (line: 1083)



Fatal error: Call to a member function query() on a non-object in /hosted/subs/ulmb.com/l/o/lomarb/public_html/forums/nbbs/user.php on line 710

And yes the server is very restrictive, it is a new host that is making everything from scratch.
 
Top

chris

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


Posted on Jan 16, 2007, 2:59 am by chris
Cool I like a challenge

Well, are you seeing this error when running the installer?

 
Top

SilverL


Newbie
Group: Members
Posts: 12
Reputation: 0


Posted on Jan 16, 2007, 7:30 pm by SilverL
No the only problem i have with the installer is the "change mode of subdirectory" sections failing.
 
Top

chris

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


Posted on Jan 17, 2007, 4:26 am by chris
I see.
Please try reinstalling using the install script. But prior to this, using your online files manager, change the mode of servers/1/templates/, servers/1/ and . to 777.

 
Top

Siman


Wannabe
Group: Members
Posts: 36
Reputation: 1


Posted on Jan 17, 2007, 7:28 pm by Siman
ok all files are set to 777 and i still get this error when I'm on any page

Fatal error: Call to a member function query() on a non-object in /home/fodbase/public_html/fourms/user.php on line 719
 
Top

chris

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


Posted on Jan 17, 2007, 10:03 pm by chris
OK so the two of you are now seeing this issue.
Siman, I am going to ask you to give me access to your account again; I need to figure out how much stuff this version of php breaks in nbbs' code.

 
Top

SilverL


Newbie
Group: Members
Posts: 12
Reputation: 0


Posted on Jan 19, 2007, 8:05 pm by SilverL
I have them set to 777 and i dont get the error now. I get a blank page. So we are getting somewhere :-D
 
Top

Siman


Wannabe
Group: Members
Posts: 36
Reputation: 1


Posted on Jan 22, 2007, 10:06 am by Siman
ok i let him in he looked at it we chated and the problem is php 5.5.0 brakes compatibility.
 
Top

 (2 pages) 12 - Flat Mode | Threaded Mode  
Quick Jump:

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