| Author |
Message |
Neo1288
Newbie


Joined: Feb 27, 2009
Posts: 2
|
Posted:
Fri Feb 27, 2009 3:40 pm |
|
hello, (sorry for my english)
this module its fantastic...but when i would send my html page (make with publisher2003 and converted in html page) the program crashed and i see my homepage of my website.
with sample html code there isn't problem.
can you help me? thanks |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1360
|
Posted:
Fri Feb 27, 2009 6:15 pm |
|
Definitely need more information. Two questions/comments:
1. Open up config.php and set $display_errors = true; and try it again to see if you get any error messages.
2. Did it "crash" immediately upon clicking send, or, did it take a long time before doing it?
3. What is the size of the HTML you are trying to post? |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
Slackervaara
Newbie


Joined: Nov 03, 2007
Posts: 127
|
Posted:
Fri Feb 27, 2009 11:19 pm |
|
Strange things has happened when I have included all the html code in a newsletter. I always exclude this type of html-code in the beginning or in the end:
| Code: |
<html lang="sv">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
|
|
| |
|
|
 |
Neo1288
Newbie


Joined: Feb 27, 2009
Posts: 2
|
Posted:
Sat Feb 28, 2009 3:41 am |
|
| montego wrote: |
Definitely need more information. Two questions/comments:
1. Open up config.php and set $display_errors = true; and try it again to see if you get any error messages.
2. Did it "crash" immediately upon clicking send, or, did it take a long time before doing it?
3. What is the size of the HTML you are trying to post? |
2. crash immediately when i click on send.
3. the size of page html is 62kb and the code is more long.
the code strarting with
| Code: |
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<link rel=File-List href="index_file/filelist.xml">
<!--[if !mso]>
<style> .....exc...
|
there are 1050 lines
| Quote: |
Strange things has happened when I have included all the html code in a newsletter. I always exclude this type of html-code in the beginning or in the end:
| Code: |
<html lang="sv">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body> |
|
probably the problem are the tag automatic that frontpage insert.
i cannot review more than 1050 lines to change manually code  |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1360
|
Posted:
Sat Feb 28, 2009 10:06 am |
|
What version of *nuke are you running?
And, by the way, what Slackervaara was mentioning was just a few lines at the beginning and a few at the end, so it should be relatively easy enough to cut that out?
BTW, I haven't used FrontPage in over 10 years due to the garbage it places in the HTML code. It is HORRIBLE! I am converting over a site now that was written with the latest version and it is a little better, but not by much. Not much I can do about that... |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
|
|