• Resolved y4

    (@y4)


    Hello.

    I was doing my trials at my web host, which contains the php function “file_get_contents”, and i’ve used my website as the example site.

    Maybe there is no relation between the function and the problem.

    But after this, I’ve got the following errors:

    Deprecated: Assigning the return value of new by reference is deprecated in /wp-settings.php on line 512
    
    Deprecated: Assigning the return value of new by reference is deprecated in /wp-settings.php on line 527
    
    Deprecated: Assigning the return value of new by reference is deprecated in /wp-settings.php on line 534
    
    Deprecated: Assigning the return value of new by reference is deprecated in /wp-settings.php on line 570
    
    Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/cache.php on line 103
    
    Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/query.php on line 61
    
    Deprecated: Assigning the return value of new by reference is deprecated in /wp-includes/theme.php on line 1109

    What must I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter y4

    (@y4)

    the trials contain the “file_get_contents” function. sorry.

    Thread Starter y4

    (@y4)

    up

    Thread Starter y4

    (@y4)

    the solution: all wp files must be utf-8 without bom. and when notepad++ doesn’t work to convert these into utf-8 without bom, try original files of wordpress. those are in that file format.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deprecated: Assigning the return value of new by reference…’ is closed to new replies.