I have installed Job Manager plug in on my wordpress site and it is not sending emails. Its is working on one of my test server that has only Job Manager installed on it but it is not working on my client machine. There I have installed following plugins:
Exec-PHP
Flexi Quote Rotator
Gravity Forms
Hide Title
iframe
Job Manager
Linkable Title Html and Pho Widget by Penlamb
Nivo Slider WordPress Plugin
pageMash
Shortcode Exec PHP
Simple add pages or posts
Vertical Scroll recent post
Widget Context
WP-Mail-SMTP
WP Title 2
I have tried this by deactivation the WP-Mail-SMTP it does not send email then too. FYI WP-Mail-SMTP test email is going out well also when I create new users it send user information via email that means server is sending out email the issue might be with some other installed plug ins its own settings.
Have you tried disabling the rest of the plugins?
If you don't want to disable them, you can also prevent WordPress from including them for a little while. Just go to your /wp-content/plugins/ directory(through FTP client) and rename the directories of all plugins, except for Job Manager(for instance just add _ at the begining of all directories). Make sure not to go to the plugins page, until you've restored the proper directories names - otherwise WordPress will disable the plugins(whereas when the plugin files don't exist and you're not on the Plugins page, their files are simply not included). Then see if Job Manager is still not sending emails.
You can also try installing all of the plugins on your test server and disable them one by one to see if it's a plugin conflict.
Related
I am getting redirected to my website homepage when I login to the admin area in Wordpress or I get an error message saying 'Sorry, you are not allowed to access this page'
I just migrated my website from one host provider to another using the All in One WP migration plugin. I was able to access the admin area but once the backup, I am either being redirected to my homepage or getting the above error when I try to login. I have already tried to create a new user with admin privileges, modified the wp-config and htaccess files and even updating and changing the prefixes of the database. I have also tried disabling the plugin and theme files and none of them seem to work.
I just want to be able to login to the admin area of my WordPress site.
In such cases the steps I follow to resolve this case are:
Set .htaccess with only the default WordPress redirect rules, which you can check here.
Set the default TwentyNineteen theme as active. Since you do not have access to your admin dashboard you can perform this change by altering the "template" and "stylesheet" rows in your application database which both are located in the "_options" table.
The other option is via SSH. From the WordPress root directory you can execute the following command, which will change the currently active theme to TwentyNineteen:
wp theme activate twentynineteen
NOTE: No matter which option you choose the TwentyNineteen theme should be installed. If you have other WordPress default theme installed rather than TwentyNineteen, you can switch to it.
Deactivate all of the plugins. This can also be performed in two ways without access to the admin dashboard. The first option is to rename the wp-content/plugins folder to:
wp-content/plugins-backup
The other option is once again via the WP CLI tool with the next command:
wp plugin deactivate --all
Another NOTE: In order to use the WP CLI tool, please note that the same should be installed on the server. If you write the command and the terminal respond is:
-bash: wp: command not found
Or something similar ending with "command not found" this means that the tool in question is not installed. In this case you will be unable to use the WP CLI tool or you can ask your hosting provider to install this tool for you.
In my experience with this issue, after all of these changes are performed the access to the admin dashboard is restored. If the issue still persist even after the changes are applied, I would recommend you to contact your current host provider in order to understand if they have any custom Web Application Firewall (WAF) rules, default plugins/optimizations that could cause such issue.
I am using a plugin that needs to be setup on each individual sub site so that an api key can be activated.
Is there a way to change wp-config or the plugin data so that the subsites pull their plugin information from the network install page vs the individual plugin activation in order to avoid having to install and activate on each subsite?
Sounds like the plugin is not made for multisite. You cannot simply change that. Either the plugin source code has to be modified or you can make a new plugin that tries to modify how the plugin works.
The second option is recommended and I imagine it should hide the settings page on each individual site and also filter the option where the API data is saved. In any case, it is a job for a programmer who can make WordPress plugins.
I have a website built on WordPress platform. Today, when I opened the website and when I clicked anywhere on the website, adult site pages are opening up continuously.
Can anyone please suggest what could be done to resolve the issue?
Your site is hacked by someone and some script injected in your WordPress installation or database which causing to load this video your website need to scan your website using plugin like SECURI You can get this on Securi.net
Here are some solutions that you can try(Remember to take a backup before using this)
Check and clean all your recently modified files
Contact your hosting provider if you are not using dedicated server.
If you have some inactive themes and plugins which you don't need more remove them.Hackers can hide script there.
-You can upload new word-press core files which you haven't customised.
Install fresh copy of themes and plugins if you not customised them.
Change your secret keys in your wp-config file.
Check users in your word-press and delete suspected ones.
Check permission of your installation directory .if not secure them make changes.
Change you WordPress password
If this all not works to solve problem let me i will look into it.
I have a problem that every some days my theme has changed and add one file upload form.In wordpress editor i found some hacking code
so how to increase my security in wordpress theme
Basically, you have to keep your website updated with latest version of Wordpress and your plugins as well in order to not leaving yourself open to attacks.If your username is "admin" and your password isn"t strong enough, your site is defenceless to a malicous attack. Never use admin as your user name. I recommend you to install "wordfence security" plugin for your website"s security.
I recently downloaded the Advanced Access Manager Plugin for wordpress and accidentally removed the capability of the administrator to view the plugins page. Is there a place I can access the users/administrators capabilities with the wordpress php files to fix my mistake?
Go to the Access Control page i.e. http://example.com/wp-admin/admin.php?page=aam
Go to the Capability option and click the plus icon to "Add New Capability"
For the Capability Name add each of the following:
Activate Plugins
Update Plugins
Delete Plugins
Install Plugins
Edit Plugins
After adding the above refresh the page (might need to do a hard refresh).
The Plugin options should be added back.