Page 1 of 1

[SOLVED]Grrrrr I am in a bad line... lol Question ?

Posted: Mon Aug 28, 2006 2:39 am
by Chief
Hi Again ... since 3 or 4 day I have browse ALL ths forum about static page and contact form, Grrrrr ... I found nothing to help me find the way to solve my problem

Maybe its a stupid thing but I have read ALL this forum I think lol

My static page wont save or link as the permalink ... I have try with contact form to be easy to me just in case I do something wrong.

My contact form if I enable by default is suppose to start

my site/index.php?/pages/contactform.html

I get The specified CGI application misbehaved by not returning a complete set of HTTP headers ERROR

where I can start to setup that ? a path somewhere is wrong and I am bored to read all around :wink:

Why when its complicated I found a way and when its look easy I lost my mind on :lol:

thx for help me on that too ...

Re: Grrrrr I am in a bad line... lol Question ?

Posted: Mon Aug 28, 2006 12:45 pm
by garvinhicking
Hi!

Could you have a look in your errrorlog? I have never seen this error before anywhere!

Best regards,
Garvin

Posted: Mon Aug 28, 2006 1:16 pm
by Chief
This is what I get for this line ...

http://www.parlez-en.ca/index.php?/page ... tform.html
2006-08-28 11:01:23 W3SVC1164884881 NAIADE 66.46.180.53 GET /index.php /pages/contactform.html 80 - 70.82.59.227 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+InfoPath.1;+.NET+CLR+2.0.50727) __utma=213030165.1831266383.1156741399.1156741399.1156741399.1;+__utmz=213030165.1156741399.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none);+serendipity[old_session]=51f00f4269161e955f5846eb30804bad;+serendipity[author_information]=YToyOntzOjg6InVzZXJuYW1lIjtzOjU6IkFkbWluIjtzOjg6InBhc3N3b3JkIjtzOjg6ImNoaWVmMTIzIjt9 http://www.s9y.org/forums/viewtopic.php ... highlight= www.parlez-en.ca 502 2147500037 393 684 3937
I setup a static page and I cant find the way to get that page too lol

http://www.parlez-en.ca/index.php?/pages/about.html
2006-08-28 11:10:25 W3SVC1164884881 NAIADE 66.46.180.53 GET /index.php serendipity[cronjob]=true 80 - 70.82.59.227 HTTP/1.1 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+fr;+rv:1.8.0.6)+Gecko/20060728+Firefox/1.5.0.6 PHPSESSID=2a8becf383192ce1595886f41362a9d2;+__utma=213030165.1537870797.1156736097.1156736097.1156763248.2;+__utmb=213030165;+__utmc=213030165;+__utmz=213030165.1156736097.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none);+serendipity[old_session]=2a8becf383192ce1595886f41362a9d2 http://www.parlez-en.ca/index.php?/pages/about.html www.parlez-en.ca 200 0 1652 733 3296

Posted: Mon Aug 28, 2006 1:18 pm
by garvinhicking
Hi!

Hm, what you showed there was just the GET request. Not the error message, why your webserver thinks an error happens.

Apart from accessing static pages by permalink, you can always get to it via index.php?serendipity[subpage]=about (replace 'about' with the "Title of the page").

Regards,
Garvin

Posted: Mon Aug 28, 2006 1:32 pm
by Chief
I dont know where to get that error message you need

http://www.parlez-en.ca/index.php?seren ... age]=about

I have create a page about but I have same error ...

I am on a windows 2003 server machine .. I have remove .htaccess in case.

I got this message first time when I have installed serendipity

I have remove 2 lines in index.php for the header thing

//header('HTTP/1.0 200');
//header('X-Blog: Serendipity'); // Used for installer detection


You remember ?

Posted: Mon Aug 28, 2006 7:51 pm
by garvinhicking
Hi!

If you run PHP as cgi, there must be an error_log or PHP errorlog that you can investigate. The error code allone sadly does not help us here.
I have remove 2 lines in index.php for the header thing

//header('HTTP/1.0 200');
//header('X-Blog: Serendipity'); // Used for installer detection
I believe then, that you need to search through the code of the staticpag eplugin and all s9y files and search for 'HTTP/1' string. Remove all of those occurences!

Best regards,
Garvin

Posted: Mon Aug 28, 2006 8:03 pm
by Chief
Yes Right on its work if I remove HTTP/1 bla bla line.

http://www.parlez-en.ca/index.php?/page ... tform.html

http://www.parlez-en.ca/index.php?seren ... age]=about

why I have not same path for these 2 pages ?

The link into the static page got wrong url too

Posted: Tue Aug 29, 2006 10:57 pm
by Chief
Sorry I think I have edited the post after you all read lol

My last post have to be checked please .. :wink:

Posted: Wed Aug 30, 2006 10:44 am
by garvinhicking
Hi!

Both links are valid! Or what do you mean?

Regards,
Garvin

Posted: Wed Aug 30, 2006 12:49 pm
by Chief
Its ok now... I just found my bug, its navigation link have something wrong. Anyway I have remove it lol

I will not use this option.

Thx.

P.S. I have added [SOLVED] to my first post to help navigation, maybe add in your FAQ ?