rick9004
Forum Replies Created
-
Forum: Plugins
In reply to: [Two Factor Authentication] TFA Fails for just one admin userTo complete this support… Yes Authy supports multiple accounts for the same site. Next is to delete the first one as I’ll no long use it.
Thanks….
Forum: Plugins
In reply to: [Two Factor Authentication] TFA Fails for just one admin userNo, I assumed wrong that the same web site would have the same 2fa for different users I was testing with from the same phone.
I’ll need to check to see if my Authy will allow two different entries for the same site with different 2fa. Never done that before. Otherwise I’ll use one Authy and the other with either google or MS 2fa apps.
Forum: Localhost Installs
In reply to: Unable to Update WordPressI spent days trying to determine what besides file permissions was causing the WordPress update to fail on a Google Cloud Centos 7 instance. I never encountered this before.
@toddalancox was correct. The problem I had was in the SELinux security area.
Here is how I fixed my installation:
1. I ran “sestatus”
and got back this:SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: enforcing
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 282. Then I ran: “sudo setenforce 0” which changes the mode to permissive.
Which then after another status gave me:SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: permissive
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 28Notice the current mode status changed from enforcing to permissive.
3. I restarted Apache
4. Ran the WordPress update without any problems.
5. I ran “sudo setenforce 1 ” to reset the permissions back to enforcing.I’m not sure of the security issues if I left it in the permission state. Will do more reading to understand it better. I also not yet tried to permanently leave it as permissive for persistent through a system reboot, edit the ‘SELINUX=’ line in /etc/selinux/config for either ‘enforcing’, ‘permissive’, or ‘disabled’. For example: ‘SELINUX=permissive’
The SELunix link for info is: https://wiki.centos.org/HowTos/SELinux
Forum: Plugins
In reply to: [Custom Post Type UI] Invalid function callThanks. I had a stray leftover line in my functions.php file. WHen I first started to use the plugin I thought that I had to register them via my functions. I missed one line when I took those out.
Your note pointed me to the solution as I couldn’t find it before.
- This reply was modified 7 years, 3 months ago by rick9004.
Update:
Lost password still sends 2 emails at the same time. Registration is now OK. I removed and adjusted two caching plugins that may have had some bearing on the issue. I also removed the lost password short code from the login page and moved it to a separate page.
I’m using Total Cache plugin with only the page and browser caching turned on. I turned them off and still recieved 2 emails
- This reply was modified 7 years, 5 months ago by rick9004.
Forum: Plugins
In reply to: [Custom Post Type UI] Post Type and a custom Page TemplateThanks
I did more research and some changes, but still have a question.
1. I removed all the funcions referencing custom post types.
2. I checked each of the post types to see that they have the same values (where paossible). They do.
Then I edit each one of the post types entries. Several get the ability to choose a template from the area called “posttype name Attibutes.
One uses the words “Page Attrbutes” not post type name attributes. It has no ability to choose a template
Finally one type when editing a post has the name for attributes “post attributes” and no ability to select a template.
Question. What is causing the variation? and while no template selector for some?
Something is casuing them to act differently. Hope you may have some ideas.
Forum: Plugins
In reply to: Is there a datagrid plugin that I can put inside a page?Was there any answer to this? I need a datagrid that I can add to a page or post to show my new table data