Closed (won't fix)
Project:
Drupal core
Version:
4.7.0-beta5
Component:
upload.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2006 at 04:19 UTC
Updated:
20 Apr 2006 at 16:12 UTC
I use SSL on my web server and the message "Page contains insecure elements" appears in IE6 while entering the edit mode on nodes with attachments enabled. Messages disappear when I delete upload.js so I suppose that problem comes with it.
How to track the bug:
1. Enable SSL on your web server
2. Go to https://www.example.com/admin/modules and enable 'upload' module
3. Go to https://www.example.com/admin/settings/content-types/page and set 'Attachments' to 'Enabled'
4. Go to https://www.example.com/node/add/page and you'll get the warning message
Comments
Comment #1
dopry commentedIs your base_url set to https: in the settings.php... It may be trying to load http://example.com/drupal.js etc.
Is it resolved after the base url fixes?
Comment #2
chx commentedthere is no drupal bug here.