phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #2547] Form Submissions not working on most


From: nobody
Subject: [Phpgroupware-tracker] [Bug #2547] Form Submissions not working on most apps.
Date: Wed, 19 Mar 2003 01:20:08 -0500

=================== BUG #2547: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2547&group_id=509

Changes by: Dave Hall <address@hidden>
Date: Wed 03/19/03 at 17:20 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Closed due to no response after 2 weeks of followup being posted



=================== BUG #2547: FULL BUG SNAPSHOT ===================


Submitted by: jayma777                Project: phpGroupWare                 
Submitted on: Fri 02/14/03 at 05:34
Category:  None                       Bug Group:  0.9.14.001 release        
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  Works for me             Assigned to:  None                    
Status:  Closed                       Component Version:  TGZ               
Platform Version:  Linux - SuSE       Reproducibility:  Every Time          

Summary:  Form Submissions not working on most apps.

Original Submission:  Base apps work fine.  (Calendar, Email, Contacts)

Headlines, TimeTrack, PHPWebHosting, Bookmarks, etc...
All forms in these groups will not submit data (Form Submit)

I've altered TimeTrack headers to process the forms, and the app somewhat 
works...  (Still some errors).

Basically, it looks like phpgwapi/inc/functions.inc.php->registervars is not 
parsing through the form collection correctly.  (though this is just a quick 
glance thru the code..  the error could be somewhere else)

I've installed 0.9.14.001 on 3 separate Suse 8.1 boxes and all have the same 
issue.

Let me know if you need any additional info / files.

Thanks,

Jay

Follow-up Comments
*******************

-------------------------------------------------------
Date: Wed 03/19/03 at 17:20         By: skwashd
Closed due to no response after 2 weeks of followup being posted

-------------------------------------------------------
Date: Fri 02/14/03 at 08:56         By: skwashd
You must have register_globals = on in your php.ini for phpgroupware to work 
properly.  Your 'fix' is not the supported way to deal with this problem.

Let me know if this fixes it.

Cheers

-------------------------------------------------------
Date: Fri 02/14/03 at 06:46         By: jayma777
Bandaid:
Adding this code to header.inc.php fixed the issue.  This is a workaround only. 
 I have no idea what else this may break, including security.

while(list($key,$value)=each($HTTP_POST_VARS))
{
     \$$key = $value;
}



CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2547&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]