nigelrs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: log in wordpress issuesHello,
I have my own hosting, and many domains and this doesn’t occur on any other domain; I have other domains with multiple users and connections and it doesn’t occur on those.
It only occurs on one domain and we ensure that when we leave, it’s a proper log out and there is no other activity until you log back in (at which point you get this warning, which seems to be random). So I have to rule out the 1st 2. As for the second, when we log out, it should kill the connections?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Force Downloads Not Working** SOLVED **
Added to .htaccess in the woocommerce_uploads folder:
<FilesMatch “\.(mov|mp3|jpg|pdf|mp4|avi|wmv)$”>
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>Forum: Plugins
In reply to: [WooCommerce] WooCommerce Force Downloads Not WorkingThe other update is WooCommerce creates a .htaccess in the folder woocommerce_upload folder that has a ‘deny to all’ line in it.
So the folder generated by woocommerce is putting a .htaccess in it that stops access to the uploaded files?
There is some logic somewhere, but I cannot see it.
When I disable that line of code (#) it, the file then opens in the browser, when I put a file within a subfolder of woocommerce_upload, then that file cannot be found to download (even thought it is clearly there).
It’s all very bizarre, the configuration of it.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Force Downloads Not WorkingThank you, just as an updated, I have put two files in the WP > wp-content > uploads folder. A .png downloaded and a .pdf didn’t download but opened in the browser.
There is nothing in the .htaccess file that is within the > uploads folder about files that are permitted/restricted?
This is to give some feedback to the post. I will try and look for a solution to this problem.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Force Downloads Not WorkingI have turned on the element that the user must be logged in to access a download, not an ideal situation.
I am not sure about the server being a part of the issue per se. I have another ecommerce site on it and the download files are working fine, it is just this site only opens a download in a browser.
I will look at the download manager suggestion though.
Thank you
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Force Downloads Not WorkingHello,
I have tried that and it failed.
Strangely enough, when I go into the Products > Downloadable products I have ‘Force downloads’ set. I have Grant access to downloadable products after payment selected and append a unique string for security selected.
When on top of that I have ‘allow using redirect mode’ selected; the file doesn’t download, but opens in the browser (any browser, tried 2 and incognito).
When I deselect that box, I get a file not found. I reselect and it shows in browser, I deselect and it I get a file not found etc.
I do have another domain on the same server, with access to the same server configuration. I have force downloads set and they download. That is v5.5.1 and the one I am struggling with is v 5.5.2.
Both of the ‘download’ files have the https://domain.com/?download_file=****&order=wc_order_morecode_email address_morecode
Thank you for teaching me to suck eggs.
My point was not addressed.
However I hope making your point public made you feel better.
That makes no sense. I know I can download it, you just cannot import it.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Not Posting To MailChimpThank you, solved. MC have confirmed the message has been received and posted on the right audience list.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Not adding to audiencesThanks, I am having the same issue. I have double opt in selected, API key is linked, form created with the plug in and code posted onto this page:
https://lifetools.com/every-mind-matters-nhs-support/
I have tried 4 times over the past 24 hours. At no time did it refuse to post the request saying the contact was added, implying at no point did it send the contact to the MC contact list.
Guidance appreciated.
Forum: Plugins
In reply to: [Autoptimize] Certificate verification disabledThanks, that has stopped the error reporting.
Forum: Plugins
In reply to: [Autoptimize] Certificate verification disabledI will add that, to which file in the plug in?
Forum: Plugins
In reply to: [WPS Hide Login] Error displayed on sites after latest updateI had this problem.
I tried that fix, decided to log out, got back in via the usual hidden log in and it just showed the error line still and refused to load up the WP log in page…
Killed it…
Decided to load the version prior to the back-up and it all worked well (always do a daily server site back-up)
Also, is it meant to be action=confirmaction? Not heard of confirmaction before..?
Forum: Fixing WordPress
In reply to: Notice: Constant FS_METHOD already definedInvaluable assistance and feedback…thanks guys
Still stuck.
Forum: Fixing WordPress
In reply to: Notice: Constant FS_METHOD already definedThis is a simple question, I was hoping a wordpress expert could look at the config.php file I posted about and just see why I am getting this error? It is implying it is duplicated but there is no duplication in the file.
Or is there?!