WordPress Trac
  • Login
  • Preferences
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 17)

1 2 →
#19571: defect (bug): wp_rand() can return a value outside the requested range (new)
On some 32bit hosts, the Entropy builds of PHP truncate integers larger than PHP_INT_MAX to PHP_INT_MAX rather than overflowing them as floats. {{{ var_dump( 3000000000 === 2147483647 ); // true }}} This can cause {{{wp_rand()}}} t ...
By mdawaffe — 12/15/11 21:36:14
#15466: defect (bug): Database errors on dashboard (closed: worksforme)
... org/extend/plugins/health-check/\">Health Check plugin</a>. You can download it manually, or use this <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=health-check\">handy plugin installation</a> tool I whipped up. Right now, Health Check wil ...
By Viper007Bond — 11/18/10 07:11:43
#14752: feature request: Warn after theme activation if wp_head/footer is missing (new)
After theme activation, we can reliably test for wp_head() and wp_footer() with an HTTP call to the front page. We should do that and check for two things: 1. That wp_head() and wp_footer() are present in the theme. 2. That they ...
By nacin — 09/01/10 12:10:37
#14401: defect (bug): Unable to locate WordPress Content directory (wp-content). (reopened)
Hi, I encounter this message on one server during plugin install: "Unable to locate WordPress Content directory (wp-content)." PHP Version 5.2.0-8+etch1 Another info from Core Control plugin: Direct Not Available SSH2 Not Avail ...
By pavelevap — 07/23/10 15:56:19
#11872: defect (bug): Notice when HTTP response has headers only (closed: fixed)
... It should not. I ran over this while giving the health-check plugin a testdrive and it does return such http request responses.
By hakre — 01/12/10 01:48:55
#11868: defect (bug): Cannot edit posts from wp-admin (closed: worksforme)
When I click on "Posts" or "Edit" under "Post" in the wp-admin, instead of taking me to the list of posts, I always get redirected to the main page of the blog. The "Add New Post" is however working. Browsers I have tested on - Firefox an ...
By ricky_lais — 01/11/10 20:35:24
#11861: feature request: Show list of drop-ins and must-use plugins in admin area (closed: fixed)
Stemming from #10952, this ticket is a suggestion to add a warning somewhere in admin when a custom object-cache.php and/or db.php are present. Malfunctions related to having those files can be very tricky to trace and debug, as evident ...
By archon810 — 01/11/10 08:25:07
#11848: defect (bug): bug in apache_mod_loaded() (closed: worksforme)
If apache functions are available, we should not return the default value in apache_mod_loaded(). as things stand, get_mod_rewrite() would return true even if apache_get_modules() says otherwise. also, phpinfo() is part of php core.
By Denis-de-Bernardy — 01/09/10 22:32:30
#11843: defect (bug): htaccess pointing to wordpress makes CPU overload (new)
On a fresh install of wordpress (with or without the default theme, with or without a fresh database) the load of my VPS is about 0.10/0.50 (it's a quite big website: 6000 unique visitors per day). When creating the wordpress lines on my ...
By cisoprogressivo — 01/09/10 16:25:03
#11764: enhancement: move secret_salt_warning() over into the global WP functionality (closed: wontfix)
secret_salt_warning() adds a warning that prompts users to add a couple of defines to their site so as to reenforce its security. We should turn this on by default, rather than just for multisite installations.
By Denis-de-Bernardy — 01/06/10 17:33:37
1 2 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 0.12.1
By Edgewall Software.

A WordPress Project