AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   [HELP] Stats not showing on the page or ingame [SOLVED] (https://forums.alliedmods.net/showthread.php?t=317556)

heavyisgps 07-19-2019 09:16

[HELP] Stats not showing on the page or ingame [SOLVED]
 
2 Attachment(s)
Hi, so currently typing statsme or /top15 doesn't display anything, and doesn't give any errors in the server console window.

We can't see that any errors are given anywhere, as we've fixed those who were present earlier.

It's just sort of blank. See attached screenshots.

There's probably a configuration step we've missed, as it's most likely the daemon not being able to deliver the stats tracked from the game to the database.

Any suggestions on this?

-Thanks
Hi GPS

NomisCZ 07-21-2019 06:00

Re: [HELP] Stats not showing on the page or ingame
 
Hello,
check your daemon (logs), probably doesn't running.

Check wiki:
https://github.com/NomisCZ/hlstatsx-...i/Requirements
https://github.com/NomisCZ/hlstatsx-...i/Installation
https://github.com/NomisCZ/hlstatsx-...Running-Daemon

heavyisgps 07-22-2019 06:49

Re: [HELP] Stats not showing on the page or ingame
 
Hi, we've followed the wiki, the Daemon appears to be running from what I can gather.

This is what the logs say, and Syntax::Keyword::Try is installed.

https://pastebin.com/rcShPT8A

The first log is before reinstalling perl packages, the one second one with the syntax is after the reinstall

NomisCZ 07-24-2019 11:49

Re: [HELP] Stats not showing on the page or ingame
 
Quote:

Originally Posted by heavyisgps (Post 2660153)
Hi, we've followed the wiki, the Daemon appears to be running from what I can gather.

This is what the logs say, and Syntax::Keyword::Try is installed.

https://pastebin.com/rcShPT8A

The first log is before reinstalling perl packages, the one second one with the syntax is after the reinstall

So, if you have "you may need to install the Syntax::Keyword::Try module" in log, so try to reinstall/install it, because you probably don't have it.

PHP Code:

perl -MCPAN -e shell
install Syntax
::Keyword::Try 

https://github.com/NomisCZ/hlstatsx-...-prerequisites

Maybe tests or build failed ... (https://ctrlv.cz/aY8U) OR you can try to restart your VM/Server.

heavyisgps 07-31-2019 13:21

Re: [HELP] Stats not showing on the page or ingame
 
1 Attachment(s)
Hi, I think we solved the issues with perl, but it's still the issue that the daemon isn't giving any information that the site is able to display.

Despite anything going on with the server it still shows 0/0 players on it.

The daemon does respond to the calls and receives and executes the reloading command from the webpage both locally and externally.

I'm not entirely sure where to look for it next, what might be the issue.

We just reuploaded the plugins in hopes that this would help, but not so far.

I've attached the log files. It's mostly saying

HLSTATSX: No data since 120 seconds.

Could it be the unconfigured GeoIP causing it to not work?

heavyisgps 08-20-2019 16:40

Re: [HELP] Stats not showing on the page or ingame
 
Partly solved:

I no longer get that initial error.

But I did have to install the Encode package as well to get it to work.

You may want to add that to the package list as well

Instead I'm now getting this error:

DBI connect('user:<host.address>','user',...) failed: Host '10.101.54.112' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' at .//HLstats.plib line 160.

So I'll have to check with the host

EDIT: Tested on my own locally and it worked, however daemon does not get any information to put out on the website stats page


All times are GMT -4. The time now is 09:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.