Full documentation and information about XLRstats can be found on our XLRstats website: www.xlrstats.com

You are here: Big Brother Bot ForumAdd-OnsXLRstatsxlrstats installation -> blank index page??
Pages: 1 2 [3]   Go Down
  Print  
Author Topic: xlrstats installation -> blank index page??  (Read 6331 times) Bookmark and Share
Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 23
Offline Offline
« Reply #30 on: March 16, 2010, 07:09:32 AM »

But I have geoip - it shows up in the phpinfo, and the countries are identified correctly in xlrstats. I think its some other problem?
Logged

XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #31 on: March 16, 2010, 07:46:10 AM »

Yes but this may be the cause of the error messages in sig module.

In the post you sent about warning message I see this in several lines:
(output started at /media/raid/www/xlrstats/lib/geoip.inc:502)
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 23
Offline Offline
« Reply #32 on: March 16, 2010, 07:59:53 AM »

Well, what exactly does that mean?
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #33 on: March 16, 2010, 08:05:04 AM »

I would try disabling or uninstalling geoip extension from your php installation.
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 23
Offline Offline
« Reply #34 on: March 16, 2010, 09:26:21 AM »

That didn't help. Any other ideas?
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #35 on: March 16, 2010, 11:38:58 AM »

No I haven't got any other idea unfortunately.  I've tested this on my ubuntu machine and all is working well and it makes me think the problem is not with xlrstats. Only maybe you can try with a fresh install of apache and php or wait someone else to come up with a solution.

Good Luck!
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 23
Offline Offline
« Reply #36 on: March 16, 2010, 02:23:33 PM »

Ok… for now, I've just disabled signatures...
But I really wish it worked.
Logged
Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 23
Offline Offline
« Reply #37 on: March 16, 2010, 07:49:24 PM »

Well, thanks for all the help so far freelander. I've given up on the signature for now, maybe I'll try when a new version of xlrstats comes out or when I get around to updating my server to the latest versions of apache and php.
Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #38 on: March 16, 2010, 07:53:03 PM »

what version of ubuntu are you running ? I had a 8.10 server and now I roll with 9.10 desktop (but its still headless Wink )
Code:
sudo apt-get update && sudo apt-get upgrade

Wink

give ftp://ftp.snt.utwente.nl/pub/games/bigbrotherbot/tools/xlrstats-v2.0.7.zip a try
« Last Edit: March 16, 2010, 07:56:31 PM by ryry46d9 » Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #39 on: March 17, 2010, 01:49:32 AM »

Well, thanks for all the help so far freelander.

You're wellcome!

Why don't you just try Xampp? I believe it'll solve this issue.
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 23
Offline Offline
« Reply #40 on: March 17, 2010, 07:10:09 AM »

Xampp is not as good for production servers, and i've got a good working setup already. I think that its better not having signature than having a less secure server and having to set everything up again. It's not apache's problem because lighttpd does the same thing. And I compiled my own version of php, still has that problem. So maybe it's the GeoIP's problem or xlrstats itself?

Thanks for all your help so far.
Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #41 on: July 03, 2010, 05:06:51 PM »

So did any one figure out a answer for this?
I got a box doing the same thing.
place xlrstats in /var/www/ hit xlrstats/install,
filled that all out,
go to index and get the white screen
error.log had the :348? :344(?) geoip error which I just placed "//" in front of the section.
Now error.log is clean and I still got white.
I disabled geoip in the file, so where too next?

Ubuntu 10.04 server I386

Quote
PHP Fatal error:  Cannot redeclare geoip_country_code_by_name() in var/www/xlrstats/lib/geoip.inc on line 347
that is the error I //'ed out
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3485
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #42 on: July 03, 2010, 10:50:46 PM »

php has a kind of "class path" like java. but it is an 'include path'.
You should check for all path that are declared in you php include_path. You might have another project with already have the geoip librairy... hence they collide

a bit of doc :
http://www.php.net/manual/en/ini.core.php#ini.include-path
http://php.net/manual/en/function.set-include-path.php
http://www.php.net/manual/en/function.get-include-path.php
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #43 on: July 04, 2010, 08:29:49 AM »

Code:
ryry@server1:~$ php -q /var/www/xlrstats/index.php

Quote
PHP Warning:  PHP Startup: skipping dictionary ::Ice::ObjectDict - unsupported key type in Unknown on line 0 <-- got's me lost
PHP Notice:  Undefined index: QUERY_STRING in /var/www/xlrstats/lib/ctracker.php on line 13
PHP Fatal error:  Cannot redeclare geoip_country_name_by_name() in /var/www/xlrstats/lib/geoip.inc on line 355

first error is a mumble thing, still looking for that fix Sad but mumble works.

so I messed around with XLRstats for a few and thought well it worked on my other box lets snag the files and now its going.

non-working webstats:
version: 2.1.0
date: 5 january 2010

working webstats:
XLRstats version 2.0.7 - 1 november 2009
Logged
Tags:
Pages: 1 2 [3]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal