Possible solutions of your questions

  hosting
<< Previous       PHP error

Question: Good afternoon. Test your great hosting and already from the first chords I get an error.Describe the situation: I copied your site *.*.* (which I plan to transfer to you), ran and got a white screen. The Wordpress Engine. The debugger shows a strange error:*: *public_html*wp*.php* ***And here is this line:*`) )] );what is the problem, do not prompt? After all, on another hosting works
Answer:

Hello. Parse error. what did you change in the code of the site?

Answer:

Hello.

the second  parameter of the function must peredovat array for this function. You have passed is not an array: 

 [get_the_time(`c`), human_time_diff( get_the_time(`U`) )] 

Use the definition of an array:

printf( $f, array(get_the_time(`c`), human_time_diff( get_the_time(`U`) )) );

Either using your version of the definition of the array but initializing the variable:

$a = [get_the_time(`c`), human_time_diff( get_the_time(`U`) )];

 

printf( $f, $a );

Question: absolutely nothing. the site is just copied. This is part of a string function that displays instead of the date of the post in the usual way, the date in the form \"an hour ago\", etc. Could it be different PHP versions?
Question: Thank you so much, helped!)
Answer:

thank you for contacting the technical support


<< Previous