phpBB3 not syncing groups
Created by: BadCompany7
I've looked over a few closed issues about this and have tried a few things, but still nothing happens. I went to the Quick Start Background Processes and tried entering in these commands, however when I entered the first command:
python manage.py celeryd
It gave me this message on my terminal:
/home/allianceserver/allianceauth# python manage.py celeryd Running a worker with superuser privileges when the worker accepts messages serialized with pickle is a very bad idea!
If you really want to continue then you have to set the C_FORCE_ROOT environment variable (but please think about this before you do).
User information: uid=0 euid=0 gid=0 egid=0
At this point I stopped doing what I was doing and logged in without superuser privileges and got nowhere. So logged back in as root.
screen -dm bash -c 'python manage.py celeryd'
screen -dm bash -c 'python manage.py celerybeat'
I also tried entering each of the lines in the lines above exactly and nothing returned except a new command line and still nothing is syncing. -- I have waiting for more than 30 min and still nothing.
Not sure how to start celery if that needs to be started.