Differences between revisions 5 and 6
Revision 5 as of 2021-06-07 01:02:20
Size: 1208
Editor: PieterSmit
Comment:
Revision 6 as of 2023-12-20 07:24:33
Size: 367
Editor: SharronPro
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= MoinMoin/Errors =
 * 2021 - [[/RecentChanges]] not working, just showing create new page.
   * Tracked to missing underlay for english.
   * Have to add with link /action/language_setup/LanguageSetup?action=language_setup

 * 2020 in /var/log/uwsgi/app/app.log "MemoryError" - and restart.
   * Add to /etc/uwsgi/default.conf {{{
max-requests = 1000
}}}
     * this causes uwsgi restart and cleanup after 1000 requests served.

 * 2019 after upgrade to Ubuntu 18.04.1 nginx -> uwsgi -> moinmoin not loading 502 timeout from nginx
   * 1st error {{{
      cant read /usr/share/moin/server/moin.wsgi
      }}}
     * Cause python-moinmoin un-installed during upgrade, add back with apt
   * 2nd error uwsgi startup error in log
     * Again 2020-12 {{{
 Traceback (most recent call last):
  File "/usr/share/moin/server/moin.wsgi", line 42, in <module>
    from MoinMoin.web.serving import make_application
ImportError: No module named MoinMoin.web.serving
     }}}
     * The newly installed usr/share/moin/server/moin.wsgi did not have the python path to find the moin modules.
       * Add line to file {{{
sys.path.insert(0, '/usr/lib/python2.7/dist-packages')
       }}}
I'm Elsa and I live in Geufron. <<<BR>>
><<<BR>>
>
I'm interested in Continuing Education and Summer Sessions, Musical instruments and Hindi art. I like to travel and watching How I Met Your Mother.<<<BR>>
><<<BR>>
>
<<<BR>>
><<<BR>>
>
Take a look at my blog post :: [[https://dubaishopmakeup.com/product-category/my-makeup-story/|میکاپ استوری]]

I'm Elsa and I live in Geufron. <
><
> I'm interested in Continuing Education and Summer Sessions, Musical instruments and Hindi art. I like to travel and watching How I Met Your Mother.<
><
> <
><
> Take a look at my blog post :: میکاپ استوری

MoinMoin/Errors (last edited 2023-12-20 07:24:33 by SharronPro)