Support

Account

Home Forums General Issues PHP warnings and errors after migrating site

Unread

PHP warnings and errors after migrating site

  • I’ve just tried to migrate my website from a local development server (MAMP) to a live server (in a hidden test location) and I’ve had a slew of new PHP Warnings and PHP Notices show up in the log.

    Have other user had this, and might someone know the general cause?

    Here’s some of the log. These are all at the same time during one page load:

    
    [08-Aug-2014 18:21:30 UTC] PHP Warning:  include_once(core/fields/true_false.php): failed to open stream: No such file or directory in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/advanced-custom-fields/acf.php on line 382
    [08-Aug-2014 18:21:30 UTC] PHP Warning:  include_once(): Failed opening 'core/fields/true_false.php' for inclusion (include_path='.:/usr/local/lib/php-5.3.13/lib/php') in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/advanced-custom-fields/acf.php on line 382
    [08-Aug-2014 18:21:32 UTC] PHP Warning:  include_once(core/fields/true_false.php): failed to open stream: No such file or directory in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/advanced-custom-fields/acf.php on line 382
    [08-Aug-2014 18:21:32 UTC] PHP Warning:  include_once(): Failed opening 'core/fields/true_false.php' for inclusion (include_path='.:/usr/local/lib/php-5.3.13/lib/php') in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/advanced-custom-fields/acf.php on line 382
    [08-Aug-2014 18:21:32 UTC] PHP Warning:  session_start(): open(/var/php_sessions/sess_a33b18a38d3bee3ec8bac4f95e6add25, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/themes/ryans-sixteen-nine/functions.php on line 277
    [08-Aug-2014 18:21:33 UTC] PHP Warning:  session_start(): open(/var/php_sessions/sess_a59b8c3c01cc70595c09ede10e764a99, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/themes/ryans-sixteen-nine/functions.php on line 277
    [08-Aug-2014 18:21:34 UTC] PHP Notice:  Undefined index: SERVER_ADDR in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/myMail/classes/update.class.php on line 254
    [08-Aug-2014 18:21:34 UTC] PHP Warning:  Unknown: open(/var/php_sessions/sess_a33b18a38d3bee3ec8bac4f95e6add25, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    [08-Aug-2014 18:21:34 UTC] PHP Warning:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
    [08-Aug-2014 18:21:38 UTC] PHP Warning:  include_once(core/fields/true_false.php): failed to open stream: No such file or directory in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/advanced-custom-fields/acf.php on line 382
    [08-Aug-2014 18:21:38 UTC] PHP Warning:  include_once(): Failed opening 'core/fields/true_false.php' for inclusion (include_path='.:/usr/local/lib/php-5.3.13/lib/php') in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/plugins/advanced-custom-fields/acf.php on line 382
    [08-Aug-2014 18:21:39 UTC] PHP Warning:  session_start(): open(/var/php_sessions/sess_a33b18a38d3bee3ec8bac4f95e6add25, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/themes/ryans-sixteen-nine/functions.php on line 277
    [08-Aug-2014 18:21:39 UTC] PHP Warning:  Unknown: open(/var/php_sessions/sess_a59b8c3c01cc70595c09ede10e764a99, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    [08-Aug-2014 18:21:39 UTC] PHP Warning:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
    [08-Aug-2014 18:21:40 UTC] PHP Notice:  Undefined variable: link in /hermes/bosnaweb03b/b1447/glo.urbanspaceman/iota/te/st/si/te/wp-content/themes/ryans-sixteen-nine/functions.php on line 2651
    [08-Aug-2014 18:21:40 UTC] PHP Warning:  Unknown: open(/var/php_sessions/sess_a33b18a38d3bee3ec8bac4f95e6add25, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    [08-Aug-2014 18:21:40 UTC] PHP Warning:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
    
    
Viewing 1 post (of 1 total)

The topic ‘PHP warnings and errors after migrating site’ is closed to new replies.