3.01 vs 3.02 UT99

General forum for discussions regarding UTStatsDB
utssace
Posts: 18
Joined: Sat Dec 15, 2007 3:50 pm

3.01 vs 3.02 UT99

Postby utssace » Thu Jul 03, 2008 1:50 pm

In the past I have had 3.01 running on UT99, UT2003, & UT2k4 with no problems.
Recently I just set up UT99 on v3.02 and cannot get the parsing to work right. The
browser hangs when I parse. I have to close the browser and when I try and parse again,
I get the message "Log parser currently locked for update".

I have the right logconfig info and my log processing folder has full read/write permissions.

Could it be the v3.02. Is v3.01 still available somewhere for download that I can try?
Any other things I could check on the server or website end?

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: 3.01 vs 3.02 UT99

Postby Panther » Thu Jul 03, 2008 11:47 pm

In the past I have had 3.01 running on UT99, UT2003, & UT2k4 with no problems.
Recently I just set up UT99 on v3.02 and cannot get the parsing to work right. The
browser hangs when I parse. I have to close the browser and when I try and parse again,
I get the message "Log parser currently locked for update".

I have the right logconfig info and my log processing folder has full read/write permissions.

Could it be the v3.02. Is v3.01 still available somewhere for download that I can try?
Any other things I could check on the server or website end?
Try running the parser from a command line:
php logs.php pass=***** nohtml

utssace
Posts: 18
Joined: Sat Dec 15, 2007 3:50 pm

Re: 3.01 vs 3.02 UT99

Postby utssace » Fri Jul 04, 2008 11:53 am

I don't have shell access on my webhost.

I've tried running it via cron and that doesn't work either. I have never had any prob running
from admin. It's usually a configuration problem but I can't figure this one out.

Could this be it...

Our UT99 gameserver doesn't appear to be set up in the root. It is installed in a
folder named after the IP like this: /xx.xx.xx.xxx port 7777/Logs

My problem now is a message saying "Error changing ftp directory to...."
I have tried all of the combinations:

/Logs
Logs
/xx.xx.xx.xxx port 7777/Logs
/xx.xx.xx.xxx port 7777/Logs/
/xx.xx.xx.xxx%20port%207777/Logs
/xx.xx.xx.xxx%20port%207777/Logs/

They all give the error changing ftp directory except the third and fourth one that have
spaces in the folder name causes the parse to hang.

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: 3.01 vs 3.02 UT99

Postby Panther » Fri Jul 04, 2008 12:49 pm

When you create the cron job, redirect the output to a file (append something like " > /home/user/utstatsdb.log").

As for the ftp path, you can try a relative path instead of an absolute and see if that works.

I don't have shell access on my webhost.

I've tried running it via cron and that doesn't work either. I have never had any prob running
from admin. It's usually a configuration problem but I can't figure this one out.

Could this be it...

Our UT99 gameserver doesn't appear to be set up in the root. It is installed in a
folder named after the IP like this: /xx.xx.xx.xxx port 7777/Logs

My problem now is a message saying "Error changing ftp directory to...."
I have tried all of the combinations:

/Logs
Logs
/xx.xx.xx.xxx port 7777/Logs
/xx.xx.xx.xxx port 7777/Logs/
/xx.xx.xx.xxx%20port%207777/Logs
/xx.xx.xx.xxx%20port%207777/Logs/

They all give the error changing ftp directory except the third and fourth one that have
spaces in the folder name causes the parse to hang.

utssace
Posts: 18
Joined: Sat Dec 15, 2007 3:50 pm

Re: 3.01 vs 3.02 UT99

Postby utssace » Sat Jul 05, 2008 2:30 pm

Ok hopefully I'm getting close. The cron works now...thank to Panther.

However, I am now getting these warnings:

Downloading log 'Unreal.ngLog.2008.06.28.13.30.31.7777.log'....successful
Warning: ftp_delete() [function.ftp-delete]: Closing data connection. in /home/mydomain/public_html/logs.php on line 469
- deletion failed!

Any ideas what is causing these.

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: 3.01 vs 3.02 UT99

Postby Panther » Sat Jul 05, 2008 4:18 pm

Ok hopefully I'm getting close. The cron works now...thank to Panther.

However, I am now getting these warnings:

Downloading log 'Unreal.ngLog.2008.06.28.13.30.31.7777.log'....successful
Warning: ftp_delete() [function.ftp-delete]: Closing data connection. in /home/mydomain/public_html/logs.php on line 469
- deletion failed!

Any ideas what is causing these.
The ftp login may not have access to delete the files, only to read them. You should have the Log directory's group set to the same as the ftp user, with write access.

utssace
Posts: 18
Joined: Sat Dec 15, 2007 3:50 pm

Re: 3.01 vs 3.02 UT99

Postby utssace » Sun Jul 06, 2008 5:43 pm

Panther,

Looks like our server host has to fix some permissions for us. I tested it on another UT99 server and the logs
parse ok.

One other thing...
When parsing from admin, I used to see status as the logs parse...like "10 of 58" parsed, then
say "21 of 58" and so on. Now I just get a still browser and then at the end just a white screen when done.
Any ideas why the parsing status isn't showing?

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: 3.01 vs 3.02 UT99

Postby Panther » Tue Jul 08, 2008 8:38 am

When parsing from admin, I used to see status as the logs parse...like "10 of 58" parsed, then
say "21 of 58" and so on. Now I just get a still browser and then at the end just a white screen when done.
Any ideas why the parsing status isn't showing?
No, I'm not having this issue. Does this occur with multiple servers? What browser?

utssace
Posts: 18
Joined: Sat Dec 15, 2007 3:50 pm

Re: 3.01 vs 3.02 UT99

Postby utssace » Sun Jul 13, 2008 8:34 am

Thanks Panther.

Our new host had some restrictions set on our gameserver. Everything works like normal now.


Return to “UTStatsDB”