BUG Failed to register alias
-
I’m trying to move a wordpress website from an old server to a new server with PHP7.3
On wp-admin i get the login screen, but when i login i am getting the following error.Fatal error: Uncaught Exception: Failed to register alias for AC\Column\Media\MediaParent in /*****/httpdocs/wp-content/plugins/codepress-admin-columns/classes/Autoloader/Underscore.php:49
If i comment this rule in codepress-admin-columns.php it then gives the same error for AC\Column\Post\PostParent
When i also comment that rule i am getting the dashboard.
It looks like those 2 classes aren’t registered when creating the aliases.
I see the classes in classes/column/media/MediaParent.php and classes/column/post/PostParent.php
The topic ‘BUG Failed to register alias’ is closed to new replies.