Skip to content

Error shows as visitor views post

Moved Configure

Related Topics
  • Nodebb and emails

    Solved Configure
    27
    5 Votes
    27 Posts
    20 Views

    @Panda it will use SMTP. In all cases, I never use any plugin to send email. I’ll anyways send it raw.

  • Opening links in nodebb widget

    Solved Configure
    6
    4 Votes
    6 Posts
    367 Views

    A more efficient way of including this would be to not over complicate it and leverage a standard iframe (providing the CSP headers of the remote site permit this) like below

    <iframe src="https://www.classmarker.com/online-test/start/?quiz=gag66aea7922f0a5" width="700" height="800"></iframe>

    This works first time every time on your site as intended.

  • Pulling YouTube videos using RSS

    Configure
    5
    6 Votes
    5 Posts
    134 Views

    The perfect solution and walkthrough Mark, appreciated as always!

  • Getting Eror When Started NodeBB

    Solved Configure
    7
    2 Votes
    7 Posts
    506 Views

    @phenomlab yes i did.

    i deleted one of plugin then it started to work normally.

  • mongodb replica set

    Configure
    11
    2 Votes
    11 Posts
    526 Views

    @veronikya said in mongodb replica set:

    The host’s local dns resolution is not configured. The problem of the host’s hosts being unable to be resolved in docker has been solved. Surprisingly
    Solution:
    Edit the /etc/resovel.conf file
    Add 127.0.0.53

    One immediate issue I can think of here is that editing resolv.conf directly is no longer supported and not recommended (because the changes do not survive a reboot) - unless you install the resolvconf package?

  • Removing blue 'moved' tag from post

    Solved Configure
    16
    3 Votes
    16 Posts
    743 Views

    @phenomlab
    Ah, got it working!
    I reversed the CSS addition to put z index high, and then I could see another error box saying fork title must be at least 3 characters.
    So made the new fork title longer and button responded.

  • mongorestore "E11000 duplicate key error collection"

    Solved Configure
    1
    1 Votes
    1 Posts
    791 Views
    No one has replied
  • Two sites to show simultaneous information

    Configure
    12
    0 Votes
    12 Posts
    589 Views

    @jac Not necessarily, no. The domain redirect is purely so that older links that point to the previous domain don’t just spit out a 404 error message when someone tries to access them.

    However, if the domain is seldom used, then why would you need the redirect in the first place (a point which you mentioned below). I’m still struggling to understand why you’d need two sites with the same information if the other domain is rarely used