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
 Call me Stupid

Skin Selection:
 (3 pages) 123  
JakeH

Public Speaker
Group: Moderators
Posts: 761
Reputation: 7


Posted on Jan 4, 2006, 9:50 am by JakeH
Call me Stupid
Really though...
I have a question...

I have tried to install Version 0.4.2 and all I get is a white screen that says: "Uncompressing data" and the browser has finished loading, so either, it takes forever to extract, or I'm doing something totally wrong :s
Also, I check the FTP and there are no files in the folder except "install.php" and "install.data"

This isn't really foolproof yet


Last edit by JakeH on Dec 31, 1969, 7:00 pm
 
Top

Gamersea

Local Hero
Group: Testers
Posts: 87
Reputation: 3


Posted on Jan 4, 2006, 12:41 pm by Gamersea
Yeah i also got problems with it.... Try new_install.php!
 
Top

JakeH

Public Speaker
Group: Moderators
Posts: 761
Reputation: 7


Posted on Jan 4, 2006, 12:57 pm by JakeH
new_install.php?
That didn't come in the .zip or .tar O.o


 
Top

Gamersea

Local Hero
Group: Testers
Posts: 87
Reputation: 3


Posted on Jan 4, 2006, 1:20 pm by Gamersea

Did you have the version before this one

After you installed that 1 you see also a new_install.php i used that one...

And I got the new version installed.

www.gamersearth.nl/Pic%202.JPG

www.gamersearth.nl/A%20pic.JPG

I Made 2 pic's from my site that's running on 4.2



Last edit by Gamersea on Dec 31, 1969, 7:00 pm
 
Top

JakeH

Public Speaker
Group: Moderators
Posts: 761
Reputation: 7


Posted on Jan 4, 2006, 1:45 pm by JakeH
I tried the one before this one, I got the same problem.
install.php isn't working for me.
I can't use new_install.php because I don't have it.
 
Top

chris

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


Posted on Jan 4, 2006, 2:09 pm by chris
OK; are you trying on Windows or Linux..?

 
Top

JakeH

Public Speaker
Group: Moderators
Posts: 761
Reputation: 7


Posted on Jan 4, 2006, 2:10 pm by JakeH
The host in Linux based.
 
Top

chris

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


Posted on Jan 4, 2006, 4:21 pm by chris
Hmm does the installer display anything after 'Uncompressing data'? Like a bunch of dots, or a link..?

 
Top

Gamersea

Local Hero
Group: Testers
Posts: 87
Reputation: 3


Posted on Jan 4, 2006, 5:55 pm by Gamersea

By the way... You can install it with new_install.php chris?

If you look at the pic's does it looks right?

Edit: Does it care if the cpu shows up like this: Cpu: ?



Last edit by Gamersea on Dec 31, 1969, 7:00 pm
 
Top

chris

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


Posted on Jan 4, 2006, 6:01 pm by chris
The pictures look like the latest release, which is good. Are most actions replaced by icons, in the areas, groups, etc. screens?

"Cpu:?" is displayed when your web web host decides to only allow your scripts to run in a safe_mode environment. NextBBS extracts the Cpu load information from /proc, which is not accessible in that mode, and that means that you cannot measure the server's overall load. It doesn't matter for now but I believe that I will add a load limiter to the code at some point in the future and then I will have to figure out whether there's a workaround for this behaviour or that feature will not be available to you...

 
Top

Gamersea

Local Hero
Group: Testers
Posts: 87
Reputation: 3


Posted on Jan 4, 2006, 6:16 pm by Gamersea

Quote: chris
The pictures look like the latest release, which is good. Are most actions replaced by icons, in the areas, groups, etc. screens? "Cpu:?" is displayed when your web web host decides to only allow your scripts to run in a safe_mode environment. NextBBS extracts the Cpu load information from /proc, which is not accessible in that mode, and that means that you cannot measure the server's overall load. It doesn't matter for now but I believe that I will add a load limiter to the code at some point in the future and then I will have to figure out whether there's a workaround for this behaviour or that feature will not be available to you...

It should be but most of them are like this: Edit | Delete

or just lik in the old. only "the word"


 
Top

JakeH

Public Speaker
Group: Moderators
Posts: 761
Reputation: 7


Posted on Jan 5, 2006, 2:53 am by JakeH
wrote:
Hmm does the installer display anything after 'Uncompressing data'? Like a bunch of dots, or a link..?


Nope, it just says "Uncompressing data"
I've tried leaving it for a bit but nothing happens.
Its just there saying "Uncompressing data"
:/

 
Top

Gamersea

Local Hero
Group: Testers
Posts: 87
Reputation: 3


Posted on Jan 5, 2006, 2:27 pm by Gamersea

Well the title changer doesn't work the "Pick a nice name for your site" I typed Gamers Earth. But it's stil (NBBS)


 
Top

chris

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


Posted on Jan 5, 2006, 3:09 pm by chris
JakeH wrote:
Chris wrote:
Hmm does the installer display anything after 'Uncompressing data'? Like a bunch of dots, or a link..?


Nope, it just says "Uncompressing data"
I've tried leaving it for a bit but nothing happens.
Its just there saying "Uncompressing data"
:/


OK, please modify install.php as follow:

Search for:
Code:
$zf = @zip_open($filename);

Replace with:
Code:
$zf = zip_open($filename);


Search for:
Code:
while($fres = @zip_read($zf))

Replace with:
Code:
while($fres = zip_read($zf))


Run it again and if it displays anything, please paste it here.

 
Top

JakeH

Public Speaker
Group: Moderators
Posts: 761
Reputation: 7


Posted on Jan 5, 2006, 3:15 pm by JakeH
Well, I now get this:

Uncompressing data
Fatal error: Call to undefined function: zip_open() in /homepages/0/d137247379/htdocs/anime/forum/install.php on line 63
 
Top

 (3 pages) 123 - Flat Mode | Threaded Mode  
Quick Jump:

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