Jump to content

[Solved] Internal server error on Django after moving to Tommy


gasparic

Recommended Posts

Hello,

 

after moving to Tommy, I get this error when trying to access my Django application:

 

Internal Server Error

The 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

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...