سطر 1: |
سطر 1: |
| <div dir="ltr"> | | <div dir="ltr"> |
| | | |
− | #'''Loading screen after installation:'''
| + | '''Loading screen after installation:''' |
| | | |
| FIX→ | | FIX→ |
| | | |
− | *uninstall rabbitmq and install it again
| + | uninstall rabbitmq and install it again |
| | | |
| | | |
− | #'''2- ImportError: No module named mongoengine.django.sessions (IN Terminal)'''
| + | '''2- ImportError: No module named mongoengine.django.sessions (IN Terminal)''' |
| | | |
| FIX→ | | FIX→ |
| | | |
− | * run requirements.txt again. This error is the cause of not properly installed django and django extensions in the dir /srv/pandora/src
| + | run requirements.txt again. This error is the cause of not properly installed django and django extensions in the dir /srv/pandora/src |
| ⇒ cd /srv/pandora | | ⇒ cd /srv/pandora |
| run ./bin/pip install -r requirements.txt | | run ./bin/pip install -r requirements.txt |
سطر 30: |
سطر 30: |
| | | |
| | | |
− | #'''Syntax error on line 22 of /etc/apache2/sites-enabled/pandora.com: (Termial)
| + | '''Syntax error on line 22 of /etc/apache2/sites-enabled/pandora.com: (Termial) |
| Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration | | Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration |
| Action 'configtest' failed. | | Action 'configtest' failed. |
سطر 42: |
سطر 42: |
| | | |
| | | |
− | #'''
| + | ''' |
| Blank page (Empty page of death OR white page). When use the browser console, find error: (Browser) | | Blank page (Empty page of death OR white page). When use the browser console, find error: (Browser) |
| the server responded with a status of 404''' | | the server responded with a status of 404''' |
سطر 50: |
سطر 50: |
| disable DEBUG= True in the local_settings.py and make it DEBUG= False* | | disable DEBUG= True in the local_settings.py and make it DEBUG= False* |
| | | |
− | #'''
| + | ''' |
| When restart apache, I get this error (In Terminal): | | When restart apache, I get this error (In Terminal): |
| apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName | | apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName |
سطر 64: |
سطر 64: |
| | | |
| | | |
− | #'''error apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName'''
| + | '''error apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName''' |
| | | |
| FIX→ | | FIX→ |
سطر 74: |
سطر 74: |
| | | |
| | | |
− | #'''
| + | ''' |
| apache2: Syntax error on line 236 of /etc/apache2/apache2.conf: Syntax error on line 53 of /etc/apache2/sites-enabled/pandora.com: Expected </Location> but saw </VirtualHost> (Terminal)FIX→ | | apache2: Syntax error on line 236 of /etc/apache2/apache2.conf: Syntax error on line 53 of /etc/apache2/sites-enabled/pandora.com: Expected </Location> but saw </VirtualHost> (Terminal)FIX→ |
| ''' | | ''' |
سطر 82: |
سطر 82: |
| | | |
| | | |
− | #'''server not found (Error loading page) (Browser)''' | + | '''server not found (Error loading page) (Browser)''' |
| FIX→ | | FIX→ |
| | | |
− | * cd /srv/pandora/pandora
| + | cd /srv/pandora/pandora |
| su pandora | | su pandora |
| run → ./manage.py runserver | | run → ./manage.py runserver |
سطر 92: |
سطر 92: |
| | | |
| | | |
− | #'''OperationalError: FATAL: Peer authentication failed for user "pandora"''' | + | '''OperationalError: FATAL: Peer authentication failed for user "pandora"''' |
| FIX→ | | FIX→ |
| | | |
سطر 98: |
سطر 98: |
| | | |
| | | |
− | #'''Sorry, you have made an unauthorized request. (Browser) error when try to access anything like (add new list, manage users). Although I signed up 1st account to be admin''' | + | '''Sorry, you have made an unauthorized request. (Browser) error when try to access anything like (add new list, manage users). Although I signed up 1st account to be admin''' |
| FIX→ | | FIX→ |
| comment the line that has | | comment the line that has |
− | #SESSION_COOKIE_DOMAIN in local_settings.py | + | SESSION_COOKIE_DOMAIN in local_settings.py |
| | | |
| | | |