dbvista
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme has become uneditable, lost the Templates dropdownThanks for your help!
Chip: we aren’t actually editing template files through the dashboard, just noticing the symptom.
This is now Trac ticket 18022.
You’re right that a slow-running script isn’t necessarily a bug, but in this case, we’re talking a completely frozen browser for many seconds, even before the dialog appears. Trust me, when your browser hangs for 10 seconds, you notice. ??
Because of the following facts:
1. IE displays other, much larger dropdowns (outside of wp) without any delay
2. Firefox displays the wp Author dropdown without any delay, regardless of the number of entries
I suspect wp has an IE-specific JavaScript bug, and I will report it. Thanks.
I’m afraid I must (respectfully) disagree. In the same browser, on a different web page, I just opened and operated a dropdown with 5000 entries. It was speedy and had no delays. In contrast, the Author dropdown on wp-admin/post.php has only 700 items and it breaks as described above.
The appearance of the “Stop running this script” dialog is not an error. It indicates that some JavaScript has run for a long time, longer than a threshold.
So I believe this does indeed look like a wp problem.
Here’s a possible clue…
If I remove this line from wp-admin/admin-header.php:
ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>',
the problem disappears.
The problem disappears if fewer names are in the Author dropdown.
With about 250 names, if I click on the dropdown, then IE sits for about 3 seconds and then displays the dropdown. It gets slower as I add names and eventually the “Stop running this script” dialog starts popping up.
Yes, I have done all that. The problem remains.
Someone else reported this problem in 3.2 but did not get any help:
Forum: Plugins
In reply to: [Secure Invites] [Plugin: Secure Invites] mass inviteThis doesn’t seem to be in core WordPress. Maybe it’s a feature of the plugin “Secure Invites”…?
Forum: Plugins
In reply to: [New Blog Defaults] [Plugin: New Blog Defaults] 3.1 changed names of "Roles"This plugin’s functionality seems to work with WordPress 3.1, but its admin page is nowhere to be found. I can’t change the settings.
Forum: Networking WordPress
In reply to: Multisite SSL = 404 errors for most pagesSolved it myself. My apache configuration was using name-based virtual hosts but only on port 80. I added the following to my httpd.conf file and all is well.
NameVirtualHost *:443 <VirtualHost *:443> ServerName myblog.example.com <Directory "/var/www/html"> AllowOverride FileInfo Options </Directory> </VirtualHost>
Forum: Networking WordPress
In reply to: Multisite, SSL (wildcard) and forced loginWhen you use FORCE_SSL_LOGIN, it does not encrypt the login page. However, it does make the login page use SSL on submit, protecting your credentials.
To see this, do a “View Source” on the login page and look for the <form> tag. The “action” attribute will says “https://….” This is all you need.
I should also mention that I have a valid SSL cert that matches the hostname, and that https://myserver correctly displays the home page, secured.
By “not secured”, I mean the page comes up as https://blogname/wp-login.php instead of https://…. I was expecting it to be SSL automatically.
Forum: Networking WordPress
In reply to: WP 3.1: Activate gone, Network Activate only?Thanks for the clarification, Andrea!
raywaldo: Thanks for the pointer to Exclude Plugins. It doesn’t seem to work for 3.1 however. Clicking “Exclude Plugins” yields:
Fatal error: Call to undefined function print_plugins_table() in /var/www/html/wp-content/plugins/exclude-plugins/exclude-plugins.php on line 156