mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/includes/db.php on line 25

WARNING session_name(): Cannot change session name when headers already sent
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/frontend/session.php on line 20

WARNING session_start(): Cannot start session when headers already sent
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/frontend/session.php on line 21

Function get_magic_quotes_gpc() is deprecated
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/frontend/site.php on line 188

NOTICE Trying to access array offset on value of type null
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/includes/parameters.php on line 187

WARNING Cannot modify header information - headers already sent by (output started at /mnt/web010/e1/22/51011122/htdocs/ip_cms/includes/error_handler.php:60)
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/modules/standard/configuration/system.php on line 67

WARNING Cannot modify header information - headers already sent by (output started at /mnt/web010/e1/22/51011122/htdocs/ip_cms/includes/error_handler.php:60)
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/modules/standard/configuration/system.php on line 70

WARNING Cannot modify header information - headers already sent by (output started at /mnt/web010/e1/22/51011122/htdocs/ip_cms/includes/error_handler.php:60)
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/modules/standard/configuration/system.php on line 71

WARNING Cannot modify header information - headers already sent by (output started at /mnt/web010/e1/22/51011122/htdocs/ip_cms/includes/error_handler.php:60)
in /mnt/web010/e1/22/51011122/htdocs/ip_cms/modules/standard/configuration/system.php on line 72

var validatorConfig = { 'lang' : 'de', '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('de', { '*' : 'Bitte korrigieren Sie diesen Wert!', ':email' : 'Bitte geben Sie eine gültige Email-Adresse ein', ':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]' : 'Bitte füllen Sie dieses Pflichtfeld aus' });