Serendipity running slow/not responding

Found a bug? Tell us!!
Post Reply
guy
Posts: 4
Joined: Wed Oct 17, 2007 10:26 pm

Serendipity running slow/not responding

Post by guy »

I've had a good install of s9y for a while now, but as of today, when i go into settings or try to even load the website, it takes at least 5 minutes if it even loads at all. I know it is not my connection, or even my website, as i can download/load other pages normal speed, and the wiki section of my website is up. Also my server reports no problems or errors in the log.

I have a feeling it has to do with the styles, as it was fine until i tried to change it. No errors however. What could cause this sudden slowdown making it unusable?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Serendipity running slow/not responding

Post by garvinhicking »

Hi!

Have you talked to your provider? The database could be misfunctioning.

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/
guy
Posts: 4
Joined: Wed Oct 17, 2007 10:26 pm

Post by guy »

sorry for not replying,i just never got around to getting into the admin controls.

now i get this :Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9 bytes) in /home/law/public_html/s9y/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 610



is this def a provider issue now?
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Sorta. That means that your PHP installation isn't configured with enough memory: SPARTACUS is running out of memory while it tries to initialize.

If you have access to your php.ini, set memory_limit to 32M (or at least, something bigger than 8M).

If you don't have access to php.ini, some providers will allow you to set the memory limit in your .htaccess file. (Back it up first, so you can restore it if there are any problems!) You can *try* changing the value in .htaccess with:

Code: Select all

php_value memory_limit "32M"
Otherwise, you'll have to contact the provider and ask them to increase you PHP memory limit.
Judebert
---
Website | Wishlist | PayPal
Post Reply