Title: frustigor's Replies | WordPress.org

---

# frustigor

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

 *   [Profile](https://wordpress.org/support/users/frustigor/)
 *   [Topics Started](https://wordpress.org/support/users/frustigor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/frustigor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/frustigor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/frustigor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/frustigor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/frustigor/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: [[DB Cache Reloaded Fix] Parse error: syntax error, unexpected ‘new’ (T_NEW)](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-new-t_new/)
 *  [frustigor](https://wordpress.org/support/users/frustigor/)
 * (@frustigor)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-new-t_new/#post-9847946)
 * Well, the plugin is written many years ago. At that time, we did not use PHP7,
   which has some changes on syntax.
 * This issue is caused by a change of php & usage. Now you should modify the source
   code to fix, follow:
 * >  // db-cache-reload-fix.php
   >  // find ‘new pcache()’ // look, it uses ‘=& new
   > pcache()’ which is not allowed in PHP7 // change the line to: $pcache = new
   > pcache(); $this->dbcr_cache =& $pcache; // and do the same in db-module.php
 * Upload the file again, and go to your wp-admin to active the plugin.
    -  This reply was modified 8 years, 5 months ago by [Andrew Nevins](https://wordpress.org/support/users/anevins/).
    -  This reply was modified 8 years, 5 months ago by [frustigor](https://wordpress.org/support/users/frustigor/).
    -  This reply was modified 8 years, 5 months ago by [frustigor](https://wordpress.org/support/users/frustigor/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP2PCS （WordPress备份到百度网盘）] 期待已久的插件！](https://wordpress.org/support/topic/%e6%9c%9f%e5%be%85%e5%b7%b2%e4%b9%85%e7%9a%84%e6%8f%92%e4%bb%b6%ef%bc%81/)
 *  Plugin Author [frustigor](https://wordpress.org/support/users/frustigor/)
 * (@frustigor)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/%e6%9c%9f%e5%be%85%e5%b7%b2%e4%b9%85%e7%9a%84%e6%8f%92%e4%bb%b6%ef%bc%81/#post-7804683)
 * 如有问题，请及时到 wp2pcs.duapp.com 反馈，如有建议也请不吝提出

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