Help with deprecation error

Hello,

I also have this issue. I have been trying with git submodule and hugo mod. Whatever i try, i keep getting the following error ( see underneath)
To test,build and deploy my pages i use gitlab pipelines.

In the passed i used shortNames. But i have removed everything from my posts etc. Also when i search for anything related to shortName in my repo from visual studiocode, there is nothing to be found.

Any help would be very much appreciated!

This is the error i get:

$ hugo
Start building sites … 
hugo v0.132.1+extended linux/amd64 BuildDate=unknown
ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use .Site.Config.Services.Disqus.Shortname instead.
WARN  deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual instead.
WARN  calling IsSet with unsupported type "ptr" (*page.siteWrapper) will always return false.
WARN  calling IsSet with unsupported type "invalid" (<nil>) will always return false.
WARN  deprecated: .Site.LastChange was deprecated in Hugo v0.123.0 and will be removed in a future release. Use .Site.Lastmod instead.
WARN  deprecated: .Site.Author was deprecated in Hugo v0.124.0 and will be removed in a future release. Use taxonomies instead.
Total in 277 ms
Error: error building site: logged 1 error(s)
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: command terminated with exit code 1

You are more likely to receive a prompt and accurate response if you post a link to your project’s Git repository.

See Requesting Help.

Let us see your code

Include a link to the source code repository of your project, because we really need the context of seeing your templates and partials to be able to help you. It is trivial to do a quick git clone on your repo, then run hugo server in your project, to help you out. On the other hand, recreating your code from screenshots, or sort of guessing at it, is not.

If you can’t share your repository for whatever reason, consider creating a dummy repo that you can share, which reproduces the problem you’re experiencing.

It seems to be fixed by using hugo_extended v1.132.2. Since that got updatet yesterday:

Upgrading from v0.132.1 to v0.132.2 will not magically address any deprecation errors. I’m not sure what you did, but the upgrade did not fix your deprecation issues.