• Resolved Cristian

    (@crosescu)


    Hi,

    I installed WP 2.9 along with the latest version of W3TC plugin on
    PHP 5.3.0 and I get the error messages below:

    Deprecated: Assigning the return value of new by reference is deprecated in C:\mysite\wp-content\plugins\w3-total-cache\lib\W3\Plugin\TotalCache.php on line 165

    Deprecated: Assigning the return value of new by reference is deprecated in C:\mysite\wp-content\plugins\w3-total-cache\lib\W3\Plugin\TotalCache.php on line 1286

    Deprecated: Assigning the return value of new by reference is deprecated in C:\mysite\wp-content\plugins\w3-total-cache\lib\W3\Plugin.php on line 57

    There are about 22 error messages in total that say the same thing.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Frederick Townes

    (@fredericktownes)

    These errors only show in strict error mode I believe, some of these would also be generated by WordPress itself in strict mode, so best to change the error level in your PHP configuration file as these are normal and expected.

    Thread Starter Cristian

    (@crosescu)

    Thank you Frederick. I appreciate your help and time

    Frederick Townes

    (@fredericktownes)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] Deprecated errors on PHP 5.3.0’ is closed to new replies.