Hi Tejas,
That error usually means the WordPress core files are incomplete. The file class-wp-paused-extensions-storage.php is part of the WordPress core and should normally be located inside the /wp-includes/ folder. If it’s missing, it often means the download or extraction didn’t complete properly.
Here are a few things you can try:
1. Download WordPress again
Delete the current wordpress folder from G:\xampp\htdocs\ and download a fresh copy from https://ww.wp.xz.cn/download/.
2. Extract the ZIP file carefully
Sometimes files are skipped during extraction. Try extracting the ZIP again using a tool like 7-Zip or WinRAR to make sure all files are unpacked correctly.
3. Check the folder structure
After extracting, make sure the main WordPress folders are present:
wp-admin
wp-content
wp-includes
Inside the wp-includes folder, you should see many class-wp-*.php files. If the file you mentioned is still missing, the package likely wasn’t extracted fully.
In most cases, a clean download and fresh extraction fixes this issue.
Hope that helps!