jamesvandyke
Forum Replies Created
-
Forum: Plugins
In reply to: [Active Directory Integration] Email on Every LoginThanks DBrieck. This is very helpful.
Forum: Localhost Installs
In reply to: cant select databaseThe two error messages are separate issues. The first is due to running PHP 5.5. Right now WordPress core is using a database connection that 5.5 has marked for
If you’re interested in the discussion see this ticket:
http://core.trac.wordpress.org/ticket/21663This was targeted for fixing in WordPress 3.8 but it doesn’t look like it made it in the first beta.
The easiest solution is to use PHP 5.4 until WordPress fixes this.
Forum: Fixing WordPress
In reply to: 2 deprecated errors in 3.7.1This is an issue with PHP 5.5 and WordPress Core. PHP is pushing a different database connection type PDO and WordPress hasn’t adopted it yet due to backwards compatibility issues.
I think the adoption rate by hosting companies for 5.5 is fairly low. Your best bet is using PHP 5.4 until WordPress updates the database connections.
Forum: Plugins
In reply to: [Active Directory Integration] wpdb::escape is deprecated since 3.6I replaced all of the $wpdb->escape($username) occurances with esc_sql($username) and it seemed to be ok.
I can confirm that reverting to GF 1.6.4.4.2 resolved the issue for me too.
Clicking the “Reset” button fixed this issue for me.
Forum: Plugins
In reply to: Plugin for managing user's editing permissionsI’d be interested if any has any feedback as well. Thanks.
When I installed in on 3.3 with debugging on I got this message:
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /wp-includes/functions.php on line 3587
It still works but it looks like they need to update some of the ways they are enqueueing scripts or styles. Maybe related to this issue: http://wpdevel.wordpress.com/2011/12/12/use-wp_enqueue_scripts-not-wp_print_styles-to-enqueue-scripts-and-styles-for-the-frontend/
Forum: Plugins
In reply to: Jetpack and subscriptionsI’m having the same issue on one of my sites. I’m using the TwentyEleven theme and very basic plugins.
Forum: Plugins
In reply to: Jetpack and SubscriptionsYou need to add it as a widget on one of your sidebars in order for it to display on your site.