PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 01-28-2005, 02:04 PM   #1
FaberFedor
Green Mole
 
Join Date: Jan 2005
Location: New Jersey
Posts: 11
Cool IE bug?

Hi all,

I found PHPDig just today and installed it and everything worked fine. I was pretty impressed. I then added the search box function from section 9.2 of the FAQ. Great!

Then I remembered that my client uses IE to view everything, so I checked it under IE. Of course, there were problems.

I'm surprised that I haven't come across this problem in the fora, since it seems pretty major. If I enter "paul" in the searchbox on the main page (http://www.trimlinemed.com), the search.php page appears with the string "paul query_string=paul" in the search box on search.php.

I can't find anything in the code (mine or PHPDig's) that would cause this. And it only under IE. Firefox on several platforms work fine. :-?
FaberFedor is offline   Reply With Quote
Old 01-28-2005, 02:56 PM   #2
Warmbells
Green Mole
 
Join Date: Sep 2004
Posts: 19
Hi,

I've just checked your page in IE 5.5 with no problem showing.

Warmbells
Warmbells is offline   Reply With Quote
Old 01-28-2005, 05:10 PM   #3
Dave A
Purple Mole
 
Dave A's Avatar
 
Join Date: Aug 2004
Location: North Island New Zealand
Posts: 170
Hi I just visited the web site and it works fine when viewed with firefox, I then switched over to IE and it was okay as well..
Dave A is offline   Reply With Quote
Old 01-28-2005, 08:39 PM   #4
FaberFedor
Green Mole
 
Join Date: Jan 2005
Location: New Jersey
Posts: 11
Warmbells, Dave A,

You went to http://www.trimlinemed.com, entered the string "paul" into the search box in the upper right hand corner of the screen and hit "Enter" and the resulting search.php page showed results?!
FaberFedor is offline   Reply With Quote
Old 01-28-2005, 11:14 PM   #5
Warmbells
Green Mole
 
Join Date: Sep 2004
Posts: 19
Yes, no problems at all and I also tried firefox.

Warmbells
Warmbells is offline   Reply With Quote
Old 01-29-2005, 05:54 AM   #6
FaberFedor
Green Mole
 
Join Date: Jan 2005
Location: New Jersey
Posts: 11
Curioser and curioser. It doesn't work for me running IE on my Linux box via VMware nor does it work for my client running IE on XP at a completely different physical location. :-?
FaberFedor is offline   Reply With Quote
Old 01-30-2005, 03:39 PM   #7
FaberFedor
Green Mole
 
Join Date: Jan 2005
Location: New Jersey
Posts: 11
IE bug- SOLVED!

Several people in my LUG saw the problem and one did not. All of the data is not in, but it was consistent amongst people running Win98SE and XP (Home|Pro).

To fix the problem, I added 'enctype="multipart/form-data"' to the form tag and it works now!

May I suggest you change the entry in the FAQ/docs to read as follows so others can cut 'n' paste:

<form action="http://YOURDOMAIN/search.php" enctype="multipart/form-data" method="post">
<input type="text" name="query_string" value="">
<input type="submit" name="search" value="Search">
</form>
FaberFedor is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Do i need help or is it a bug? se7en Troubleshooting 2 03-16-2006 06:23 AM
bug? upgrade to 1.8.4 zaartix How-to Forum 2 12-12-2004 06:52 AM
Bug with PHPDIG_SESSID_VAR? Edomondo Bug Tracker 1 11-30-2004 08:56 AM
Not really a bug cybercox Mod Requests 0 04-04-2004 06:03 AM
bug... shadow00 Troubleshooting 2 12-16-2003 12:01 PM


All times are GMT -8. The time now is 03:38 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.