X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmysql-connect.php;h=57230cfebb5ab3bd3a0febaff3d3b200c45c73b4;hb=a93190d186880b886fc0a41fd07deb06480cb641;hp=4020ecdc46b587d4eb4cc0e2701303521d7990e5;hpb=6671e99b88021ca20e72021823e1dfc9ce242da7;p=mailer.git diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 4020ecdc46..57230cfebb 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -55,7 +55,6 @@ require_once(PATH."inc/mysql-manager.php"); // Functions which interact with the // Load extensions and language require_once(PATH."inc/extensions.php"); -require_once(PATH."inc/language.php"); // Init error handler function __errorHandler ($errno, $errstr, $errfile, $errline) { @@ -66,13 +65,13 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) { $errline ); DEBUG_LOG(__FUNCTION__.":".$msg, true); - print "Please report this error:
";
+	print "Please report this error at forum.mxchange.org:
";
 	debug_print_backtrace();
-	die("
"); + die("
Thanks for your help finding bugs."); } // Set error handler -//set_error_handler('__errorHandler'); +set_error_handler('__errorHandler'); // Check if the user setups his MySQL stuff... if ((empty($MySQL['login'])) && (!defined('mxchange_installing')) && (!isset($_GET['installing'])) && (isBooleanConstantAndTrue('mxchange_installed'))) { @@ -137,6 +136,8 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT // Administrative functions require_once(PATH."inc/modules/admin/admin-inc.php"); } // END - if + //* DEBUG: */ ADD_POINTS_REFSYSTEM(36,1000); + //* DEBUG: */ die(); // Get all values if (($CSS != 1) && ($CSS != -1)) { @@ -156,7 +157,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT UPDATE_ONLINE_LIST($PHPSESSID, $GLOBALS['module'], $GLOBALS['action'], $GLOBALS['what']); // Set default 'what' value - //* DEBUG */ echo "-".$GLOBALS['module']."/".$GLOBALS['what']."-
\n"; + //* DEBUG: */ echo "-".$GLOBALS['module']."/".$GLOBALS['what']."-
\n"; if ((empty($GLOBALS['what'])) && (empty($GLOBALS['action'])) && ($CSS != 1) && ($CSS != -1)) { if ($GLOBALS['module'] == "admin") { // Set 'action' value to 'login' in admin menu