Jump to content

Photo
* * * * * 2 votes

UPDATES


  • Please log in to reply
8813 replies to this topic

#1961 Mara=^.^=

Mara=^.^=

    Benevolent, All-Seeing Eye

  • Admin
  • 26,057 posts
  • Nickname:Mara
  • Gender:Female
  • Location:VT

Posted 21 July 2007 - 09:26 PM

OK, I will. But it's not easy. I had so many files to upload today! Ahh! :onfire:

And ya, that is one of your backgrounds modified :lol:

~*Mara*~ = ^.^ =
  • 0

#1962 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 21 July 2007 - 09:28 PM

And ya, that is one of your backgrounds modified  :lol:

~*Mara*~ = ^.^ =

Eep! I'm famous! :lol:
  • 0

#1963 AlteredEgos

AlteredEgos

    Amigop

  • Members
  • 805 posts

Posted 21 July 2007 - 09:56 PM

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*~ = ^.^ =

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!

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...
  • 0

#1964 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 21 July 2007 - 09:59 PM

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*~ = ^.^ =

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!

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...

I don't think it's the fanfic stuff, because it works for me, well, didn't show any errors...
  • 0

#1965 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 21 July 2007 - 10:15 PM

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: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire:
:onfire: The end of the world is near! :onfire:
:onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire: :onfire:

O.K. The end isn't near...
  • 0

#1966 Beks

Beks

    Achievement Unlocked: Turn Your Tassel

  • Senior Members
  • 9,608 posts
  • Gender:Female
  • Location:USA

Posted 21 July 2007 - 10:31 PM

Ok, to answer the question from a while ago, I was in Mt. Kisco, NY.

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!
  • 0

#1967 loopin

loopin

    I WILL EAT YOU.

  • Members
  • 2,155 posts

Posted 22 July 2007 - 11:03 PM

Yeah, me too... And my Aunt got me the book and is giving it to me tonight.... IF J.K ROWLING KILLS OFF HARRY POTTER I WILL OFFICIALY GO INSANE.
  • 0

#1968 lovely~

lovely~

    <3

  • Members
  • 130 posts

Posted 22 July 2007 - 11:46 PM

Loopin, your signature gives me a headache, lol.
  • 0

#1969 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 23 July 2007 - 12:18 AM

Loopin, your signature gives me a headache, lol.

o_0 Yay! A new member!

Welcome! :thumbsup:
  • 0

#1970 lovely~

lovely~

    <3

  • Members
  • 130 posts

Posted 23 July 2007 - 12:22 AM

Heehee, thank you. :]
  • 0

#1971 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 23 July 2007 - 01:26 AM

Mara, did you get my PM about the HTML problem?
  • 0

#1972 Mara=^.^=

Mara=^.^=

    Benevolent, All-Seeing Eye

  • Admin
  • 26,057 posts
  • Nickname:Mara
  • Gender:Female
  • Location:VT

Posted 23 July 2007 - 01:36 AM

Yes :thumbsup:
Replied in "IDOJ reincoded". Thank you! :bff:

~*Mara*~ = ^.^ =
  • 0

#1973 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 23 July 2007 - 02:29 AM

Yes :thumbsup:
Replied in "IDOJ reincoded". Thank you! :bff:

~*Mara*~ = ^.^ =

Cool! That's good...
  • 0

#1974 loopin

loopin

    I WILL EAT YOU.

  • Members
  • 2,155 posts

Posted 23 July 2007 - 03:46 AM

Uh, Mara, about you're signature... WHO IS LUFFY?!?!
  • 0

#1975 .:!Gwen!:.

.:!Gwen!:.

    Listening to the song we used to sing...

  • Members
  • 10,830 posts

Posted 23 July 2007 - 03:54 AM

Luffy from One Piece. =D




.:!Gwen!:.
  • 0

#1976 Mara=^.^=

Mara=^.^=

    Benevolent, All-Seeing Eye

  • Admin
  • 26,057 posts
  • Nickname:Mara
  • Gender:Female
  • Location:VT

Posted 23 July 2007 - 04:01 AM

;) Thanks Gwen.

~*Mara*~ = ^.^ =
  • 0

#1977 loopin

loopin

    I WILL EAT YOU.

  • Members
  • 2,155 posts

Posted 23 July 2007 - 05:00 AM

Sorry... I am brain dead when it comes to anime and stuff... I've never even seen Nautoro Or Inuasha! I ONLY HAVE STUPID CANADIAN SATELIGHT THAT HAS NO CHANNELS AT ALL!!!
  • 0

#1978 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 23 July 2007 - 10:18 PM

Game Update [7/23/07]

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. ;)
  • 0

#1979 Alex

Alex

    Gotta blast!

  • Admin
  • 2,988 posts
  • Nickname:Alex
  • Gender:Male

Posted 24 July 2007 - 03:20 AM

Hehe...

A topic has came back to haunt Mara...
http://z9.invisionfr...php?showtopic=1
  • 0

#1980 Mara=^.^=

Mara=^.^=

    Benevolent, All-Seeing Eye

  • Admin
  • 26,057 posts
  • Nickname:Mara
  • Gender:Female
  • Location:VT

Posted 24 July 2007 - 04:05 AM

Hehe...

A topic has came back to haunt Mara...
http://z9.invisionfr...php?showtopic=1

:blink:

~*Mara*~ = ^.^ =
  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users