UPDATES
#1961
Posted 21 July 2007 - 09:26 PM
And ya, that is one of your backgrounds modified :lol:
~*Mara*~ = ^.^ =
#1962
Posted 21 July 2007 - 09:28 PM
Eep! I'm famous! :lol:And ya, that is one of your backgrounds modified :lol:
~*Mara*~ = ^.^ =
#1963
Posted 21 July 2007 - 09:56 PM
Nice... I remember when i wrote my own first form [which was about 4 times simpler then yours, and in PHP too.. not Python or whatever yours is in.] I had unholy loads of silly errors. Debugging to the rescue!UPDATE :ahoy: [7/21/07]
Traceback (most recent call last):
File "/var/www/cgi-bin/appl_uploadfile.cgi", line 88, in ?
cgi_fields = cgi.FieldStorage()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 519, in __init__
self.read_multi(environ, keep_blank_values, strict_parsing)
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 645, in read_multi
environ, keep_blank_values, strict_parsing)
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 521, in __init__
self.read_single()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 655, in read_single
self.read_lines()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 677, in read_lines
self.read_lines_to_outerboundary()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 724, in read_lines_to_outerboundary
self.__write(odelim + line)
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 684, in __write
self.file = self.make_file('')
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 770, in make_file
return tempfile.TemporaryFile("w+b")
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/tempfile.py", line 439, in TemporaryFile
dir = gettempdir()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/tempfile.py", line 242, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/tempfile.py", line 188, in _get_default_tempdir
raise IOError, (_errno.ENOENT,
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/var/www/cgi-bin']
~*Mara*~ = ^.^ =
Just from reading it and pretending i know what im talking about, it looks like its all to do with the uploading of the Fanfic. stuff.
From knowing only that Python was also used to handle and store soldier stats in Battlefield 2. It looks like the function cgi.fieldstorage() is having some issues... namely all the errors that follow it.. lol
Plus it seems to be complaining at you that it doesent have write access to some directories, either because they dont exist or because CGI doesent like you...
Who knows! :rolleyes: I know I dont...
#1964
Posted 21 July 2007 - 09:59 PM
I don't think it's the fanfic stuff, because it works for me, well, didn't show any errors...Nice... I remember when i wrote my own first form [which was about 4 times simpler then yours, and in PHP too.. not Python or whatever yours is in.] I had unholy loads of silly errors. Debugging to the rescue!UPDATE :ahoy: [7/21/07]
Traceback (most recent call last):
File "/var/www/cgi-bin/appl_uploadfile.cgi", line 88, in ?
cgi_fields = cgi.FieldStorage()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 519, in __init__
self.read_multi(environ, keep_blank_values, strict_parsing)
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 645, in read_multi
environ, keep_blank_values, strict_parsing)
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 521, in __init__
self.read_single()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 655, in read_single
self.read_lines()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 677, in read_lines
self.read_lines_to_outerboundary()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 724, in read_lines_to_outerboundary
self.__write(odelim + line)
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 684, in __write
self.file = self.make_file('')
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/cgi.py", line 770, in make_file
return tempfile.TemporaryFile("w+b")
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/tempfile.py", line 439, in TemporaryFile
dir = gettempdir()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/tempfile.py", line 242, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/src/build/394694-i386/install/usr/lib/python2.3/tempfile.py", line 188, in _get_default_tempdir
raise IOError, (_errno.ENOENT,
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/var/www/cgi-bin']
~*Mara*~ = ^.^ =
Just from reading it and pretending i know what im talking about, it looks like its all to do with the uploading of the Fanfic. stuff.
From knowing only that Python was also used to handle and store soldier stats in Battlefield 2. It looks like the function cgi.fieldstorage() is having some issues... namely all the errors that follow it.. lol
Plus it seems to be complaining at you that it doesent have write access to some directories, either because they dont exist or because CGI doesent like you...
Who knows! :rolleyes: I know I dont...
#1965
Posted 21 July 2007 - 10:15 PM
:onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire:UPDATE 2 :wacko: [7/21/07]
-OK, I'm NOT happy...perhaps prematurely. We're having some technical difficulties on IDOJ that are a bit out of my league. Something, somewhere is on the fritz. At the moment, I can't upload, alter, or edit anything on IDOJ. I've emailed Ally and asked her to call canaca.com and request their help, but it could take awhile. To make matters worse, I'm leaving today and won't have computer access, so I won't be able to check in and try to keep working on the problem. AHH! :onfire: This could be a case of Mara being really stupid and missing something obvious (that has happened once before), but then again it might not be.
-In the meantime, the forums should be fine, but if you see something weird happening on the site, PM me here and I'll be able to check tomorrow.
~*Mara*~ = ^.^ =
:onfire: The end of the world is near! :onfire:
:onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire:
O.K. The end isn't near...
#1966
Posted 21 July 2007 - 10:31 PM
I have the last Harry Potter book, and its so good!!! I won't spoil you though!
I LOVED Vol. 4!!! I was wet in the eyes!! I can't wait for Vol. 5!!
Something's wrong with the site? AHHHHHH!!!! :onfire: I hope it gets fixed!
#1967
Posted 22 July 2007 - 11:03 PM
#1968
Posted 22 July 2007 - 11:46 PM
#1969
Posted 23 July 2007 - 12:18 AM
o_0 Yay! A new member!Loopin, your signature gives me a headache, lol.
Welcome! :thumbsup:
#1970
Posted 23 July 2007 - 12:22 AM
#1971
Posted 23 July 2007 - 01:26 AM
#1972
Posted 23 July 2007 - 01:36 AM
Replied in "IDOJ reincoded". Thank you! :bff:
~*Mara*~ = ^.^ =
#1973
Posted 23 July 2007 - 02:29 AM
Cool! That's good...Yes :thumbsup:
Replied in "IDOJ reincoded". Thank you! :bff:
~*Mara*~ = ^.^ =
#1974
Posted 23 July 2007 - 03:46 AM
#1975
Posted 23 July 2007 - 03:54 AM
.:!Gwen!:.
#1976
Posted 23 July 2007 - 04:01 AM
~*Mara*~ = ^.^ =
#1977
Posted 23 July 2007 - 05:00 AM
#1978
Posted 23 July 2007 - 10:18 PM
About the Jimmy Neutron game... Well, how do I say this? I have some good news and some bad news.
- Bad news first!: Unfortunatly, the camp I was going to to work on the JN game was, uh, cancelled.
- Good news: As you heard above, it was cancelled. I found a new camp my Mom and Dad are still looking at that uses a 3-D graphics program. The same program the created Halo. So, looks like I'm making a 3-D game. :)
BTW, the game will work for X-Box with the new program I'm using, as well working with the computer. ;)
#1979
Posted 24 July 2007 - 03:20 AM
#1980
Posted 24 July 2007 - 04:05 AM
:blink:Hehe...
A topic has came back to haunt Mara...
http://z9.invisionfr...php?showtopic=1
~*Mara*~ = ^.^ =
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users








