BenjaminAdams / wp-redis-cache

Cache Wordpress faster
157 stars 39 forks source link

Redeclaration Error #7

Closed aaronstpierre closed 10 years ago

aaronstpierre commented 10 years ago

Hi,

I'm getting a PHP fatal error when I try to save menu's in wordpress. To reproduce just:

Dashboard --> Appearance --> Menus

Click Save Menu

And you will get the WSOD.

Looking at the log file I found:

PHP Fatal error: Cannot redeclare class PredisException ...

When I comment out PredisException I get:

PHP Fatal error: Class 'PredisException' not found in

From what I can see the issue only appears when trying to save menus. I've tested this on a couple of different worpress sites so I don't think it's theme or other plugin related.

Let me know what you think and thanks!

Aaron

aaronstpierre commented 10 years ago

Just submitted pull request...