Forum Replies Created

Viewing 5 replies - 151 through 155 (of 155 total)
  • Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Update:

    The bluehost phone tech support gave me a idea that I already put in place. The two relatively high volume sites are on separate (single) wp installations with their own databases. The newer sites (allza.info being one of them) is part of a multi-site wp installation, using a third database. However they all share the same MySQL User (configured in cPanel under MySQL databases). BH informed me that there is a 15 connection limit so the theory was that I may have reached that when split across 3 databases and 12 sites (even though the application users will get mapped to the db access user for only milliseconds). So the bluehost tech guy suggested I give each DB a separate MySQL User, so now I have 3 databases, each with a dedicated user (obviously I changed each wp-config.php file to match).

    That may have helped because the single sites chowstalker.com and dessertstalker.com are performing better (eventhough I still get the occasion “white screen”), but the multi-site sites have only improved slightly. So, I’m continuing to test and troubleshoot and make allza.info a barebones, no-plugin, default theme, test sub-site and go from there. I know there are wp multisite installations with hundreds or thousands of on-line users and I want mine to work that way. Is that possible on bluehost?

    I bit … (nyuk, nyuk, nyuk)

    Forum: Plugins
    In reply to: emergency help needed
    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Resolved … site is back!!

    I may be the only one who ever sees this post, but in case this happens to you, that plugin (and others I’m sure) is poorly documented and it installs two files (db-config.ini and db.php) directly in the wp-content folder. When I deleted the other code files, db.php went into an infinite loop looking for one of them. So I deleted those two misplaced plugin files using filezilla. Also, when I deleted the plugin files, wp dutifully deactivated the plugin (as far as the database options.option_name = ‘active_plugins’ goes), but obviously the destructor method of the plugin could not get executed. I should have waited or kept retrying to get to my plugin admin page and not just whacked those code files, but the site was effectively broken anyways since that cache plugin made it really, really, … really slow.

    The thing that clued me in was the error_log file in my wp site root.

    Bluehost livechat could not help and suggested that I restore a backup which would have worked if I had erased all the old files first.

    Is there a safe, simple caching program out there?? Good grief.

    Forum: Plugins
    In reply to: emergency help needed
    Thread Starter Ron Strilaeff

    (@ronstrilaeff)

    Maybe I can deactivate that plugin from phpMyAdmin?
    Where is the list of active plugins flag set? This is not multisite.

    FYI: This id RonStrilaeff, is the new “real” of tulacat (which won’t be used any more). I have been using tulacat as a test user on various web projects, but decided a few days ago that I need a professional presence here on WP.org.

    Jack (Yannick?), I see on your website that you are busy with a major project until June 2012 so I understand that we should not expect much feedback here.

    I have solved or worked around items 1 and 4 in the previous post to may satisfaction.

    And I realize now that item 2 is part of the design and that the typeid, statusid and priorityid can only match a single value.

    But when you (or some other developer) have time, number 3 is the one that would really be nice to have. I need some way to sort the list of bugs by resolution date but I see that is stored in the postmeta key “bug-library-resolution-date” which I don’t have time to figure out how to work with outside of raw sql.

    Thanks! Ron

Viewing 5 replies - 151 through 155 (of 155 total)