Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. #75

Description

@erich2121

Hello! I have a problem. The front view stopped appearing on some pages. Literally 2-3 days ago. When i disable a plugin - everything is ok.

<?php
    $post_author_id = get_post_field('post_author', get_the_ID());
                    
    echo get_avatar($post_author_id, 86);
?>

If i remove get_avatar - everything is ok.
But i have a same code on another page:

<a href="<?php echo get_author_posts_url($user->ID); ?>" class="community-item">
     <div class="community-item__avatar">
           <?php
               echo get_avatar($user->ID, 80);
           ?>
      </div>
</a>    

That code causes an error...

The uploading page where used a shortcode stopped appearing too.

Please help.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions