sflwa
Forum Replies Created
-
Actually Directory doesn’t work inside htaccess but I did get it working as I created an htaccess in the plugin folder and did the inverse of the default SG Hardening and this fixed it
Thank you for pointing me in the right direction<FilesMatch "\.(?i:php)$">
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>While I still appreciate the reply – I attempted that as well without success – again I’m trying to allow the entire plugin not just one file – it needs the entire plugin folder.
As i’ve said I’m really looking for the specific Syntax to add to the htaccess file to whitelist the entire folder
@plamenm Thank you for your reply. Yes I’m very well aware of what you stated. Per my OP/Title – I’m getting stuck on the correct syntax for htaccess file to exclude the specific plugin folder so that it is accessible and was looking for an example syntax I can add / adjust
While I appreciate that reply – my questions wasn’t in regards to how to schedule the backups.
The question was in regards to displaying the information about the backups
As I mentioned – https://SITE/wp-admin/admin.php?page=backwpup The BackWPup Dashboard
has a report of the backups – it is wrapped in a DIV id=”backwpup-stats”I was asking if there was a way to get that higher on the page AND/OR displayed on the general WordPress dashboard
Thank you for the confirmation
Actually found the issue had to do with duplicating the events
Thank you – I did figure out how to edit the template and make those adjustments – thanks
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Add Event to Calendar@johnweru THANK YOU!!!! that worked perfect – I just added the new window attribute but otherwise that was perfect.
Forum: Plugins
In reply to: [SMTP for Amazon SES - YaySMTP] API Version?Thank you for the reply – based on that (and looking at https://docs.aws.amazon.com/ses/latest/APIReference-V2/Welcome.html) it would seem you are using v1 of the API
The reason I was asking is v2 supports up to 40MB emails whereas v1 only supports 10MB
Thank you
@d0153 Thanks for the reply –
I have a dev site so I can play with that redirect issue
Regarding the first part with the search – perhaps I wasn’t clear….In the search I did for CIPM – some of the events that were returned did not have CIPM anywhere in the content or title – it was only in “prev/next” links – hence my question – if I remove the prev/next link would that solve the issue
I’m getting the same thing on multiple sites and still remains after today’s update – happening with PHP 7.4
OK – I just tested with the sandbox account and I can confirm that upon trying to checkout with PayPal it does kick me back and removes the coupon – this can be very confusing though to the end user as it seems / feels like it is going to complete with the coupon.
I’d like to submit this as a feature request to have it check the coupon before you are transferred to the PayPal payment window
1) The site i’ve been sharing is my dev / staging site so I can test things
2) I do not have any usage limits.I will setup PayPal Sandbox today and test it there
Just to recap as I see there are a few folks from the Woo team looking at thisCOD Payment Option – Works
1) Add to Cart
2) Add Coupon
3) Use email NOT entered for coupon use
4) Select COD
5) Click pay / continue – ERROR is generated & coupon is removedPayPal Payment Option – NOT WORKING
1) Add to Cart
2) Add Coupon
3) Use email NOT entered for coupon use
4) Click Yellow PayPal Button – NOTE: I do not have other payment methods enabled
5) PayPal Pop-up loads and prompts for checkout.
I have been stopping here as I didn’t have the account in Sandbox mode – but it looks as if it would charge the lower amountI have not clicked the “confirm purchase” on the PayPal Screen – which is showing the lower amount.
Are you saying that the user has to go to PayPal – see the lower amount attempt to checkout and then be returned to the website – that seems confusing.
Just to reconfirm
1) Add Product to Cart
2) Apply Coupon
3) Use an email NOT linked / entered into Coupon settings
4) Click Yellow PayPal Button
5) Get PayPal Pop-up with Lower Amount
This is where I’ve stopped as the PayPal action is complete payment.
Are you saying suggesting that if I were to click complete payment at this point it would fail?Just nudging this for an update –
As mentioned it does not appear to be a theme / plugin conflict – it appears to be an issue with PayPal and the restrict to email address – if I add COD as a payment option and select that it works as expect – it is specifically PayPal not triggering the check before submitting the amount to PayPal