Jack Mawhinney
Forum Replies Created
-
I’m getting the same problem too! This is what I got back from Dreamhost:
We were basing our troubleshooting on Google’s statement that was shared
during chat “You can check at host level is your site able to communicate
with Site Kit via the following cURL command. You may need to ask your
hosting provider for assistance with this: curl -I
https://sitekit.withgoogle.com”- When our specialized team checked using cURL, the response received
from the Shared server that’s hosting the site (called [abberration]) was
a 403 error. That would usually mean the Site Kit by Google was blocking
the requests from the Shared server (403 is forbidden, meaning it doesn’t
have access). - To test, our specialized team ran the same cURL command from 3
different servers and the response received was a 200 OK. That means the
servers were able to connect to that URL ttps://sitekit.withgoogle.com
(Google isn’t blocking those servers, the three tested)
Therefore, it seems there is a block from Google on the [aberration]
Shared server. We don’t have much information on why would this be the
case, but since [aberration] is a Shared server it’s possible that
another user abused the Google service and they decided to block the
[aberration] IP or server.Since we don’t know why they would be blocking any requests from that
particular Shared server, our suggestion for now, would be to check again
with Google directly (and using this information) to find out why that
might be the case.Forum: Plugins
In reply to: [MDJM Event Management] Add a clientHi Justin,
To the right of the Client Details, click on the Show Client Form button and this will open up a dropped down form to add the new client.
Forum: Plugins
In reply to: [Contact Form 7] get_posted_dataCode is this;
$cf7_data['mem_type'] = ( $submission->get_posted_data( 'mem_type' ) ? sanitize_text_field( $submission->get_posted_data( 'mem_type' ) ) : '' );Forum: Plugins
In reply to: [MDJM Event Management] Plugin Dead?????Hi @deckbooks when is “shortly” though?
We were promised an update in October but things have been really quiet since Brian took over the plugin.
Forum: Plugins
In reply to: [MDJM Event Management] Plugin Dead?????@mikeyhoward1977 I sent an email to Brian as well and did get a response:
Hi Jack,
Thanks for your email, although the plugin has had little updates recently it is far from dead. In fact in the forth coming weeks we will be notifying everyone of some major changes with the MDJM plugin.
Please bare with me and I will be in touch shortly.
I suppose I’ll just have to hold out and wait…
Forum: Plugins
In reply to: [Contact Form 7] Dropdown based on UsersMaybe – will have a look.
Thanks for your helpForum: Plugins
In reply to: [Contact Form 7] Dropdown based on UsersOkay, I will have to use that instead then.
Is there a way with CF7 to use the email to send from the current logged in user?
Forum: Plugins
In reply to: [Contact Form 7] Dropdown based on UsersI can’t, it’s a locked down site.
The ultimate goal is:
Person A is selected, Person A receives the email
Person B is selected, Person B receives the emailForum: Plugins
In reply to: [Contact Form 7] Dropdown based on UsersSo, in the dropdown box Person A is selected.
How can I get the e-mail address box to auto-populate based on a lookup on Person A?
Forum: Plugins
In reply to: [Contact Form 7] Dropdown based on UsersHi Mario,
Thanks for this, this is brilliant!Is there a way to dynamically set the email address from the field above?
Forum: Plugins
In reply to: [File Manager Pro - Filester] ShortcodeYes, I agree – would be a great feature!
Forum: Plugins
In reply to: [MDJM Event Management] Super Admin ProblemsHi Hessercan,
Have you set the permissions to allow MDJM Admin? You can set this in the Users menu down the left hand side of the wp-admin of your site.
You will need to login as a different admin to do this as you can’t change permissions for your own profile.
Users –> All Users –> Search for the user you want –> hover over the username and click “edit” –> scroll down the page and under the heading “MDJM Management” make sure the user is MDJM Admin? is ticked.
- When our specialized team checked using cURL, the response received