Search found 336 matches

by konus
Mon Aug 25, 2008 10:45 am
Forum: General discussions
Topic: submission to serendipity blog via email
Replies: 1
Views: 1434

Did you check the event plugin popfetcher?
by konus
Fri Aug 22, 2008 5:07 pm
Forum: Bugs
Topic: Plugin mycalendar - rss-feed without title
Replies: 1
Views: 1742

Plugin mycalendar - rss-feed without title

Hello, I just started using the fine mycalendar-plugin. After subscribing to my own mycalendar-rss-feed I noticed, that the Feed-name was empty. I think I found a small bug . at line 406 <title><?php $serendipity['blog_title']; ?></title> and at line 416 <author><?php echo $serendipity['blog_title']...
by konus
Fri Aug 22, 2008 1:18 pm
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

OK, great!
In my case I had to edit serendipity_event_contactform.php and serendipity_event_staticpage.php.

Now I am happy and Google should be happy too! :lol: :lol: :lol:

I really like to thank you for the help!
by konus
Fri Aug 22, 2008 10:47 am
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

Ok, this was helpful. Now 404 is gone and Websniffer shows 200 :lol: It looks like, header('Status: 200 OK'); did the trick. Just curious: why do we need three lines with 200, 404 and 200 again. Why isn't it enough to send just one line with 200? And what can we do with this knowledge now?
by konus
Thu Aug 21, 2008 10:14 pm
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

It looks like

Code: Select all

RewriteEngine Off 
ErrorDocument 404 /test/notfound.php
And I get the nice "Bla!" :? (you can check this by yourself by calling a unknown page within the directory, like http: //www.dd4kids.de/test/test.html
by konus
Thu Aug 21, 2008 5:50 pm
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

I am still in contact with my hoster (he did not find anything out by now). But I would like to come back to the test enviroment. In the htaccess is the notfound.php declared. In the notfound.php are: <?php header('HTTP/1.0 200'); header('HTTP/1.0 404 Not Found'); header('HTTP/1.0 200'); echo "...
by konus
Thu Aug 21, 2008 5:49 pm
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

I am still in contact with my hoster. But I would like to come back to the test enviroment. In the htaccess is the notfound.php declared. In the notfound.php are: <?php header('HTTP/1.0 200'); header('HTTP/1.0 404 Not Found'); header('HTTP/1.0 200'); echo "Bla!"; I tested it on a other web...
by konus
Thu Aug 21, 2008 4:19 pm
Forum: Bugs
Topic: Update and Install with spartacus
Replies: 2
Views: 1978

Thank you for your help! After switch on the php-Error display in my .htaccess <IfModule mod_php.c> php_value display_errors 1 </IfModule> I found out about a plug-in which was not working correctly. I had changed something in a php file and now had serendipity_event_geotag.php serendipity_event_geo...
by konus
Thu Aug 21, 2008 12:51 pm
Forum: Bugs
Topic: Update and Install with spartacus
Replies: 2
Views: 1978

Update and Install with spartacus

Within Spartacus I can update and install sidebar-Plugins, but have some problems with event plugins. Clicking update sidebar-plugins it looks like expected: http://www.bilder-hoster.net/tn/UpdateSeitenleistenpluginse5373.jpg Clicking update event-plugins looks strange and somewhat not complete: htt...
by konus
Thu Aug 21, 2008 12:07 pm
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

An another idea, I found out, how to enable the error.log. I found 3 warnings and one error: [warn] mod_fcgid: stderr: PHP Warning: Cannot use a scalar value as an array in /var/www/web5/html/serendipity/plugins/serendipity_event_karma/serendipity_event_karma.php on line 1142 [warn] mod_fcgid: stder...
by konus
Thu Aug 21, 2008 11:52 am
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

Ah, one other thing: I think in the .htaccess you need to use "/test/notfound.php" and not only "notfound.php" -- the complete path to notfound.php needs to be used here. Yes, I found out already :P With both variants (once "200" and once "200 OK")? Does it g...
by konus
Thu Aug 21, 2008 11:24 am
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

A first test with the external service Web-sniffer.net brings Error 404 again.

OK your where faster, I will test the above now.
by konus
Thu Aug 21, 2008 11:00 am
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

Re: Problem with static pages

Sorry for the delay. Who is your provider, which webserver and version do you use, which PHP version, and does it run as module or CGI? My hoster is http://www.sysprovide.de the webserver should be an apache2 (any way to find out for sure?) the PHP Version is 5.2.6 I think it runs as CGI/FastCGI (ph...
by konus
Mon Aug 18, 2008 10:43 pm
Forum: Showcase (old)
Topic: www.dd4kids.de
Replies: 18
Views: 49583

Yes, I see the map on Opera 9.51 and it works on Firefox 3.0 too. It does not work at IE7, so it seems like a IE-Problem.

Maybe with this information, you find an answer at the net or in the Google Maps Help Group
by konus
Mon Aug 18, 2008 10:37 pm
Forum: Bugs
Topic: Problem with static pages
Replies: 22
Views: 11500

Re: Problem with static pages

Hi! you might want to change that to: if ($this->selected()) { header('HTTP/1.0 200'); echo $this->parseStaticPage(); } I have done that, but nothing much has changed. There was no error and the 404 is still there. I am not sure about caching, deleting browser cache did not help. So I will check ba...