Site Go's down for 10 minutes at a time randomly , please help!!!

For a month or two I have been having problems with my site going down for like 10 minutes at a time , you cant log on and if your already logged in you cant do anything for like 10 minutes .....I have checked with my Hosting company (HAappy Hosting ) have had a friend on here check and see if my server has had problems and thats not the case.

I really need some help here with this problem , Is it a setting? corrupt file ? what ? 

Quote · 30 Sep 2012

Has anyone else experienced this ? 

Quote · 1 Oct 2012

Are you on a shared hosting environment?

If you know how to you SSH you can run the command "top" from the shell prompt and watch your server load.

In most cases your php.ini needs to be adjusted to match Dolphin Suggested Resources..

Make these settings to your php.ini, I just didn't want to deal with errors for max issues.

[this is just an example]nano /etc/php5/apache2/php.ini

max_execution_time = 30

changed to

max_execution_time = 300

max_input_time = 60

changed to

max_input_time = 600

memory_limit = 8M

changed to

memory_limit = 512M

post_max_size = 8M

changed to

post_max_size = 100M

upload_max_filesize = 8M

changed to

upload_max_filesize = 100M

save and exit that file

now type

a2enmod rewrite

If you don't know what any of that means, you need to read

http://www.boonex.com/trac/dolphin/wiki/DolTech

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 1 Oct 2012

The site going down for 10 minutes at a time and then going back to normal couldn't be anything BUT your hosting. Well I guess it could be your internet connection. Are other people seeing it too? 

Never heard of that host..

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 1 Oct 2012

didn't see the host.. lol not heard of that one either

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 1 Oct 2012

Sorry guy's it's http://www.happy-hosting.com/ 

Im on a VPS  and dont mess around in that area due to the fact that It intimidates the hell out of me.

 

Quote · 2 Oct 2012

(Newton 27) thanks for helping me out with fixing this problem .....I for one am glad we have folks like you and a few others out there that will help when newbs cant figure it out . I say thank you big time  from Oregon my friend :-) 

Quote · 2 Oct 2012

Your very welcome!!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 2 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.