• Resolved Oraclecrow

    (@oraclecrow)


    I have usually overcome the problems I’ve been faced with when installing WordPress. This time is different. I’ve re-installed everything twice as of now and I have gotten the same error each time. <Fatal error: Call to undefined function wp_load_alloptions() in /home/a6117228/public_html/wp-includes/functions.php on line 1136> Each time I try to install WordPress or access anything on my site this is the error that I get.

    I have opened the file functions.php in wp-includes but I have no idea what to do with it. I am not a coder, I’m just a writer trying to have a good looking website. Any help would be greatly appreciated. Thanks.

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

    (@t-p)

    I have opened the file functions.php in wp-includes but I have no idea what to do with it.

    You don’t want to mess with this core file.

    Instead, try:

    – deactivating ALL plugins temporarily to see if this resolves the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s). If you can’t get into your admin dashboard, try deactivating via FTP or SFTP or whatever file management application your host provides. If applicable, also remember to deactivate any plugins in the mu-plugins folder. The easiest way is to rename that folder to mu-plugins-old.
    – switching to the unedited default, core-bundled Theme (such as Twenty Twelve, Twenty Thirteen or Twenty Fourteen) for a moment using the WP dashboard to rule out any theme-specific issue. 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.
    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems (because the hooks remain unless plugins completely removed or some plugins stick around in cached files. So by renaming the folder, you break them and force them inactive).
    – If the above troubleshooting steps fail to resolve the issue, try manually re-uploading all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones. Read the Manual Update directions first!

    Thread Starter Oraclecrow

    (@oraclecrow)

    I wasn’t sure if they was a problem with the file or not. Regardless, I’ll go ahead and just try another install. I have been manually installing WordPress this whole time. My host doesn’t seem to work with when WordPress tries to install something. I’m not sure why it does what it does. It’s probably not normal but it doesn’t me very many issues. I’ll let you if this issue resolves itself. Thanks so much for the help!

    Moderator t-p

    (@t-p)

    OK ??

    Thread Starter Oraclecrow

    (@oraclecrow)

    All is well again. I deleted a couple plugins and I think they may have been the cause of it not installing properly. I’m just glad my site up and functional, again. Thanks again for the help!

    Moderator t-p

    (@t-p)

    You are welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After new install of "Parker" wp-includes error’ is closed to new replies.