Can no longer load blog

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

Re: export/reimport db no help

Post by garvinhicking »

Well, corrupt cookies cannot be the problem. Else I would be able to connect to your blog, and I'm not.

There is still something wrong with your server...

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/
donniev
Regular
Posts: 11
Joined: Mon Apr 11, 2005 6:36 pm

Solved

Post by donniev »

Actually there were apparently many problems. I did have corrupted cookies on my box but that was phpmyadmin not s9y. After I solved that and started backing up database phpmyadmin started throwing errors like crazy about cookie_path not sent etc. I restored php and phpmyadmin from backup and that solved that problem. I also exported the s9y db and did a fresh install and imported the db. Site appears to be working fine now. I also eliminated a remote_image plugin but I dont think that is an issue. I had been thinking about yanking that anyway.

Of course since I made multiple changes I don't yet have a root cause but since phpmyadmin and s9y were both foobar my guess is that something went south with php itself. I have spent enough cycles on this and really don't have time to dig any deeper. I certainly do appreciate your help though. Too bad that the trouble manifested itself in the blog. I am still puzzled by why the other instance worked, but then many things in life puzzle me.

Anyway you can now see the blizzard of '05 at http://blog.vawter.com :D
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Solved

Post by garvinhicking »

I don't mean to be a negative guy, but I must tell you that your site still does not render fast for me. It took about 1,5 minutes to load up your blog. :-(

Maybe if you still care to look after it you could check out the APD Debugger (http://pecl.php.net/package/apd) and install it as PHP extensions. It allows you to create debugging files with just some basic instructions. If you de-comment the line apd_set_pprof_trace() inside index.php of Serendipity (or activate $global_debug) you can easily interface it. The files created by APD can be visually evaluated by kvalgrind or valgrind utilities.

There you could see which parts of Serendipity take so much time...

Which event plugins do you have installed, BTW?

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/
donniev
Regular
Posts: 11
Joined: Mon Apr 11, 2005 6:36 pm

Event plugins

Post by donniev »

Hmmh I just had a friend in Atlanta check and he said it loaded in under 2 secs.


Title Permissions
Markup: Serendipity
Apply basic serendipity markup to entry text

DOWN
Markup: Emoticate
Convert standard emoticons into graphic images

UP DOWN
Markup: NL2BR
Convert newlines to BR tags

UP DOWN
Markup: Track exits
Track clicks on external URLs

UP DOWN
Spam Protector
A varity of methods to prevent comment spam

UP DOWN
Template chooser
Allows users to change the template

UP DOWN
Static Page (resume)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Event plugins

Post by garvinhicking »

Now that I tried it did in fact load in 2-3 seconds. Well, maybe this time it was me having a bandwidth problems or sth. like that ;)

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/
nyquil

Post by nyquil »

I had exactly the same problem last week. The culprit ended up being an RSS feed I had in a sidebar that wasn't accessable. Apparantly the whole backend was waiting for the feed to fetch, but it eventually timed out. serendipity_admin.php would load right away, but not the body. It either wouldn't load, or it would take like >2 minutes to load. Removing that sidebar plugin caused it to load instantly. Adding again and it wouldn't load.
Post Reply