errors - Can't get on my own web page

admin2025-06-05  1

When I try to go to my page this is the error I get. I can't even login it or anything.

Fatal error: Cannot redeclare envira_standalone_get_slug() (previously declared in /homepages/15/d628531438/htdocs/wp-content/plugins/envira-standalone/envira-standalone.php:461) in /homepages/15/d628531438/htdocs/wp-content/plugins/envira-gallery/src/Functions/common.php on line 978

When I try to go to my page this is the error I get. I can't even login it or anything.

Fatal error: Cannot redeclare envira_standalone_get_slug() (previously declared in /homepages/15/d628531438/htdocs/wp-content/plugins/envira-standalone/envira-standalone.php:461) in /homepages/15/d628531438/htdocs/wp-content/plugins/envira-gallery/src/Functions/common.php on line 978

Share Improve this question edited Dec 29, 2018 at 19:50 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Dec 29, 2018 at 19:42 MelissaMelissa 1
Add a comment  | 

1 Answer 1

Reset to default 1

The problem is that you have two plugins installed that are trying to declare the same function envira_standalone_get_slug(). Both plugins are from the same creator, and this tells us that they aren't testing their plugins together.

The solution is to log in to your (S)FTP account, go to /htdocs/wp-content/plugins, and remove one of these directories: envira-standalone/ or envira-gallery/.

Then you will be able to access your site again.

Please report this problem to the Envira team. I'm sure they want to fix that.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749060087a316012.html

最新回复(0)