• I have read through the forum but have not been able to understand how to fix my issue with my site. The last changes I made were about 4 days ago with adding a wordpress backup plugin. When trying to backup it took too long so I canceled the backup and did nothing else. The site still worked for days afterwards. I am not sure if this cause a delayed error in my site.

    I am new to this whole website managing and took it on as a side project for my school so I am kind of lost when it comes to this stuff.

    Here is the exact error:

    Warning: require_once(/home/readingedge/public_html/wp-includes/cache.php): failed to open stream: No such file or directory in /home/readingedge/public_html/wp-includes/load.php on line 439

    Fatal error: require_once(): Failed opening required ‘/home/readingedge/public_html/wp-includes/cache.php’ (include_path=’.:/usr/local/lib/php’) in /home/readingedge/public_html/wp-includes/load.php on line 439

    Any help would be appreciated.

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

    (@t-p)

    Have you tried:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Also, any op cache or content network cache, as well as Cloudflare, clear those caches.
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). 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 resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
    – switching to the unedited default Twenty Fifteen theme for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides. Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.

Viewing 1 replies (of 1 total)

The topic ‘Failed to open stream’ is closed to new replies.