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.
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