Warning: mb_strtolower() [function.mb-strtolower]: Unknown encoding "x-euc" in /home/life/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_module_class.php on line 155

Bu hatayı neden yapar sizce ? Ana SAyfaya girdiğimizde hata veriyor direk.

if ( $mode == 'title' ) {
				if ( function_exists( 'mb_convert_case' ) )
					return mb_convert_case( $str, MB_CASE_TITLE, $charset );
				else
					return ucwords( $str );
			}