Hi,
after many problems of slow site, having checked several times I found in the server log Php this error repeated hundreds of times:
[07-May-2015 08:20:24 UTC] PHP Warning: printf(): Too few arguments in /home/tiffanwt/public_html/wp-content/themes/cardinal/includes/sf-options.php on line 179
[07-May-2015 08:20:24 UTC] PHP Warning: printf(): Too few arguments in /home/tiffanwt/public_html/wp-content/themes/cardinal/includes/sf-options.php on line 180
these are 179 & 180 Line of sf-options.php
”
<?php printf( __( ‘By %s’, ‘swiftframework’ ), $this->theme->display( ‘Author’ ) ); ?>
<?php printf( __( ‘Version %s’, ‘swiftframework’ ), $this->theme->display( ‘Version’ ) ); ?>
Can u help me to verify if is a template error or Php Problem?
Thank’s