mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
in /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/db.php on line 25

WARNING session_start(): Cannot send session cookie - headers already sent by (output started at /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/error_handler.php:60)
in /usr/www/users/deutscsrq/deutschmed/ip_cms/frontend/session.php on line 21

WARNING session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/error_handler.php:60)
in /usr/www/users/deutscsrq/deutschmed/ip_cms/frontend/session.php on line 21

WARNING Cannot modify header information - headers already sent by (output started at /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/error_handler.php:60)
in /usr/www/users/deutscsrq/deutschmed/ip_cms/modules/standard/configuration/system.php on line 67

WARNING Cannot modify header information - headers already sent by (output started at /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/error_handler.php:60)
in /usr/www/users/deutscsrq/deutschmed/ip_cms/modules/standard/configuration/system.php on line 70

WARNING Cannot modify header information - headers already sent by (output started at /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/error_handler.php:60)
in /usr/www/users/deutscsrq/deutschmed/ip_cms/modules/standard/configuration/system.php on line 71

WARNING Cannot modify header information - headers already sent by (output started at /usr/www/users/deutscsrq/deutschmed/ip_cms/includes/error_handler.php:60)
in /usr/www/users/deutscsrq/deutschmed/ip_cms/modules/standard/configuration/system.php on line 72

var validatorConfig = { 'lang' : 'ru', 'errorClass' : 'ipmControlError', 'messageClass' : 'ipmErrorMessage', 'position' : 'top left', 'offset' : [-3, 0], 'onFail' : function(e, errors) { $.each(errors, function() { var $control = this.input; $control.parents('.ipmField').addClass('ipmError'); }); }, 'onSuccess' : function(e, valids) { $.each(valids, function() { var $control = $(this); $control.parents('.ipmField').removeClass('ipmError'); }); } }; $.tools.validator.localize('ru', { '*' : 'Please correct this value', ':email' : 'Please enter a valid email address', ':number' : 'Please enter a valid numeric value', ':url' : 'Please enter a valid URL', '[max]' : 'Please enter a value no larger than $1', '[min]' : 'Please enter a value of at least $1', '[required]' : 'Please complete this mandatory field' });