Title: dch921's Replies | WordPress.org

---

# dch921

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Warning: strtr() expects parameter 1 to be string](https://wordpress.org/support/topic/warning-strtr-expects-parameter-1-to-be-string/)
 *  [dch921](https://wordpress.org/support/users/dch921/)
 * (@dch921)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/warning-strtr-expects-parameter-1-to-be-string/#post-5613664)
 * I’m seeing the same error after switching to HHVM from php5-fpm
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-FFPC] connect to memcached unix socket](https://wordpress.org/support/topic/connect-to-memcached-unix-socket/)
 *  [dch921](https://wordpress.org/support/users/dch921/)
 * (@dch921)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/connect-to-memcached-unix-socket/#post-3785486)
 * It does work I have a couple sites running nginx server that I have been using
   the plugin on. Using memcache on one and memcached on the other
 * just change the following server line
 *     ```
       # PHP-FPM upstream; change it accordingly to your local config!
       	upstream php-fpm {
       		server 127.0.0.1:9000;
       ```
   
 * to something like this
 *     ```
       # PHP-FPM upstream; change it accordingly to your local config!
       	upstream php-fpm {
       		server unix:/var/run/php5-fpm.sock;
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)