dhottinger - 2007-12-03

OK.  Here's what Ive found so far.  Chowned the install to apache.  Installs fine.  Still cant login as admin with default admin password.  So looking at error logs for httpd noticed some post length errors.  [Mon Dec 03 12:03:10 2007] [error] [client 10.40.20.20] PHP Warning:  Unknown: POST Content-Length of 32 bytes exceeds the limit of 16 bytes in Unknown on line 0, referer: http://backup.thms/bobs/admin.php
So in my php.ini I raised the post limit.  I was able to login but when I tried to add a server I got another error message refering to this.  So I raised my limit again.  Then I got another php error message.  In short no matter how high I raise the limit, it errors out each time I click a button to submit something.  ie:
[Mon Dec 03 13:03:02 2007] [error] [client 10.40.20.20] PHP Warning:  Unknown: POST Content-Length of 520 bytes exceeds the limit of 512 bytes in Unknown on line 0, referer: http://backup.thms/bobs/admin.php
[Mon Dec 03 13:03:02 2007] [error] [client 10.40.20.20] PHP Notice:  Undefined index:  menu in /var/www/html/bobs/admin.php on line 15, referer: http://backup.thms/bobs/admin.php
[Mon Dec 03 13:03:02 2007] [error] [client 10.40.20.20] PHP Notice:  Undefined index:  password in /var/www/html/bobs/admin.php on line 62, referer: http://backup.thms/bobs/admin.php
[Mon Dec 03 13:03:02 2007] [error] [client 10.40.20.20] PHP Notice:  Undefined index:  menu in /var/www/html/bobs/admin.php on line 67, referer: http://backup.thms/bobs/admin.php
[Mon Dec 03 13:03:02 2007] [error] [client 10.40.20.20] PHP Notice:  Undefined index:  form_name in /var/www/html/bobs/admin.php on line 86, referer: http://backup.thms/bobs/admin.php
[Mon Dec 03 13:03:02 2007] [error] [client 10.40.20.20] PHP Notice:  Undefined index:  selectlist in /var/www/html/bobs/admin.php on line 98, referer: http://backup.thms/bobs/admin.php.

I finally raised the post limit to 728 and everything started working.  Is this a bug?  Im running 0.6.4.  Incidently this is a pretty slick piece of php code after I get it working.

thanks,