Nodebb: "No new posts" and "No one has replied" after upgrade to v1.11.0

Created on 5 Dec 2018  路  7Comments  路  Source: NodeBB/NodeBB

After upgrade to v1.11.0, I do not see new posts and last reply. always says No new posts and No one has replied,

image

image

  • NodeBB version: v1.11.0
  • NodeBB git hash: ab5035f4e251101de11a1cc80c714963cb62d953
  • Database type: mongo
  • Database version: mongod version: 3.6.6 (MMAPv1) mlab.com
  • Exact steps to cause this issue:
  • upgrded from v1.10.0 to v1.11.0
  • steps followed,
git fetch
git reset --hard origin/v1.11.x
./nodebb upgrade
./nodebb build
./nodebb start
bug regression

All 7 comments

Can you post your plugins? I checked the data on your forum and unreplied is set to true on all topics even though they have posts so that why they are showing no one has replied gotto figure out why that is set to true.

./nodebb plugins to get a list of active plugins.

Can you also post the output of this from mongodb db.objects.findOne({_key: "config"});

@barisusakli Thank you for the quick response,

[***** nodebb]$ ./nodebb plugins
2018-12-05T16:55:17.446Z [10380] - info: Active plugins: 
     - nodebb-theme-persona
     - nodebb-plugin-markdown
     - nodebb-plugin-mentions
     - nodebb-widget-essentials
     - nodebb-rewards-essentials
     - nodebb-plugin-soundpack-default
     - nodebb-plugin-dbsearch
     - nodebb-plugin-question-and-answer
     - nodebb-plugin-emailer-local
     - nodebb-plugin-gravatar-cn
     - nodebb-plugin-videoplayer
     - nodebb-plugin-emoji
     - nodebb-plugin-composer-default
     - nodebb-plugin-emoji-android
     - nodebb-plugin-github-embed
     - nodebb-plugin-emoji-one
     - nodebb-plugin-code-button
     - nodebb-plugin-gravatar
     - nodebb-plugin-emoji-apple
     - nodebb-plugin-math-captcha
     - nodebb-plugin-google-analytics
     - nodebb-plugin-spam-be-gone
{
    "_id": {
        "$oid": "56d6fd3fb3ccbab8cf27b484"
    },
    "_key": "config",
    "minimumTagsPerTopic": 0,
    "minimumTitleLength": "3",
    "title": "MYCONTROLLER.ORG",
    "minimumUsernameLength": "2",
    "teaserPost": "last",
    "allowGuestSearching": "0",
    "showSiteTitle": "0",
    "allowTopicsThumbnail": "0",
    "maximumUsernameLength": "16",
    "postDelay": "10",
    "minimumPasswordLength": "6",
    "registrationType": "normal",
    "initialPostDelay": "10",
    "allowLocalLogin": "1",
    "maximumSignatureLength": "255",
    "newbiePostDelay": "120",
    "allowAccountDelete": "1",
    "maximumAboutMeLength": "1000",
    "newbiePostDelayThreshold": "3",
    "allowFileUploads": "1",
    "maximumProfileImageSize": "512",
    "allowUserHomePage": "1",
    "minimumPostLength": "8",
    "maximumCoverImageSize": "512",
    "maximumPostLength": "32767",
    "maximumFileSize": "512",
    "profileImageDimension": "128",
    "maximumTagsPerTopic": 5,
    "maximumTitleLength": "255",
    "profile:allowProfileImageUploads": 1,
    "requireEmailConfirmation": "1",
    "theme:type": "local",
    "theme:id": "nodebb-theme-persona",
    "theme:staticDir": "",
    "theme:templates": "",
    "theme:src": "",
    "browserTitle": "MyController.org - The Open Source Controller",
    "titleLayout": "",
    "description": "MyController.org - The Open Source Controller",
    "keywords": "mycontroller,automation,home automation,mysensors,IoT,controller,internet of things,esp8266,rfm69,nrf24l01",
    "brand:logo": "/assets/uploads/system/site-logo.png",
    "brand:logo:url": "http://mycontroller.org",
    "brand:logo:alt": "",
    "brand:favicon": "/assets/uploads/system/favicon.ico",
    "brand:touchIcon": "",
    "useOutgoingLinksPage": "0",
    "email:from": "*****@mycontroller.org",
    "email:from_name": "MyController ******",
    "email:GmailTransport:enabled": "0",
    "email:GmailTransport:user": "",
    "email:GmailTransport:pass": "",
    "disableEmailSubscriptions": 0,
    "emailConfirmInterval": "10",
    "allowLoginWith": "username-email",
    "maximumInvites": "",
    "username:disableEdit": "0",
    "privateUserInfo": "0",
    "allowProfileImageUploads": "1",
    "profile:convertProfileImageToPNG": "1",
    "defaultAvatar": "",
    "profile:defaultCovers": "/assets/images/cover-default.png",
    "disableCustomUserSkins": "0",
    "loginAttempts": "",
    "lockoutDuration": "",
    "loginDays": "",
    "passwordExpiryDays": "",
    "termsOfUse": "",
    "userSearchResultsPerPage": "24",
    "openOutgoingLinksInNewTab": "0",
    "topicSearchEnabled": "0",
    "dailyDigestFreq": "off",
    "sendChatNotifications": "1",
    "sendPostNotifications": "1",
    "followTopicsOnCreate": "1",
    "followTopicsOnReply": "0",
    "topicPostSort": "oldest_to_newest",
    "categoryTopicSort": "newest_to_oldest",
    "postEditDuration": "0",
    "topicStaleDays": "60",
    "disableSignatures": "0",
    "signatures:disableLinks": "0",
    "signatures:disableImages": "0",
    "privateUploads": "0",
    "topicThumbSize": "120",
    "allowedFileExtensions": "png,jpg,bmp",
    "composer:showHelpTab": "1",
    "composer:allowPluginHelp": "1",
    "composer:customHelpText": "",
    "trackIpPerPost": "0",
    "allowPrivateGroups": "0",
    "allowGroupCreation": "0",
    "groups:defaultCovers": "/images/cover-default.png",
    "allowGuestHandles": "0",
    "allowGuestUserSearching": "0",
    "homePageRoute": "categories",
    "homePageCustom": "",
    "reputation:disabled": "0",
    "downvote:disabled": "1",
    "minimumTagLength": 3,
    "maximumTagLength": 15,
    "unreadCutoff": 2,
    "bookmarkThreshold": 5,
    "topicsPerList": 20,
    "autoDetectLang": 1,
    "notification": "Default | Water drop (low)",
    "chat-incoming": "Default | Water drop (high)",
    "chat-outgoing": "",
    "email:smtpTransport:enabled": 1,
    "email:smtpTransport:service": "*****",
    "email:smtpTransport:host": "********",
    "email:smtpTransport:port": "***",
    "email:smtpTransport:user": "****************",
    "email:smtpTransport:pass": "**********",
    "email:custom:banned": "",
    "digestHour": 17,
    "brand:emailLogo:height": 50,
    "brand:emailLogo:width": 264,
    "title:url": "",
    "og:image": "",
    "searchDefaultSortBy": "relevance",
    "outgoingLinks:whitelist": "",
    "customHTML": null,
    "customJS": "",
    "min:rep:downvote": 0,
    "min:rep:flag": 0,
    "minimumPasswordStrength": "1",
    "notificationType_upvote": "notification",
    "notificationType_new-topic": "notification",
    "notificationType_new-reply": null,
    "notificationType_follow": "notification",
    "notificationType_new-chat": null,
    "notificationType_group-invite": "notification",
    "email:disableEdit": "0",
    "password:disableEdit": "0",
    "hideFullname": "0",
    "hideEmail": "1",
    "adminReloginDuration": "",
    "loginSeconds": "",
    "inviteExpiration": "",
    "showemail": "0",
    "showfullname": "0",
    "restrictChat": "0",
    "notificationType_mention": "none",
    "notificationType_new-register": "none",
    "notificationType_post-queue": "none",
    "notificationType_new-post-flag": "none",
    "notificationType_new-user-flag": "none",
    "email:smtpTransport:security": "ENCRYPTED",
    "resizeImageWidth": null
}

@jkandasa Can you go into your ACP and set the teaser to be last reply and save. Then post your config again and let me know if that fixes the problem.

@barisusakli Thank you! That fixes the issue!

@barisusakli once issue resolved, forget to update config :)

Here it is,

GUI:
image

JSON config:

    "teaserPost": "last-reply"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

jidanni picture jidanni  路  5Comments

AliCihan picture AliCihan  路  4Comments

cryptoethic picture cryptoethic  路  4Comments

tom-rade picture tom-rade  路  3Comments

aStonedPenguin picture aStonedPenguin  路  4Comments