Ok, so I did a few things and sort of have my upload working.
First I went and enabled php5 on my server, my host offers it but not by default...:/
And then I disabled mod security alltogether.
Neither worked alone or together in either FF or IE. I left the php5 on :) and took out the mod security off until I know what the fix is.
I'm playing with the RC on a (currently) development domain, fresh install and what not; using the kubrick theme.
Then, just toying around, I got the upload to ALMOST work in FF in a very hackneyed sort of way...
1. I made and published a post with no uploads (scripts enabled for the domain of course)
2. Then I went back and edited the post, clicked add photos,
3. and then disabled scripts (thanks noscript!) before choosing a file and uploading. The upload lightbox pane becomes a page now, and takes you away from the edit pane.
The image uploaded, no error but then the 'show' links wouldn't work ; so I
4. re-enabled scripts.
I was able to click and expand the 'show' link and edit the file properties in the gallery tab, but not in the single file/upload tab.
5. So I edited a few things in the gallery tab and clicked save changes,
6. moved over to the upload tab, and clicked the 'insert into post' button that is in the insert image by URL feild.
This returned a blank page when the form submitted.
7. I looked at the post and the title, link, and alt description were there, but no image in the excerpt on my main blog page, and when I went to the single post, I had this :
Warning: array_values() [function.array-values]: The argument should be an array in /home/june/public_html/wp-includes/media.php on line 429
Warning: Invalid argument supplied for foreach() in /home/june/public_html/wp-includes/media.php on line 431
Warning: array_values() [function.array-values]: The argument should be an array in /home/june/public_html/wp-includes/media.php on line 429
Warning: Invalid argument supplied for foreach() in /home/june/public_html/wp-includes/media.php on line 431
And the source returned for the single post (using the kubrick default theme) was this:
<div class="post" id="post-14"> <h2>
<a href="http://devdomain.com/2008/03/help-me/">help me!</a> » Test image</h2>
<div class="entry">
<p class="attachment">
<a href='site/wp-content/uploads/2008/03/04500080.jpg' title='Test image'><img src="site/
wp-content/uploads/2008/03/04500080-200x300.jpg" width="200" height="300" class="attachment-medium" /></a>
test image
<div class="navigation">
<div class="alignleft">
<b>Warning</b>: array_values() [<a
href='function.array-values'>function.array-values</a>]:
The argument should be an array in
<b>/home/site/public_html/wp-includes/media.php</b>
on line <b>429</b>
<b>Warning</b>: Invalid argument supplied for foreach()
in <b>/home/site/public_html/wp-includes/media.php</b>
on line <b>431</b>
</div>
<div class="alignright">
<b>Warning</b>: array_values() [<a
href='function.array-values'>function.array-values</a>]: The argument should be an array in
<b>/home/site/public_html/wp-includes/media.php</b>
on line <b>429</b>
<b>Warning</b>: Invalid argument supplied for foreach()
in <b>/home/june/public_html/wp-includes/media.php</b>
on line <b>431</b>
</div>
</div>
<br class="clear" />
I realize that is probably because I used the gallery tab, and only had one image. So I went back and tried the same procedure for another image, to make the gallery into an array. All went well, but no pictures...
the post source this time was this (minus all the divs without errors):
<a rel="attachment wp-att-14" href="http://call4pilotcars.com/2008/03/help-me/
attachment/04500080/"> </a>
only...no errors this time. And no gallery visible.
I can't seem to get my code in there without the styling cutting it off at the end; I've tried to edit it a few times to no avail-if you can't read the source/error and need to, email me, I saved it.
Don't know if that helps anyone, right now it just makes my head hurt. Maybe tomorrow.