Welcome Guest, Not a member yet? Register   Sign In
Core/Loader 346 Issue
#3

Actually your pretty much spot on from what I can tell. I would assume most sites don't put as much pressure their database servers. I spent most of the day reworking some of our data feed crons to help lower the pressure a bit. Our site revolves around sports so during events it gets hit really hard.

Thanks for your help you have given me a place to start digging.

(02-25-2015, 02:08 PM)Nichiren Wrote: Do you have the full error from your log? If that means line 346 from system/core/Loader.php then it would reference


PHP Code:
// Load the DB class
$CI->db =& DB($params$active_record); 

Without looking too deeply into it (and someone more knowledgeable than I can chime in), I'd hazard a guess and say your database (or connections) is getting overloaded from the traffic spikes. I can't be sure without actually seeing your system but try checking your database error logs and/or activating your database slow log to see if there are any egregiously slow queries whose effects can be exacerbated by high traffic loads. Otherwise, I'd start checking the webserver error logs for anything out of the ordinary and be on the lookout for connection errors to help lead you to a culprit. This is all just a guess and I could be way off but it wouldn't hurt to check.
Reply


Messages In This Thread
Core/Loader 346 Issue - by isaiahfrom3r - 02-25-2015, 07:32 AM
RE: Core/Loader 346 Issue - by Nichiren - 02-25-2015, 02:08 PM
RE: Core/Loader 346 Issue - by isaiahfrom3r - 02-25-2015, 03:09 PM
RE: Core/Loader 346 Issue - by Nichiren - 02-25-2015, 03:58 PM
RE: Core/Loader 346 Issue - by silentium - 02-25-2015, 05:19 PM
RE: Core/Loader 346 Issue - by isaiahfrom3r - 02-26-2015, 07:42 AM
RE: Core/Loader 346 Issue - by silentium - 02-26-2015, 06:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB