• i had a problem, white page in admin i tryed to do something but nothing then i tryed to update wp from 3.8 to 4.3.1 and ther’is this error:

    Parse error: syntax error, unexpected ‘,’ in /web/htdocs/www.marinoautosrl.com/home/wp-includes/functions.php on line 425
    in bold (strong the line …425 down here

    function wp_extract_urls( $content ) {
    	preg_match_all(
    		"#((?:[w-]+://?|[wd]+[.])[^s()<>]+[.](?:([wd]+)|(?:[^
    !()[]{};:'".,<>???“”‘’s]|(?:[:]d+)?/?)+))#",
    		$content,
    		$post_links
    	);
    
    	$post_links = array_unique( array_map( 'html_entity_decode', $post_links[0] ) );
    
    	return array_values( $post_links );

    the line 425 is this:
    “#((?:[w-]+://?|[wd]+[.])[^s()<>]+[.](?:([wd]+)|(?:[^
    !()[]{};:'”.,<>???“”‘’s]|(?:[:]d+)?/?)+))#”,

    what can i do ? please

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    Download WordPress manually and upload wp-includes folder via ftp to your site, I thin automatic upgrade did not updated entire files in wp-includes.

    Thread Starter gabbiano69

    (@gabbiano69)

    i restore a backup and now i back to ver. 3.8.11 i see the site but whwn i go in admin edit or pligin or media the page is white what i have to do?

    Thread Starter gabbiano69

    (@gabbiano69)

    i find this error in server log error:
    [error] [client 93.45.243.219:65177] – https://www.marinoautosrl.com – AH01215: PHP Notice: ob_end_flush(): failed to delete buffer zlib output compression in /web/htdocs/www.marinoautosrl.com/home/wp-includes/functions.php on line 2773: /web/htdocs/www.marinoautosrl.com/home/index.php, referer https://www.marinoautosrl.com/

    this is the function
    function wp_ob_end_flush_all() {
    $levels = ob_get_level();
    for ($i=0; $i<$levels; $i++)
    ob_end_flush(); line (2773)
    }

    Thread Starter gabbiano69

    (@gabbiano69)

    please someone help me

    Thread Starter gabbiano69

    (@gabbiano69)

    please? blank page in post edit new post and plugin what i have to do i don’t made nothing just write a new post last time no update plugin and other please help me

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘pars error in function.php’ is closed to new replies.