Page 1 of 1

3.01 vs 3.02 UT99

Posted: Thu Jul 03, 2008 1:50 pm
by utssace
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?

Re: 3.01 vs 3.02 UT99

Posted: Thu Jul 03, 2008 11:47 pm
by Panther
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

Re: 3.01 vs 3.02 UT99

Posted: Fri Jul 04, 2008 11:53 am
by utssace
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.

Re: 3.01 vs 3.02 UT99

Posted: Fri Jul 04, 2008 12:49 pm
by Panther
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.

Re: 3.01 vs 3.02 UT99

Posted: Sat Jul 05, 2008 2:30 pm
by utssace
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.

Re: 3.01 vs 3.02 UT99

Posted: Sat Jul 05, 2008 4:18 pm
by Panther
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.

Re: 3.01 vs 3.02 UT99

Posted: Sun Jul 06, 2008 5:43 pm
by utssace
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?

Re: 3.01 vs 3.02 UT99

Posted: Tue Jul 08, 2008 8:38 am
by Panther
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?

Re: 3.01 vs 3.02 UT99

Posted: Sun Jul 13, 2008 8:34 am
by utssace
Thanks Panther.

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