Title: Eric Mann's Replies - page 3 | WordPress.org

---

# Eric Mann

  [  ](https://wordpress.org/support/users/ericmann/)

 *   [Profile](https://wordpress.org/support/users/ericmann/)
 *   [Topics Started](https://wordpress.org/support/users/ericmann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ericmann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ericmann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ericmann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ericmann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ericmann/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 681 total)

[←](https://wordpress.org/support/users/ericmann/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/ericmann/replies/?output_format=md) [2](https://wordpress.org/support/users/ericmann/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/ericmann/replies/page/4/?output_format=md)…
[44](https://wordpress.org/support/users/ericmann/replies/page/44/?output_format=md)
[45](https://wordpress.org/support/users/ericmann/replies/page/45/?output_format=md)
[46](https://wordpress.org/support/users/ericmann/replies/page/46/?output_format=md)
[→](https://wordpress.org/support/users/ericmann/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] session_value is empty](https://wordpress.org/support/topic/session_value-is-empty/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/session_value-is-empty/#post-9874691)
 * There was a bug in the community patch that introduced table storage in v2.0.0.
   That was resolved in v2.0.1 and should no longer be an issue in that or any later
   version. Please advise if that is not the case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] After last update I get Error “wpdb::prepare was called incorrectly”](https://wordpress.org/support/topic/after-last-update-i-get-error-wpdbprepare-was-called-incorrectly/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/after-last-update-i-get-error-wpdbprepare-was-called-incorrectly/#post-9874686)
 * There were a couple of bugs with community contributions in the early v2 releases.
   These should now be entirely resolved with the latest versions. Please advise
   if that is not the case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] WP Session creates database error](https://wordpress.org/support/topic/wp-session-creates-database-error/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/wp-session-creates-database-error/#post-9874678)
 * The database creation routine wasn’t wired correctly to run <i>before</i> session
   initialization as of v2.0.1. That specific bug was fixed in v2.0.2. This should
   be resolved now with either that or the latest 3.X versions.
 * Alternatively, Andrew’s suggestion to <i>force</i> options usage will skip working
   with a custom database table entirely. Either way, this should be resolved.
 * Please advise if that’s not the case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] Site Crash with 2.0.2](https://wordpress.org/support/topic/site-crash-with-2-0-2/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/site-crash-with-2-0-2/#post-9874672)
 * Is there any chance you can access the system’s error logs through your host?
   I’m wondering if there was a PHP error somewhere that caught things up for you.
   Version 2+ uses a custom database table to store sessions (to prevent performance
   issues related to using the options table); if the server is having issues creating
   that table, it could have caused the delay.
 * If you <i>don’t</i> have access to logs, I would recommend instead setting a 
   flag in your WordPress config file to force the plugin to keep using the options
   table. See the “Can I use this plugin without creating new tables?” [section in the FAQ](https://github.com/ericmann/wp-session-manager#frequently-asked-questions).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] Store image for session, delete on expiration](https://wordpress.org/support/topic/store-image-for-session-delete-on-expiration/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/store-image-for-session-delete-on-expiration/#post-9874656)
 * With versions greater than 3.0, this won’t work at all as sessions are cleaned
   up <i>natively</i> rather than through the plugin. That being said, the ‘wp_session_cleanup’
   event runs <i>after</i> sessions are deleted, therefore there’s no session data
   to reference to delete the image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] Lost session swith update to 3.0.0](https://wordpress.org/support/topic/lost-session-swith-update-to-3-0-0/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/lost-session-swith-update-to-3-0-0/#post-9874645)
 * This has been resolved with v3.0.2. My apologies for anything that broke.
 * Version 3.0 was not intended to be backwards compatible and shifted to using 
   <i>native</i> session functionality within PHP rather than a custom (admittedly
   buggy) object implementation. Some helpful devs in the community have contributed
   a backwards-compatibility patch, however, that restores functionality if you’re
   still using the `WP_Session` object.
 * Updating to v3.0.2 should now be possible without losing track of your sessions–
   though any sessions active before the update will be reset as the new version
   uses a different storage mechanism.
 * Moving forward, I’d encourage you to upgrade your usage of the `WP_Session` object
   to using native `$_SESSION` references as the former is deprecated and will eventually
   be removed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Session Manager] Unprepared queries allow DB Injection Attack](https://wordpress.org/support/topic/unprepared-queries-allow-db-injection-attack/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [9 years ago](https://wordpress.org/support/topic/unprepared-queries-allow-db-injection-attack/#post-9070118)
 * Stefan,
 * First, this is <i>not</i> the appropriate way to disclose a security vulnerability.
   My contact information is listed within the plugin and I’m easily accessible 
   through several other forums as well. Even if not contacting me directly, you
   should always reach out to [security@wordpress.org](https://wordpress.org/support/users/ericmann/replies/page/3/security@wordpress.org?output_format=md)
   regarding security issues such as this.
 * Second, the issue has been patched. Please update to the latest version.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post/page editor visual tab always centers](https://wordpress.org/support/topic/postpage-editor-visual-tab-always-centers/)
 *  [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/postpage-editor-visual-tab-always-centers/#post-6938773)
 * For anyone else who stumbles on this …
 * Custom themes (and child themes) and things like Thesis skins can apply their
   own styling to the WYSIWYG text editor within WordPress by applying an [editor stylesheet](https://codex.wordpress.org/Editor_Style).
   This feature is provided so a theme can tweak the layout such that what you see
   in the editor matches the format of what you see on the front-end.
 * However, sometimes their styles are flat out broken in the admin. You can often
   remove these editor styles with your own functionality plugin, though. Just be
   sure you use things like Chrome’s web inspector or Firebug to figure out what’s
   happening first.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post/page editor visual tab always centers](https://wordpress.org/support/topic/postpage-editor-visual-tab-always-centers/)
 *  [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/postpage-editor-visual-tab-always-centers/#post-6938660)
 * WordPress themes can add an editor stylesheet directly in PHP – not through a
   user interface. Try inspecting the styles of the misaligned text and see where
   the rules are coming from.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post/page editor visual tab always centers](https://wordpress.org/support/topic/postpage-editor-visual-tab-always-centers/)
 *  [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/postpage-editor-visual-tab-always-centers/#post-6938655)
 * I would double-check the styling being applied to the text in the editor. It’s
   formatted as HTML and might have some extra padding applied to paragraphs in 
   the WYSIWYG editor. Sometimes this is done by the theme. Sometimes it’s done 
   by mistake.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [IP addresses](https://wordpress.org/support/topic/ip-addresses-2/)
 *  [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/ip-addresses-2/#post-5464259)
 * If these are sites you manage, this is all information you have. There’s no way
   anyone here will be able to help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Secure XML-RPC] Confusion about calculating the Authorization header](https://wordpress.org/support/topic/confusion-about-calculating-the-authorization-header-1/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/confusion-about-calculating-the-authorization-header-1/#post-4493946)
 * I would be VERY Careful using that kind of a rule. That rule is setting an _environment
   variable_ with the data from the Authorization header – which is exactly the 
   flaw Shellshock exposed with User Agent strings (some systems were setting environment
   variables for `HTTP_USER_AGENT` the same way).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Secure XML-RPC] I cannot configure the plugin](https://wordpress.org/support/topic/i-cannot-configure-the-plugin/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/i-cannot-configure-the-plugin/#post-5358019)
 * Actually, you can’t configure the plugin that way. It’s specifically a secured
   XML-RPC layer meant to be used with other systems that require a secured XML-
   RPC layer. Even if you set up new application keys for Jetpack and WPTouch, they’re
   using vanilla XML-RPC, not its secured counterpart.
 * The plugin is hosted on WP.org to allow other developers to build on top of it–
   it won’t automatically secure new applications unless those application developers
   take the time to implement its more secure interfaces. Sorry for any confusion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Publication Archive] Summary Incorrect](https://wordpress.org/support/topic/summary-incorrect/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/summary-incorrect/#post-5334056)
 * The plugin is already hosted on GitHub at [https://github.com/ericmann/WP-Publication-Archive](https://github.com/ericmann/WP-Publication-Archive).
   I would appreciate if you you forked the repo and contributed your fix back there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Publication Archive] PHP Notice](https://wordpress.org/support/topic/php-notice-15/)
 *  Plugin Author [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/php-notice-15/#post-4264260)
 * The output buffer is a leftover from when we were streaming the file. The fix
   is to just to delete the line, but should be opened as an issue on [https://github.com/ericmann/WP-Publication-Archive](https://github.com/ericmann/WP-Publication-Archive)
   so we can fix it in a future release.

Viewing 15 replies - 31 through 45 (of 681 total)

[←](https://wordpress.org/support/users/ericmann/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/ericmann/replies/?output_format=md) [2](https://wordpress.org/support/users/ericmann/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/ericmann/replies/page/4/?output_format=md)…
[44](https://wordpress.org/support/users/ericmann/replies/page/44/?output_format=md)
[45](https://wordpress.org/support/users/ericmann/replies/page/45/?output_format=md)
[46](https://wordpress.org/support/users/ericmann/replies/page/46/?output_format=md)
[→](https://wordpress.org/support/users/ericmann/replies/page/4/?output_format=md)