Jump to content

Switching to a different server : Ricky


elkhaddir

Recommended Posts

I created new.py that's showing a test message. https://habladi.helioho.st/cgi-bin/new.py

There are multiple issues with the index.py script you originally had, notably these:

  • The line to import pyinfo was failing for some reason. It's acting like that module isn't available.
  • The file permissions were wrong (need to be 755).
  • Your line endings were not unix style.

Since the pyinfo didn't work, I just made a second file with the test message. I did fix the line endings and permissions on the index.py but it didn't help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...