Wordpress- server configuration - wordpress

after configuring my WordPress on my big rock server, when i am trying to install new themes or plugins i am getting the below error message? I am just able to see the default templates but not other featured or popular themes or plugins.
it An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

Related

"The editor has encountered an unexpected error." in wordpress

I get the error "The editor has encountered an unexpected error." in wordpress when going into the editor, it also says "TypeError: Cannot read properties of undefined (reading 'parse')
at Fn (http://connos.info/blog/wp-includes/js/dist/blocks.min.js?ver=69022aed79bfd45b3b1d:10:35948)
at http://connos.info/blog/wp-includes/js/dist/edit-post.min.js?ver=2baffbeec6cbe5171dee:7:40099
at Object.useMemo (http://connos.info/blog/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:105804)
at e.useMemo (http://connos.info/blog/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:10749)
at Xt (http://connos.info/blog/wp-includes/js/dist/edit-post.min.js?ver=2baffbeec6cbe5171dee:7:39936)
at ct
at os
at Ur
at Ir
at Dr
I even tried disabling all plugins then deleting them and it still was broken.
It seems that you are encountering a JavaScript error in WordPress when trying to access the editor. This issue can be caused by a number of factors including conflicts between plugins, issues with your theme, or a corrupted WordPress installation. To resolve this issue, you can try the following steps:
Switch to the default WordPress theme to see if your theme is causing the issue.
Re-upload the core WordPress files to see if any files were corrupted.
If the above steps don't resolve the issue, you may want to contact your web host for further assistance as it could be an issue with the server configuration.
Also recommended to make a backup of your site before attempting any fixes, in case something goes wrong.

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

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.

Gateway Anti-Virus Alert - WP

As you can see from the image above. I am experiencing some sort of error message but i have no idea what it means.
I am using wordpress 4.1 with a default theme. Every time i tried to add a menu to the menu structure i get the following message:
Gateway Anti-Virus Alert
This request is blocked by the Firewall Gateway Anti-Virus
Service. Name: Mailer.S (Trojan)
Things that i have already tried:
Using different theme
Installing and re-installing wordpress
Delete everything and start from beginning
And none of this work!
Please help me.
Thank you
You probably got infected with malware, and a service running on your hosting is blocking some malicious code. At best you can contact your hosting provider and ask them how to resolve. Malware on a WordPress site is pretty common by using outdated plugins, themes or having insecure rights on folders and files.
It's pretty hard to get rid of, you have to search trough every file to check for malicious code and check every folder for files that shouldn't be there.

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