gasparic Posted May 3, 2021 Posted May 3, 2021 Hello, after moving to Tommy, I get this error when trying to access my Django application: Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at webmaster@dominik.codedo.ga to inform them of the time this error occurred, and the actions you performed just before this error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. link is dominik.codedo.ga/kuhinja210/ heliohost-user: gasparic It was working on Johnny so I suspect Apache, but could be something else. Please help. Thank You
Luigi123 Posted May 3, 2021 Posted May 3, 2021 Escalating to our root admin Krydos since he knows about it. Escalating
Krydos Posted May 4, 2021 Posted May 4, 2021 Johnny and Tommy have different python modules installed. We just start with nothing and install stuff as people request it. Have you checked your modules against Tommy's installed list? Go through this list and see if anything you're trying to import are missing. https://krydos.heliohost.org/cgi-bin/modules37.py If anything is missing let me know and I can install it. 1
gasparic Posted May 4, 2021 Author Posted May 4, 2021 Johnny and Tommy have different python modules installed. We just start with nothing and install stuff as people request it. Have you checked your modules against Tommy's installed list? Go through this list and see if anything you're trying to import are missing. https://krydos.heliohost.org/cgi-bin/modules37.py If anything is missing let me know and I can install it. You are right, I need pymysql which is available on Johnny, but not on Tommy.Can you install it? Thank you
Krydos Posted May 4, 2021 Posted May 4, 2021 There you go https://krydos.heliohost.org/cgi-bin/modules37.py
Recommended Posts