Search results

  1. M

    Scripts not working on Chopin?

    Hello, As of this morning (GMT-6), all my (Python) scripts are giving "500 Internal Server Error" messages. I read on another thread that script execution was disabled by admin. Is there an update on why this is happening, and when they will be enabled again? Thanks. ---------- Post...
  2. M

    MySQLdb in Python

    I can't find the egg file for Python v2.4 (that's the Python the server runs, right?).
  3. M

    External stylesheet stopped working suddenly?

    Thanks, lemon-tree. I tried your suggestion but it still wouldn't work. Then I tried moving the stylesheet to the webroot, where the website html files reside. That worked. One weird thing is that I had to use a relative path of "../styles.css" in the scripts. My website's index.html contains...
  4. M

    External stylesheet stopped working suddenly?

    Hi. I use an external stylesheet to control the apprearance of some site-wide things. One week ago it worked just fine, but for the past couple days the pages are simply not picking up the stylesheet. I don't remember changing anything. Here's my stylesheet, located in cgi-bin/styles.css...
  5. M

    Script error logs?

    I was thinking that's what you meant: running a webserver on my own machine to do testing. It's a fabulous idea. Learning to use Apache will certainly be useful. I run Linux, so I'll look into the XAMPP package you suggested. Thanks for the tip!
  6. M

    Script error logs?

    Thanks, that was informative! I'll try those methods. I spent one hour this morning searching for a bug. It was a missing ' mark in one line. I don't have my own server, that's why I'm on x10hosting ;)
  7. M

    Script error logs?

    Hi. Is there a way to see the server logs to debug my scripts? It's very annoying that I only get an "Internal Server Error" and no other indication whatsoever of what's going on. I'm programming in Python, which has a facility for cgi script debugging (cgitb), but it only kicks in when...
  8. M

    Who Here Grabbed Windows 7?

    I still use Windows XP on my (gaming) desktop, and Ubuntu 9.10 on my laptop and work computer. Eff windows 7.
  9. M

    Hosting suspension explanation

    It's working now, thanks a lot.
  10. M

    Hosting suspension explanation

    I guess I'm just not accustomed to the rules of internet programming. On my computer I can CTRL+C to my heart's content and nobody is harmed. :happysad: By the way, my account is no longer suspended, but my domain (meithan.exofire.net) is still not accesible. Is it a matter of waiting?
  11. M

    Hosting suspension explanation

    I thank you very much for your understanding. I have added a user input check to the script that should prevent high cpu usage. But most importantly I have learnt my lesson: I should *always* enforce user input checks to make sure the script can cause no undesirable behavior.
  12. M

    Hosting suspension explanation

    To the x10hosting admins, I am a new user of your website hosting service. My account was suspended at 5:03 today (Nov 18, 2009). The reason stated in my control panel is "You have been suspended for high system resource usage." First of all, I would like to apologize sincerely and deeply for...
Top