ID: 15120 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment:
When using Netscape 4.75 and Netscape 4.76 from a Windows 95 box I have for testing, I notice the following HTTP request given as a result of the form submission generated from clicking "In Cart" on your site. POST /catalog/product_info.php?blahblahblah HTTP/1.0 Referer: blahblahblah Connection:Keep-Alive User-Agent: Mozilla/4.76 [en] (Win95; U) Host: www.jokesrwild.com Accept: blahblahblah Accept-Encoding: blahblahblah Accept-Language: blahblahblah Accept-Charset: blahblahblah Cookie: PHPSESSID=blahblahblah And that's it! The two form variables, products_id and Size, are not sent. There is no Content-Type header nor any content. When using Mozilla to test this, I get the correct Content-type of application/x-www-form-urlencoded as well as the two form variables. Can you possibly add some debugging (to a log if necessary) that captures the values (if they exist) of the form variables submitted? I just want to know if I'm on the right track. This is a weird one. Previous Comments: ------------------------------------------------------------------------ [2002-02-06 11:46:49] [EMAIL PROTECTED] I'm reopening this, since I've been able to reproduce it myself. I will analyze this further at a protocol level and post the results back. This example site (http://jokesrwild.com/catalog/) works with my Mozilla 0.9.5 but not with Netscape 4.75. ------------------------------------------------------------------------ [2002-01-21 14:21:00] [EMAIL PROTECTED] I'm hoping you haven't given up on me...are you still able to help, even with my many limitations? ------------------------------------------------------------------------ [2002-01-20 11:04:11] [EMAIL PROTECTED] I wish I could be of more help in this issue. My "virtual server" is merely leased space on another company's server. I have some control, like access to the http.conf files and mail aliases, etc., but not root access. I wouldn't know how to configure php to run on my own personal computer at home... As far as making a reproducible script, I'm afraid that's beyond my capabilities as well. This software uses modules, class and function folders as well as tying into the MySQL database. Is there any other way I could help, like sending you a couple of the pertinent files (sessions.php)? I'm generally a very good troubleshooter and "hacker" (being able to figure out how to get a program to do what I want it to), but this one has me stumped. ------------------------------------------------------------------------ [2002-01-20 09:19:15] [EMAIL PROTECTED] I verified with my Netscape 4.77/U.S., 26-Mar-01; It does not work with my Netscape, but it works with my Mozilla 0.9.7+. I guess you have your PC or test PC, could you reproduce with your PC? If yes, please try if it happens with 4.1.1. Could you make a short reproducible script? ------------------------------------------------------------------------ [2002-01-20 06:23:57] [EMAIL PROTECTED] I am in a virtual hosting situation where I have telnet access, but not root access...so I haven't been able to install 4.1.1. I have been in touch with the support folks on my server asking if they would upgrade to 4.1.1, but I don't have an answer for that yet. I'm sure they would agree to the upgrade if I could establish that this is definitely a bug with the php version 4.0.6, though. The URL of my customer's shop is http://www.jokesrwild.com/catalog The software itself can be found at http://www.oscommerce.com. It's not a live shop yet, so you can poke around all you want. Thanks ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15120 -- Edit this bug report at http://bugs.php.net/?id=15120&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php