What is causing the 500 error on my Yoast SEO Sitemap? - wordpress

I am using Yoast SEO on one of my sites, and am having an issue where the Yoast sitemap doesn't load.
https://eatcleanmealprep.com/sitemap_index.xml
When you clear the cache, you get the following error: GET https://eatcleanmealprep.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl net::ERR_ABORTED 500
On Firefox the error appears as: Error loading stylesheet: Parsing an XSLT stylesheet failed.
It appears that the page is failing to load the stylesheet that would populate the content, but I am having trouble figuring out what is causing this error. I've troubleshooted server issues and whitelisting the file, which didn't fix the issue.
Has anyone encountered this error before and have any idea what caused it, and what I might be able to look into to resolve it?

Could be any of these:
Restart the server (Apache).
If you have a IIS (windows) web server, clear the pool.
If there is any cache server, flush the cache for that particular URL.
Remove the Yoast plugin, restart the server and install again.

Related

Wordpress 404 issue after Migration in Plesk (Nginx config issue)

I recently migrated my website to DigitalOcean under plesk panel using all in one migration plugin. I kept having issues with 404 error only for pages that used permalinks configured as %postname%. For better URL format for my Content. But now if I enable the permalink I keep getting 404 error.
I used the popular suggestion of editing the nginx conf file through (through putty).
https://www.cyberciti.biz/faq/how-to-configure-nginx-for-wordpress-permalinks/
I wasn't sure of the save and exit step given after using the editor. ctrl+X shows a set of ^O^D commands. I pressed ^O and restarted it.
Now my entire website looks broken. Due to many 500 internal errors. What am I doing wrong here? kindly help me out please?
My website address is https://ourmoon.life/

TagDiv Composer plugin causing 500 Internal Server Error

In my wordpress project I use this theme "Newspaper". This theme allows me to use plugin "TagDiv Composer". Every time I activate this plugin I get 500 Internal Server Error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at lorem#ipsum.lorum.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I can see my website online without any problem, but I can't access wp-admin. If I deactivate this specific plugin everything is back to normal.
I have tried to deactivate all the plugins and activate them again, increase the memory from 64M to 128M, update the wordpress version to the latest. Finally I tried the same theme with the same plugin in another Wordpress project and I didn't have any problem (at least till now).
Any ideas or any help would be very helpful!
Check this guide on the developer forums: https://forum.tagdiv.com/system-status-parameters-guide/ Such issues usually mean wrong memory allocation. You can also contact the theme author to get support.

Wordpress site not loading wordpress folders

I developed a wordpress site on my localhost and then hosted it later but after completing it, the site was just appearing without been styled. I had to debug from developer tools and noticed the entire wordpress folder is not been loaded. i have cross check the file path from my cpanel and every thing is intact but still not working. Only the index file is been loaded with an error message of:
failed to load resource::ERR_CONNECTION_RESET.
Any solution?
Does the error message tell you what resource failed to load? If it is code from a plugin or theme try deactivating that particular resource and see if everything else works.

Wordpress Internal Server Error (real soccer theme)

I'm building a wordpress but something is wrong. When I go to my website it's telling me:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request. Please contact the server
administrator to inform of the time the error occurred and of anything
you might have done that may have caused the error.
More information about this error may be available in the server error
log.
But strangely enough I can visit my admin panel with wp-admin. I can't see a .htacces file in my root, but normally when you go to permalinks and press save that file is made automatically but can't see it? In filezilla I've the right settings so there are now hidden files.
Also I've increase the memory and disabled all plugins. When I select another theme in wordpress it works!
What could be wrong? Obviously there is something wrong with the .htacces file.

How to resolve a bad plugin server 500 error wordpress

I was just working on a Wordpress site and after updating a plug-in (which had not yet been activated, only installed) I activated it. Instead of the activation working, it gave me this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete >your request.
Please contact the server administrator, webmaster#ibsmithmedia.com and inform them of >the time the error occurred, and anything you might have done that may have caused the >error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an >ErrorDocument to handle the request.
I am getting this error on every page of my wordpress site, not just the plugin page or my user admin area.
How can I fix this? Is there a way to undo this plugin activation (I'm pretty sure it's what's causing the issue).
I don't have access to the actual FTP files of the site, I'm working on it for a friend. But I can get access if that's the only way to fix this. Thanks!
I would get access and delete the plugin.
That would be the fastest solution.
I ended up having to delete the folder for the plugin and then going to my htaccess file and remove extra lines that the plugin had added there as well. That resolved the issue.
First you need to connect to your website using FTP client, or File Manager in cPanel. Once connected, you need to navigate to the /wp-content/ folder.
Inside wp-content folder, you will see a folder called plugins. This is where WordPress stores all plugins installed on your website.
Right click on the plugins folder and select Rename. Change the name of the plugins folder to anything that you like. In our example, we will call it “plugins.deactivate”. Once you do this, all of your plugins will be deactivated.
Usually, this method is used when you are locked out of your admin area. If the issue was with your plugins, then you should be able login to your WordPress admin area.
Once you do that, go back to your /wp-content/ folder and rename “plugins.deactivate” back to plugins.
Now you can activate one plugin at a time until your site breaks again. At which point, you will know exactly which plugin caused the issue.

Resources