I know this doesn't even sounds possible, but here it is:

I just downloaded the latest version of drupal 4.7 (4.7 CVS, not 4.7.0).

I made a couple minor color tweaks to B7, but nothing significant.

Installed all on a test subdomain, and all seems to work as usual.

The hitch- files fail to attach when I submit a page using B7, but DO attach when I submit a page using bluemarine or pushbutton themes.

The file seems to upload, but when I submit the page nothing is there! If I attach a file using a different theme, it's still there if I switch back to B7 (of course).

Comments

bradlis7’s picture

That's weird. I think it works fine for me, at least with firefox, but I'll try to take a look at it tonight if I have time. I can't imagine this being a bug in any theme, but if you tested it out, I guess it must be some sort of bug.

I haven't had a problem with it, but it could be that the upload javascript isn't getting attached to the page somehow.

pwolanin’s picture

I'm using Firefox 1.5 under Mac OSX.

I agree the only thing that could be an issue is the JS. I'm trying to play around substituting elements from the bluemarine page.tpl.php to see if I can find the cause...

pwolanin’s picture

odder still- upload works with Safari, but still not with FF.

pwolanin’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

Ok- mystery solved. Looks like more of a core bug/quirk and not specific to this theme. Sorry for any worry.

I unchecked the box for "use default shotcut icon" but did not supply another file instead. Because of this, checking the page source, the header when I went to edit the node shows this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title>Access denied | Example Site</title>
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="all">@import "/misc/drupal.css";</style><link rel="shortcut icon" href="" type="image/x-icon" />
  <style type="text/css" media="all">@import "/themes/example-theme/style.css";</style></head>
bradlis7’s picture

I'm glad you figured it out. Maybe you should report a drupal bug.

pwolanin’s picture

already filed one: http://drupal.org/node/64650