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: Thu, 13 Feb 2003 14:46:48 -0500

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

Changes by: Jay Martin <address@hidden>
Date: 2003-Feb-13 19:46 (GMT)

------------------ Additional Follow-up Comments ----------------------------
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;
}




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


Submitted by: jayma777                Project: phpGroupWare                 
Submitted on: 2003-Feb-13 18:34
Category:  None                       Bug Group:  0.9.14.001 release        
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  None                     Assigned to:  None                    
Status:  Open                         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: 2003-Feb-13 19: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]