mangling newlisp wiki

Q&A's, tips, howto's
Locked
tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

mangling newlisp wiki

Post by tom »

Hey guys,

I'm writing a little thing to run locally with the newlisp webserver. I'm going to try to avoid showing you the actual code because it's ugly, but it consists of modifications to newlisp-wiki.

I have two problems.

I have a text file with 30 lines from which a 5x6 table is built. it works fine in linux. I tested it in windows and IE 7 and the 30th cell is empty and the 29th has garbage in it. Also trying to submit edits results in a browser error message.

Also, I need to think of situations where there are less than 30 lines in my text file. It would also be nice to generate more table cells to accomodate more.

Any ideas?

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Perhaps you have a cutoff problem as observed by HPW and need this update:

http://www.newlisp.org/downloads/newlis ... gs-132.exe

See the discussion thread in the News section.

tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

Post by tom »

Yep, that fixed it.

If I hit submit after editing a wiki page, I get "internet explorer cannot display this web page". in IE seven. Firefox works just fine.

Is it an IE setting or something like that?

--edit--

never mind... I fixed that part of it.

Locked