+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 82

Thread: how do i fix "This Account Has Exceeded Its CPU Quota "

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    3

    Default how do i fix "This Account Has Exceeded Its CPU Quota "

    Im running wordpress with some different plugins on www.shrubtalk.com but i keep getting This Account Has Exceeded Its CPU Quota when i try to do anything all help appreciated

  2. #2
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    Search these forums for CPU Quota. There's also this page from the BH helpdesk.

    Some Wordpress users might check in with suggestions specific to that application.

  3. #3
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    It is almost certainly being caused by one of the plugins since WordPress itself doesn't give CPU exceeded errors (although it does give slow running JavaScript warnings).

    Which plugins are you running?

  4. #4
    Join Date
    Jun 2006
    Posts
    155

    Default

    Do you have gallery plugin?
    Is FastCGI aktivated in the CPanel?
    Japan-Photo.info - Blog about Japanese photography

  5. #5
    Join Date
    Mar 2006
    Posts
    462

    Default

    Give us:

    a rough estimate of your uniques per day
    a list of your WP plugins
    copy and paste the slowqueries file from the tmp folder

    I also think that it's one of your plugins that causes trouble. However if you get tons of traffic it could be anything really.
    Cheap web hosting review directory listing a
    Hostmonster review and a Bluehost review - CPU, support, plans, speed test, uptime

  6. #6
    Join Date
    Oct 2007
    Posts
    3

    Default

    i get 20 uniques a day

    i have enhanced wp contact form, socialable, and xd forum plugins

    heres some of slowqueries files

    # Tue Oct 16 03:31:49 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 3 Rows_examined: 5
    use shrubtal_wrdp1;
    SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND (post_type = 'post' AND (post_status = 'publish')) ORDER BY post_date DESC LIMIT 0, 3

    # Thu Oct 11 20:16:07 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'

    # Thu Oct 11 20:16:19 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_name ASC

    # Wed Oct 3 13:45:12 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT option_value FROM wp_options WHERE option_name = 'siteurl'

    # Wed Oct 3 13:45:15 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT option_value FROM wp_options WHERE option_name = 'widget_text' LIMIT 1

    # Wed Oct 3 13:45:16 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 1 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT FOUND_ROWS()

    # Wed Oct 3 13:45:17 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT * FROM wp_categories

    # Wed Oct 3 13:45:19 2007
    # Query_time: 2 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN(13,12,9) ORDER BY post_id, meta_key

    # Wed Oct 3 13:45:22 2007
    # Query_time: 3 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT ID, user_nicename from wp_users WHERE user_login <> 'admin' ORDER BY display_name

    # Wed Oct 3 13:45:23 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC

    # Wed Oct 3 13:45:24 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT * FROM wp_posts WHERE (post_type = 'page' AND post_status = 'publish') ORDER BY menu_order ASC

    # Wed Oct 3 13:45:26 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 6 Rows_examined: 18
    use shrubtal_wrdp1;
    SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 2 ) ORDER BY link_name ASC

    # Wed Oct 3 13:45:29 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN(13,12,9) ORDER BY post_id, meta_key

    # Wed Oct 3 13:45:30 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use shrubtal_wrdp1;
    SELECT * FROM wp_categories WHERE cat_ID > 0 ORDER BY cat_name ASC

    # Wed Oct 3 13:45:31 2007
    # Query_time: 1 Lock_time: 0 Rows_sent: 6 Rows_examined: 18
    use shrubtal_wrdp1;
    SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 2 ) ORDER BY link_name ASC

  7. #7
    Join Date
    May 2006
    Location
    Barcelona, Catalunya.
    Posts
    42

    Default "This Account Has Exceeded Its CPU Quota" after Data Base backup

    Dear Early Out,

    Over the past few days I again have this old, known (and formerly solved) problem every time I take a backup of the database (MySQL) with cPanel, without having changed absolutely nothing on my part.

    I reported the problem, but I only get a response "standard."

    I suppose that when BH review MySQL server will be resolved and disappear without changing anything.

    What has improved dramatically is the speed of downloading, which sometimes reaches 20 Mb / sec.

    A warm greeting.

  8. #8
    Join Date
    Nov 2007
    Posts
    7

    Angry

    I wonder why offer unlimited domains and sky high bandwith wherein this would only lead to a single page displaying "This Account Has Exceeded Its CPU Quota"? I'm a little upset, I've been a bluehost subscriber for some time now and early this morning is the 1st time I encounter this very annoying error on my site ampota.com. Is there other workaround here other than switching to other webhosting??

  9. #9
    Join Date
    Nov 2007
    Posts
    7

    Default

    I've done my research. It seems that bluehost really is having this problem(unlike other webhost). Enough reason for me to move on a new webhost.

  10. #10
    Join Date
    Feb 2006
    Location
    Florida, USA
    Posts
    1,349

    Default

    I wish you the best of luck.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts