kennycr
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Font Awesome] VulnerabilitySame here, waiting for feedback around this.
Forum: Plugins
In reply to: [AMP] 502 errors with ?amp at the endThanks so much for your help @jamesosborne and @shetheliving you can mark this as solved.
Forum: Plugins
In reply to: [AMP] Random 502 errors with transitional “/?amp=1”Hey @milindmore22 , thanks for your help.
I just tried your code snipped, that actually makes a lot of sense, without luck.
Any other recommendation from your end?
Forum: Plugins
In reply to: [AMP] 502 errors with ?amp at the endDone @jamesosborne , submitted info has been recorded.
Thanks so much for your help,
Forum: Plugins
In reply to: [AMP] 502 errors with ?amp at the endBasically, I’m having some random issue accessing some blog post page with “?amp” at the end.
The error said: is_amp_endpoint()) was called too early and so it will not work properly.
Calling this function before the wp action means it will not have access to WP_Query and the queried object to determine if it is an AMP response, thus neither the amp_skip_post()
Any suggestion about this? thanks for your help
Forum: Plugins
In reply to: [AMP] Random 502 errors with transitional “/?amp=1”More info here @milindmore22 @shetheliving
PHP Notice: amp_is_available was called <strong>incorrectly</strong>. amp_is_available() (or <strong>amp_is_request</strong>(), formerly is_amp_endpoint()) was called too early and so it will not work properly. WordPress is not currently doing any hook. Calling this function before the wp action means it will not have access to WP_Query and the queried object to determine if it is an AMP response, thus neither the amp_skip_post() filter nor the AMP enabled toggle will be considered. It appears the theme with slug gorilla-logic-1 is responsible; please contact the author. Please see <a href="Debugging in WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.0.0.
Forum: Plugins
In reply to: [AMP] Random 502 errors with transitional “/?amp=1”Hello @milindmore22 sorry for the late answer.
I already submitted the form that you need.
Let me know if you need something else.
I have the same error. Seems that this plugin stopped working with the last WP core update.
Forum: Plugins
In reply to: [CloudSearch] Fatal ErrorThe problem is with Divi, the helpers.php file is missing.
To solve it you should go to:
Divi/includes/builder/framework.php and add the this line at the beginning:
require_once ET_BUILDER_DIR . ‘frontend-builder/helpers.php’;
Forum: Plugins
In reply to: [CloudSearch] Fatal ErrorExactly the same problem here.
Using Divi + BetterSearch plugin.
Any ideas?