Skip to content

Error shows as visitor views post

Moved Configure

Related Topics
  • Nodebb and emails

    Solved Configure
    24
    3 Votes
    24 Posts
    14 Views

    Finally it works, thanks.
    I had to regenerate the app password on fastmail, and the test email send is working.

    Out of interest, in your custom set up of fastmail, how did you know to pick SMPT port 465?

  • Opening links in nodebb widget

    Solved Configure
    6
    4 Votes
    6 Posts
    366 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.

  • Test of youtube embeds

    Solved Configure
    14
    11 Votes
    14 Posts
    250 Views

    @phenomlab Perfect!!! Many thanks.

  • Pulling YouTube videos using RSS

    Configure
    5
    6 Votes
    5 Posts
    134 Views

    The perfect solution and walkthrough Mark, appreciated as always!

  • How to deploy WordPress.org Developer theme

    Solved Configure
    4
    1 Votes
    4 Posts
    413 Views

    @Hari the real issue here is that I don’t think it can be used as a theme for WordPress because of the dependencies it clearly has, including its own Web server.

    My view here is that this is designed to be a complete development environment outside of the WordPress core.

  • 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?

  • NodeBB 3.0 alpha1 : Error on install

    Solved Configure
    19
    2 Votes
    19 Posts
    886 Views

    @phenomlab Work now 😉

  • 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