Page 2 of 2

Posted: Mon Jun 12, 2006 10:04 am
by garvinhicking
Hi!

That the pulldown doesn'T collapse might be due to a javascript error. did you check your browser's error output for javascript?

As for the red color, I don't know. I would need to get access to your blog; because a red color is not contained in our stylesheet files...

For the firewall, check this PHP script:

Code: Select all

<?php
echo file_get_contents('http://www.google.de/');
?>
It should give you the output of Google.

Regards,
Garvin

Posted: Mon Jun 12, 2006 10:25 am
by cybermat
I've sent you the access-data to my blog per pm.

The test of the firewall was successful, i got the google source without any problems.

Posted: Mon Jun 12, 2006 2:05 pm
by cybermat
Act of desperation:

I enabled the iframe now, tested it and got no errors.

Then i commented out the noautodiscovery in serendipity_config.inc.php

Code: Select all

//$serendipity['noautodiscovery'] = true;
I tested that and got no errors.

Then i installed the manual trackback plugin once again and tested it. I got no errors.

Then i installed the "announce entries" plugin again and tested it. What should i say? I got no errors! I pinged all available services and it worked!

I did nothing, i swear!

So, i think it works now, only i don't know why. I have to watch it during the next days and entries, if the server error returns....

Thank you very, very much for your support.

Greetings,

Mat

Posted: Mon Jun 12, 2006 2:28 pm
by garvinhicking
Hi!

My bet is that your server DID have firewall issues, and your technicians silently fixed them when you mailed them?

Regards,
Garvin