Merhaba Arkadaşlar. WMaracına yeni katıldım herkese sevgiler saygılar.

Benim şöyle bir problemim var;
Yeni bir tema satın aldım temayı yükledim ancak aldığım hata kodu bu.

Warning: sprintf() [function.sprintf]: Argument number must be greater than zero in /home4/zap12tos/public_html/remifol.com/wp-content/themes/structurepress-pt/functions.php on line 12

Functions.php dosyasını notepad++ açtım 12. satıra baktım orada yazan ;

if ( version_compare( phpversion(), '5.3.2', '<' ) ) {
die( sprintf( esc_html_x( 'This theme requires %$2sPHP 5.3.2+%$3s to run. Please contact your hosting company and ask them to update the PHP version of your site to at least PHP 5.3.2.%$4s Your current version of PHP: %$2s%1$s%$3s', '%1$s - version ie. 5.4.0. %2$s, %3$s and %4$s - html tags, must be included around the same words as original', 'structurepress-pt' ), phpversion(), '', '', '
' ) );


Temayı temaforestten satın almıştım oraya yazdım hatayı. Oradan gelen cevap ;

En : It might be that you have old PHP version on your server (theme requires 5.3 or later).

Tr Çeviri : Bu sizin sunucunuzda eski PHP sürümüne sahip olduğunuzdan olabilir (Tema 5.3 veya üstü gerektirir) .

Çalıştığım firma hostgator kullanıyor bu arada. Hostgatorda kimseyle iletişime geçemiyorum live chat var ancak 1 saattir birşeyler doluyor karşıma bir muhattap çıkmadı.

Şimdi ben ne yapmalıyım bilmiyorum ancak şöyle bir sıkıntım var çalışan bir sitede böyle bir kod çıkması müşteri için can sıkıcı olacak bu gün bu işi halletmem gerek ne yapacağımı bilmiyorum. Bilen arkadaşlardan yardım bekliyorum.

Şimdiden çok teşekkür ederim.