TagDiv Composer plugin causing 500 Internal Server Error - wordpress

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.

Related

Unable To Activate The Wordpress Plugins : There has been a critical error on your website

I am unable to Activate Any Plugin in my Wordpress Dashboard. After some time I got the error saying There is critical error on your site. After that i turned on debug as true in wp-config file. It showing
"Internal Server Error The server encountered an internal error or
misconfiguration and was unable to complete your request."
I deactivated 3 plugins but after that i also unable to activate that 3 plugins too.
Is there any solution ?
you need to check your server configuration, e.g. switch php version to higher level and mysql DB permission, etc.

While installing a theme named as The7 in wordpress getting Error

Import failed due to repository server error. Please try again in 30-60 minutes. If the problem persists, please don't hesitate to contact our support.
i m getting this error i have tried this :
define('FS_METHOD','direct');
as they said on their support page but it's not working.
I found it it was issue with server configuration.
Make sure that your server meets the requirement of the7 theme installation configuration. in your case there may be duplicate activation key

Internal Server Error. I have issues when logging into wordpress site

Internal Server Error The server encountered an internal error or
misconfiguration and was unable to complete your request.
Please contact the server administrator at admin#example.com to inform
them of the time this error occurred, and the actions you performed
just before this error.
I checked on the internet, everyone asks login to word press. but the same error above occurs when I log in. Can anyone please help me? I am stuck with my work.
I had changed the permalink of the site. after that, the problem occurred. Is there any way to change it without logging?
There can really be a number of issues, but these are paramount.
.htaccess problems
A plugin you are using
Your hosting provider.
SOlution:
Access your hosting platform via FTP(Cpanel) and rename your current .htaccess(you must set hidden files to show in cpanel to see .htaccess) file to .htaccess-backup. then try logging in, WP will generate a new .htaccess.
If this does not work.
Rename your plugins folder to 'plugins.backup' and try logging in again. If you get to login, the problem is with one of your plugins. Reactivate your plugins one after the other and watch its effect.
Talk to your host.

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