Errors on the Admin Interface

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
cybermat
Regular
Posts: 42
Joined: Wed May 10, 2006 10:45 am

Post 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.
cybermat
Regular
Posts: 42
Joined: Wed May 10, 2006 10:45 am

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply