Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#55940 closed defect (bug) (invalid)

Copying existing site to LOCALHOST. Tried opening home page, Error: Failed to open stream: No such file or directory

Reported by: vidyahelpinternational's profile vidyahelpinternational Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

Warning: require(/usr/share/php/wp-stack-cache.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\model\public_html\wp-content\mu-plugins\wp-stack-cache.php on line 31

Fatal error: Uncaught Error: Failed opening required '/usr/share/php/wp-stack-cache.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\model\public_html\wp-content\mu-plugins\wp-stack-cache.php:31 Stack trace: #0 C:\xampp\htdocs\model\public_html\wp-settings.php(322): include_once() #1 C:\xampp\htdocs\model\public_html\wp-config.php(82): require_once('C:
xampp
htdocs...') #2 C:\xampp\htdocs\model\public_html\wp-load.php(37): require_once('C:
xampp
htdocs...') #3 C:\xampp\htdocs\model\public_html\wp-blog-header.php(13): require_once('C:
xampp
htdocs...') #4 C:\xampp\htdocs\model\public_html\index.php(17): require('C:
xampp
htdocs...') #5 {main} thrown in C:\xampp\htdocs\model\public_html\wp-content\mu-plugins\wp-stack-cache.php on line 31
There has been a critical error on this website.

Change History (2)

#1 @sajjad67
3 years ago

  • Keywords needs-testing changes-requested removed
  • Resolution set to invalid
  • Status changed from assigned to closed

Dear... it seems your installation has some issue!!

C:\xampp\htdocs\model\public_html\wp-content\mu-plugins\wp-stack-cache.php:31

Please look at the line 31 which is asking for a file which doesn't exists.. i think the path to the file

/usr/share/php/wp-stack-cache.php

is hardcoded... in your windows machine try to find the correct path of that file!! and change the directory!!

#2 @mukesh27
3 years ago

  • Component changed from Plugins to General
  • Focuses css administration performance removed
  • Milestone Awaiting Review deleted
  • Severity changed from critical to normal
  • Version 6.0 deleted

Hi there, welcome to WordPress Trac! Thanks for the ticket.

Sorry to hear that you're having trouble with your website.

Trac is for the development of WordPress Core rather than providing WordPress/Theme/Plugin support.

The support forum likely would be more helpful for individual site help.

Feel free to re-open it if it was a WordPress core software issue.

Note: See TracTickets for help on using tickets.