When my load test guys test the site it goes white? No error message, nothing. It's just not there? Any ideas?
Do you have error reporting disabled? error_reporting(E_ALL); // put this add the top of your page right below <?php PHP:
I access this error log under to public HTML in cpanel. Does anyone have any idea where the error lies in this?
My server admin sent this to me: Everything on the server is responding without issue. All services are online, and nothing is currently down. The code itself is throwing errors: [23-Nov-2013 17:16:41 UTC] PHP Warning: require(/usr/local/apache/htdocs/includes/inc_files.php): failed to open stream: No such file or directory in /home/dariushv/public_html/index.php on line 2 [23-Nov-2013 17:16:41 UTC] PHP Fatal error: require(): Failed opening required '/usr/local/apache/htdocs/includes/inc_files.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dariushv/public_html/index.php on line 2 This references a requires() to includes/inc_files.php: if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) exit('No direct access allowed.'); require_once("configuration/config.php"); require_once("classes/database.class.php"); require_once("classes/functions.class.php"); require_once("classes/pagination.class.php"); require_once("classes/session.class.php"); require_once("classes/user.class.php"); require_once("classes/vendor.class.php"); require_once("classes/email.class.php"); require_once("classes/activation.class.php"); require_once("classes/reset_password.class.php"); require_once("classes/account_lock.class.php"); require_once("classes/invites.class.php"); require_once("classes/paypal.class.php"); //require_once("restrictions/restrictions.php");