• Resolved alenest

    (@alenest)


    Good day, I have a problem with my website, I use theme architecture-elementor and transferred license from one domain to another, when I tried to login to old domain to change things, I got a fatal error Uncaught Error: Call to a member function get_items() on bool in /htdocs/wp-content/plugins/architecturer-elementor/templates.php:240

    Any ideas how to override it go get access and remove the theme all together?

    This is the code part that is causing the error.

    ` public function get_templates() {

    $templates = get_transient( $this->templates_transient_key() );

    if ( ! $templates ) {
    $source = Elementor\Plugin::instance()->templates_manager->get_source( ‘architecturer-templates’ );
    —-> 240: $templates = $source->get_items();

    • This topic was modified 3 years, 9 months ago by alenest.
Viewing 1 replies (of 1 total)
  • Hi,

    I understand you are using architecturer-elementor plugin which is a third-party plugin.
    Unfortunately, we cannot provide support or control of third-party plugins.
    Please try contacting the author of your plugin, for extra guidance.

Viewing 1 replies (of 1 total)

The topic ‘architecturer-elementor theme broke wp-admin’ is closed to new replies.