PPNSteve
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] ENABLING bps BREAKS HTTPS PLUGIN LOADINGI tried to do the custom code, but for some reason its not saving and/or not changing the htaccess file used when BPS is activated.
Forum: Plugins
In reply to: [BulletProof Security] ENABLING bps BREAKS HTTPS PLUGIN LOADINGThanks for quick reply π
We are not using a http > https plugin. Site was converted to https prior to using BPS (via database edits) all hard coded links as well as WP settinmghs set to use https.
htaccess has this in wp lop (still using bps generated htaccess file):
# WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteCond %{SERVER_PORT} ^80 RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^index\.php$ - [L]To me, it seems BPS is blocking or disallowing these scripts/css files/plugin links when its active.
Forum: Plugins
In reply to: [BulletProof Security] ENABLING bps BREAKS HTTPS PLUGIN LOADINGI have NOT figured out the problem.. BPS plugin is disabled atm.
I’ve seen that and it makes no difference .. something in BPS is forcing various scripts and css links to change from https to http and I have no clue where or why its happening.
Here is the strange part, if, IF you are logged in (as admin in my case) it usually works fine but end users/visitors see the messed up code and mixed content blocked scripts/css
Thanks for the reply and update.. it seems to have resolved the issue.
Forum: Plugins
In reply to: [Publish To Apple News] Invalid Documentseeing this issue with a twitch video embed as well.. any solution yet?
Forum: Plugins
In reply to: [Disqus Comment System] Admins can not moderate commentsWell now, i knew that I’m not an admin of the Disqus forum which I’m are trying to access.. Hence the post here.
Why aren’t WP admins auto-granted permission to access the moderation features? They should be.Forum: Fixing WordPress
In reply to: HTTP Error on image upload to media libraryVersion 4.8.1
I’m also having this problem on a new clean WP install on the same serverwith 9 or 10 working correctlyWP installs..
also unable to select multiple images in the image library, might be related..screenshot of a (now) broken site:
https://snag.gy/08Sblw.jpgANY help, and a solution for this , would be greatly appreciated.
UPDATE: I increased the php mem to 512mb and it now seems to want to work correctly.. though I shouldn’t have to set it THAT high.
I seeing the same error after updating to AMP Version 0.5.1
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Sanitizer warningsame error after updating AMP Version 0.5.1
my settings:
Forum: Themes and Templates
In reply to: [Appointment] Update deleted BG images.. againyeah, almost forgot about custom css.. it was originally on the child themes css file.. I’ll copy it to custom instead.
Thanks.
Forum: Themes and Templates
In reply to: [Appointment] Update deleted BG images.. againHello,
The site in question is http://www.gocep.com/as I noted, I replaced the missing images from a backup..
perhaps it doesn’t like using // instead of http / https
just a thought.
Why is the URL of the image changed? The image can’t be parsed as it doesn’t exist.
{"role":"photo","URL":"https:\/\/www.yugioh-world.com\/ws-na.amazon-adsystem.com\/widgets\/q?_encoding=UTF8&ASIN=B07227RMSD&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=yugioh-world-20","layout":"full-width-image"},
VS
<img src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B07227RMSD&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=yugioh-world-20" border="0">In any case, I just placed the images on my server, edited the image tags and that seemed to work OK.
- This reply was modified 9 years ago by PPNSteve.
php.ini:
;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 360 max_input_time = 60 ;max_input_vars = 1000 ; deprecated memory_limit = 394M- This reply was modified 9 years, 1 month ago by PPNSteve.