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.
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)
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 amXen 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.
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)
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.
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.
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.