esarbege
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Item Visibility Control] Show menu to users in membership plug-in only?Ohhh, sadly, no. It didn’t work. Putting in that code broke the site temporarily.
I had hoped there would be some simple way to ask the plugin to test user access via the menu items but it didn’t work. Thank you for trying to help.
I will contact the developer and maybe this time I’ll get a response I can use.
I have been diligently working on this problem over the past couple of days and have learned some very important things:
First: Research now shows a two-pronged problem. My webhost is GoDaddy and GoDaddy blocks all outbound SMTP ports. Any plugin attempting to use any SMTP port will not work. I verified that directly with GoDaddy during a very long and intense tech help session today. So the WP Mail SMTP plug-in will never work on any GoDaddy website.
Second: My extensive testing over the past couple of days to various domains indicated that my ISP is blocking all email from my webserver and in fact, from the GoDaddy range of IP addresses. The techs at GoDaddy traced the test emails from a different plug-in and confirmed that all emails from my site to my ISP were being blocked. So, the only recourse for me is to either:
- Convince the blocking ISP to put an exception to the blocking for my server IP and/or email address or
- Put a note on my site that anyone with an email address from that ISP will be unable to register for an account on the site. Please create a free account with Gmail, Hotmail or Yahoo first, then register for an account on the website.
Hope this info helps someone else.
I, too, am having this problem, exactly as @grimecho, down to the warning and error message even though the API appears in the Gmail Search Console as having been verified 4 times.
I have reloaded the page in the admin area as @slaffik suggested several times. I have also deleted the plug-in and reinstalled it.
Once I did all that, there is a change in the error message. Now it isn’t recognizing the Auth Code or Access Token and still, when hitting the confirm, I get the warning and have to go through the “unsafe” allow on Google. Then, it redirects back to the plugin which indicates all is well until I try to send a test email.
Current error:
Versions:
WordPress: 4.9.1
WordPress MS: No
PHP: 5.6.32
WP Mail SMTP: 1.2.2Params:
Mailer: gmail
Constants: No
Client ID/Secret: Yes
Auth Code: No
Access Token: NoServer:
OpenSSL: Yes
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): YesDebug:
Error while sending via Gmail mailer: {
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}Any other ideas?
- This reply was modified 8 years, 4 months ago by esarbege. Reason: Additional info
Forum: Plugins
In reply to: [Front End Users] Restrict Viewing Menu ItemsI apparently wasn’t clear in my question(s). My apologies.
I understand you cannot code specifically for a theme. As a workaround for NOT using the public function, I was wondering if an installation of FEUP on my main site would allow me to put the log-in page on the main site for access to the subsite/subdomain.
I currently have the log-in on the subsite since that is the members only access. I guess the main question is, where should the FEUP installation be for a domain with a subdomain when the subdomain is the restricted access…domain or subdomain?
Thanks.
Forum: Plugins
In reply to: [Front End Users] Restrict Viewing Menu ItemsI’m starting to figure this out but I have the misfortune of having chosen a theme for my site/subsite that only allows for 1 menu so I apparently cannot display logged in and logged out menu sets.
As mentioned, once you go to the log-in page, the members only menu items show, which allows a non-member to view a members-only events calendar.
I thought maybe I could put the log-in page on the public site which would only show the public menu and then would redirect to the member subsite…but the shortcodes don’t work without the installation of the FEUP on the main site. Would it work for that purpose if I reinstalled FEUP on the main domain?
Thanks for any help you can provide.
Forum: Plugins
In reply to: [Front End Users] Unable to add usersA follow-up. Doing the clean-up on the tables, deleting all instances of the plug-in but leaving all the previously installed pages (log-in, forgot password, etc.) seems to have worked. But, I’ve only put in 1 new user and I did use the front-end site registration page to do it.
This was a bit of scorched earth approach but fortunately, all of the users I had in there were for testing purposes only.
Thanks for your help regarding this problem.
Forum: Plugins
In reply to: [Front End Users] Unable to add usersNo, no errors in the console.
I’m working on cleaning up my tables, deleting the plugin and reinstalling. Fingers are crossed that will take care of the problem. Fortunately, there are only about 5 entries in the database and those were for testing purposes so it’s not a big deal to delete and reinstall.
Will be a few more days before I can complete this stage. Will let you know result.
Thanks for clarifying what I can safely delete.
Forum: Plugins
In reply to: [Front End Users] Unable to add usersI have 2 sites so there should be 2 databases. One is a clone of the other. I suspect there are extra installations of databases when I was trying out a couple of the themes.
Based on the FEUP users I see in the databases, the private site is the acctname_wp_3. As mentioned, this table appears:
wp_EWD_FEUP_Users
(returns 1 user)The one user is the same in the plug-in Users panel as in the wp_EWD_FEUP_Users table.
I tried to add a new user via the Users panel. It did not create an entry. It gave no error message. It just cleared out all the fields. I then checked the FEUP_Users table. No entry was created.
Question: When you uninstall FEUP, does it remove the FEUP tables in the database? If I reinstall, does it create a new instance in addition to any artifact reminants?
Thanks,
esarbegeForum: Plugins
In reply to: [Front End Users] Unable to add usersOK, I found it. In testing various set-ups for this site, I now have acctname_wp1, acctname_wp2, acctname_wp3 & acctname_wp4.
It would seem that I have 2 extra acctname_wp.
I’ve set up the site so that there is a main domain and a subdomain. The main domain is the public site and the subdomain will be the members-only site. So, the subdomain will use the FEUP.
These databases are in acctname_wp1 in this order:
wp_3_EWD_FEUP_Users
(returns empty result set–zero rows)
wp_EWD_FEUP_Users
(returns 4 users)These are in acctname_wp2:
wp_EWD_FEUP_Users
(returns 5 users)These are in acctname_wp3:
wp_EWD_FEUP_Users
(returns 1 user)These are in acctname_wp4:
wp_3_EWD_FEUP_Users
(returns empty result set–zero rows)
wp_EWD_FEUP_Users
(returns 4 users)Forum: Plugins
In reply to: [Front End Users] Unable to add usersThis issue just started. No error message. I did not try to enter via registration form.
New to WordPress. Not sure how to check the database. Can you give location in site structure?
Thanks!
Forum: Plugins
In reply to: [Front End Users] Unable to add usersA little more testing has revealed that it is not a cloning issue. The original installation is also not working.
Forum: Plugins
In reply to: [Front End Users] Renewal email possible?Thanks. That’s great.
Forum: Plugins
In reply to: [Front End Users] Renewal email possible?OOhhh, great question, @jgj252! I am also giving the 7-day trial a try and I’d love an answer to this one, too.
Hi @josteinf, That’s great! Glad your issue is fixed.
@josteinf: I’m having a similar problem.
I am using SiteOrigin’s Live Editor which makes use of the tinymce editor as a widget within layout rows. As long as you enter the [restrict] shortcode above all of the text with closing tag at the end…while in the Editor text mode…(this is important), everything works.
However, if, at any point you switch to the Live View mode to edit the page, the [restrict] shortcode gets removed from its original location into its own tinymce editor widget in a row that gets added to the bottom of the page. That breaks the restricted access. So, be aware that this may happen when you switch back and forth as well.
The only way around this that I have found so far is to hide the page while I am working on it in the Live Editor. When done, copy the restricted code from the errant location, then delete that row, switch back to text mode and paste the restrict code into the correct locations (beginning and end of all text code). Then unhide the page.
Because I want my users to be able to access both the public and private areas, I wanted 2 restricted access pages (2 different member sets) to be listed in my submenu under the login menu item. @etoilewebdesign, is there a way to do this without the above mentioned pain?
- This reply was modified 8 years, 9 months ago by esarbege.