Drupal 4.7.6 mysql 4.0.26 PHP Version 4.4.0 OSTYPE linux-gnu
FireFox 2.0.0.3
When attaching a file to a page when I click the Attach button the candy stripe starts showing that a file is being uploaded then an error window pops up with the following:

[true,"\x3ctable\x3e\n\x3cthead\x3e\x3ctr\x3e\x3cth\x3eDelete\x3c/th\x3e\x3cth\x3eList\x3c/th\x3e\x3cth\x3eDescription\x3c/th\x3e\x3cth\x3eSize\x3c/th\x3e\x3c/tr\x3e\x3c/thead\x3e\n\x3ctbpdy\x3e\n\x3ctr class=\"odd\"\x3e\x3cdiv class=\"form-item\"\x3e\n\x3cinput type=\"checkbox\" name=\"edit[files][upload_0][remove]\" id=\"edit-files-upload_0-remove\" value=\"1\" class=\"form-checkbox\" /\x3e\n\x3c/td\x3e\x3ctd\x3e\x3cdiv class=\"form-item\"\x3e\n\x3cinput type=\"checkbox\" name=\"edit[files][upload_0][list]\" id=\"edit-files-upload_0-list\" value=\"1\" checked=\"checked\" class=\"form-checkbox\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd\x3e\x3cdiv class=\"form-item\"\x3e\n\x3cinput type=\"text\" maxlength=\"256\" name=\"edit[files][upload_0][description]\" id=\"edit-files-upload_0-description\" size=\"60\" value=\"2005eventapp.doc\" class=\"form-text\" /\x3e\n\x3cdiv class=\"description\"\x3e\x3csmall\x3ehttp://www.mysite.com/member/files/2005eventapp.doc\x3c/small\x3e\x3c/div\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd\x3e19KB\x3c/td\x3e\x3c/tr\x3e\n\x3c/tbody\x3e\x3c/table\x3e\n\x3cdiv id=\"attach-hide\"\x3e\x3cdiv class=\"form-item\"\x3e\n\x3clabel for=\"edit-upload_0\"\x3eAttach new file: \x3c/label\x3e\n\x3cinput type=\"file\" name=\"edit[upload]\" class=\"form-file\" id=\"edit-upload\" size=\"40\" /\x3e\n\n\x3c/div\x3e\n\x3cinput type=\"submit\" name=\"attach\" value=\"Attach\" id=\"attach\" class=\"form-submit\" /\x3e\n\x3c/div\x3e\x3cinput type=\"hidden\" name=\"edit[attach]\" id=\"edit-attach\" value=\"http://wwwmysite.com/member/upload/js\" class=\"upload\" /\x3e\n\x3cinput type=\"hidden\" name=\"edit[vid]\" id=\"edit-vid\" value=\"\" /\x3e\n"]

FireFox is locked up (can't switch to another tab) until I click the OK button in the error window.
After clicking the OK button if I continue and click the submit button there are two instances of the file attached to the page.
If I never click the attach button (just browse to the file and click open) and click submit the file is attached to the page.
In IE Explorer if I click the Attach button I get a pop up that just says unspecified error. At that point Explorer is locked up and clicking OK just pops up another unspecified error window. the only way I can get out of it is to CTRL-ALT-DEL and shut Explorer down.
I realized that the error message above was a string of ESCaped characters. So I converted them back to readable characters and got the following:


[true,"<table>
<thead><tr><th>Delete</th><th>List</th><th>Description</th><th>Size</th></tr></thead>
<body>
<tr class="odd"><td><div class="form-item">
<input type="checkbox" name="edit[files][upload_0][remove]" value="1" class="form-checkbox"/>
</div>
</td><td><div class="form-item">
<input type="checkbox" name="edit[files][upload_0][list]" id="edit-files-upload_0-list" value="1" checked="checked" class="form-checkbox"/>
</div>
</td><td><div class="form-item">
<input type="text" maxlength="256" name="edit[files][upload_0][description]" id="edit-files-upload_0-description" size="60" value="2005eventapp.doc" class="form-text"/>
<div class="description"><small>http://www.mysite.com/member/files/2005eventapp.doc</small></div>
</div>
</td><td>19KB</td></tr>
</tbody></table>
<div id="attach-hide"><div class="form-item">
<label for="edit-upload">Attach newfile:</label>
<input type="file" name="edit[upload]" class="form-file" id="edit-upload" size="40"/>

</div>
<input type="submit"name="attach" value="Attach" id="attach" class="form-submit"/>
</div><input type="hidden" name="edit[attach]" id="edit-attach" value=""http://www.mysite.com/member/upload/js" class="upload">
<input type="hidden" name="edit[vid]" id="edit-vid" value=""/>
"]

Now that I could read the error I put it a html wrapper to see what it looked like and got the attached file. I don't see any error. the browse button even works.
I have searched and read more than 100 pages and found no help.
I am starting to suspect that it is a problem on my server but I have no idea where to look.
I could really use some help here.

CommentFileSizeAuthor
Error1_1.html1.55 KBDarrell

Comments

Darrell’s picture

Another small piece. If after clicking Attach and then OK to clear the error box in FireFox I click Attach again I get the candy stripe and it never completes. Hitting Submit at that point does nothing.
Firebug shows no errors even when the error pop up occurs. I am just learning Firebug.

Darrell’s picture

What does it take to get any help around here???????

Darrell’s picture

Can anyone point me to some where that somebody might care that I am having a problem with a module?
It don't look like kills gives a sh**.

ricabrantes’s picture

Status: Active » Closed (fixed)

Closed.. No activity..