• I moved a copy of wordpress website to a server that I could test the php upgrade from 5.2 to 5.4. This is what I did to prepare for 5.4:

    1. Upgraded to wordpress 3.8.1
    2. Upgraded all plugins
    3. Upgraded all themes

    Even after the updates I continue to receive errors:

    1. PHP Fatal error: Directive ‘allow_call_time_pass_reference’ is no longer available in PHP in Unknown on line 0

    /home1/brother3/public_html/sentelligent/lauraintuitivehealing/wp-content/themes/twentyten/error_log:
    PHP Fatal error: Call to undefined function get_header() in /home8/thesente/public_html/lauraintuitivehealing/wp-content/themes/twentyten/404.php on line 10

    /home1/brother3/public_html/sentelligent/lauraintuitivehealing/wp-admin/error_log:
    ITArraySort was unable to find the following key in the provided array: [name]

    I tried several things:

    1. I disabled all plugins – no help.
    2. I renamed the plugins folder in case in some way it was pulling something still from there – no help.

    Could this be custom code somewhere that is causing the errors? Any suggestion would be appreciated!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    – to rule out any theme-specific issue, try switching to the unedited default, core-bundled Theme (such as Twenty Twelve, Twenty Thirteen or Twenty Fourteen) for a moment using the WP dashboard. If you don’t have access to your admin area, you can switch to the default theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using via FTP or SFTP or whatever file management application your host provides. Alternately, you can remove other themes except the default theme. That will force your site to use it.

    Thread Starter tina_walker

    (@tina_walker)

    Thanks Tara!
    Okay, I was able to use Twenty thirteen and the site does come up.
    So is that making you think that the Builder theme with the child theme is what is causing the issue? Because once I then choose the child theme again the site errors again.

    Moderator t-p

    (@t-p)

    I was able to use Twenty thirteen and the site does come up

    It suggests your other theme is broken somewhere.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP Upgrade Site Continues to Error after Upgrades’ is closed to new replies.