Recent content by sam.delta

  1. S

    python cgi cannot open file (dbm database)

    Alright, thanks for pointing me into the right direction. ill setup an old linux box i use as a server to test the site and just upload stable versions to x10h. I tried the error log in cpanel, and it only showed the line of error, but not the actual error. ill try to catch exceptions in a...
  2. S

    python cgi cannot open file (dbm database)

    thanks for your reply. My website is all contained in a single folder (test) which is located inside public_html. inside my page's folder, there are html files , database folder and cgi folder (i dont use default cgi-bin folder). i do this to prevent installation procedures as im making too...
  3. S

    python cgi cannot open file (dbm database)

    hi, when my python cgi scripts executes (which executes fine) i get a 505 internal server error. i tracked down the error to the following line: "usersdb = anydbm.open("databases/users.dbm", 'r')" which is where i try to open a file (database). the database does exist in that directory...
Top