franco4785
Forum Replies Created
-
I am having this issue as well.
I am using WPEngine, if this matters at all?I have used this plugin before and it was working fine, but when I put it on a new site, I got the 502 error.
I even went back to the site that I know it was working on, and it too came up with a 502 error. Not sure if this is tied to WP 5.5 or a plugin update caused it?
**EDIT**
Furthermore, I am using the “Other SMTP” option.
It might be because of a password change from the client, but I will update the comment accordingly when I find out if that is true- This reply was modified 5 years, 9 months ago by franco4785. Reason: More info
Forum: Plugins
In reply to: [WP BrowserUpdate] Misleading wording on instructionsSorry, I was basing all that off of testing for IE 11 only (what I was testing for), I didn’t try the other browser tests.
It doesn’t detect IE 11 when using Microsoft IE/Edge: <= 11, but that is an issue with the Browser Update team, not your plugin.
My apologies
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] 500 Internal Server ErrorIt looks like the problem lies at line 674
/plugins/wp-fastest-cache/inc/admin.php @ Line 674else{
$htaccess_rules = “bos”;
}Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] 500 Internal Server ErrorI found out how to fix this temporarily until the plugin developer fixes this.
Open your .htaccess file, and remove “bos”
For me, it was around line 7, but it could be on a different line for others.After you remove “bos” and then re-save the file, go and disable “Wp Fastest Cache” in your plugins, and wait until the plugin developer fixes this.
Comment if you need any help or if this works for you!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] 500 Internal Server ErrorI found the issue to be this,
Invalid command ‘bos’, perhaps misspelled or defined by a module not included in the server configurationI am looking to see where this was set at to have a better sense of how to fix it for the developer and us
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Woff2 compression?You are amazing, thank you!
Keep up the awesome work!Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Woff2 compression?Do you want me to revert the addition I made to the .htaccess?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] URGENT: Design ProblemThat worked.
You are a genius!
Keep up the good work buddy!Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] URGENT: Design ProblemI will later today.
I will get back to you on this.Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] URGENT: Design ProblemI’d like to just add to this and say I had this problem as well.
Combining the “CSS requests” (Combine CSS) option combined my styles in a weird way.I have been able to track down this issue and Wp Fastest Cache isn’t touching the wp_head() function call where all the CSS is. The site I am working on had CSS links defined in the header.php file, and some enqueued via the functions.php file. The CSS styles defined in the header.php got combined correctly, but the CSS links in the wp_head () didn’t get touched at all, but the plugin commented out those styles, resulting in the styles not being loaded.
I had to disable the “Combine CSS” option in the meantime, and the website was loading fine again.