loorlab
Forum Replies Created
-
Hi Friends, With the WordPress 6.2.1 update, PHP Deprecated have come out:
[17-May-2023 05:13:48 UTC] PHP Deprecated: Optional parameter $download_url declared before required parameter $js_action is implicitly treated as a required parameter in /path/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/stellarwp/installer/src/Installer/Handler/Plugin.php on line 123
[17-May-2023 05:13:48 UTC] PHP Deprecated: Optional parameter $did_action declared before required parameter $js_action is implicitly treated as a required parameter in /path/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/stellarwp/installer/src/Installer/Handler/Plugin.php on line 123
??
Regards !
Forum: Plugins
In reply to: [Contact Form 7] Site is crashing as a result of contact form 7+1
+1
This has to do directly with the PHP 7.4 update.
Elementor V3.1.4
Notice : Trying to access array offset on value of type null in /wp-content/plugins/elementor/includes/base/controls-stack.php on line 1403 Notice : Trying to access array offset on value of type null in /wp-content/plugins/elementor/includes/base/controls-stack.php on line 1405
Please check this !
Regards.
Forum: Plugins
In reply to: [Contact Form 7] Email not being sent form results+1
Forum: Plugins
In reply to: [Yoast SEO] Deprecated: wpseo_opengraph Update 14.0.1Hi Friends, With the update to 2.7.3 (Polylang) this error is already solved.
Regards !
Forum: Plugins
In reply to: [Polylang] Yoast 14.0 cause a warning on “wpseo_opengraph”Hi Friends, With the update to 2.7.3 this error is already solved.
Thanks !
Forum: Plugins
In reply to: [Polylang] Yoast 14.0 cause a warning on “wpseo_opengraph”@mygovernance Please check –> https://github.com/polylang/polylang/pull/491
Regards !
Forum: Plugins
In reply to: [Yoast SEO] Deprecated: wpseo_opengraph Update 14.0.1@bluelacyseo2 Thanks for your info !
Cheers !
Forum: Plugins
In reply to: [Polylang] Yoast 14.0 cause a warning on “wpseo_opengraph”Hi Friends, yes ! Same Here :
site\\wp-content\plugins\polylang\modules\plugins\wpseo.php (1 hit) Line 38: add_action( 'wpseo_opengraph', array( $this, 'wpseo_ogp' ), 2 );
Deprecated: wpseo_opengraph
YOAST Update 14.0.1
Thanks !
Forum: Plugins
In reply to: [Yoast SEO] Deprecated: wpseo_opengraph Update 14.0.1Hi @joostdevalk , We search for this parameter in our code and find the following:
site\\wp-content\plugins\polylang\modules\plugins\wpseo.php (1 hit) Line 38: add_action( 'wpseo_opengraph', array( $this, 'wpseo_ogp' ), 2 ); site\\wp-content\plugins\wordpress-seo\admin\class-admin-init.php (1 hit) Line 443: 'wpseo_opengraph' => [ site\\wp-content\plugins\wordpress-seo\deprecated\frontend\class-opengraph-image.php (4 hits) Line 13: * Class WPSEO_OpenGraph_Image. Line 17: class WPSEO_OpenGraph_Image extends Images { Line 33: * @param WPSEO_OpenGraph $opengraph Optional. The OpenGraph object. Line 35: public function __construct( $image = null, WPSEO_OpenGraph $opengraph = null ) { site\\wp-content\plugins\wordpress-seo\deprecated\frontend\class-opengraph-oembed.php (2 hits) Line 9: * Class WPSEO_OpenGraph_OEmbed. Line 13: class WPSEO_OpenGraph_OEmbed implements WPSEO_WordPress_Integration { site\\wp-content\plugins\wordpress-seo\deprecated\frontend\class-opengraph.php (3 hits) Line 13: class WPSEO_OpenGraph { Line 89: _deprecated_function( __METHOD__, '7.4', 'WPSEO_OpenGraph::image' ); Line 258: * Creates new WPSEO_OpenGraph_Image class and get the images to set the og:image. site\\wp-content\plugins\wordpress-seo\inc\indexables\class-indexable.php (1 hit) Line 37: 'WPSEO_OpenGraph_Validator', site\\wp-content\plugins\wordpress-seo\inc\indexables\validators\class-opengraph-validator.php (2 hits) Line 9: * Class WPSEO_OpenGraph_Validator. Line 11: class WPSEO_OpenGraph_Validator implements WPSEO_Endpoint_Validator { site\\wp-content\plugins\wordpress-seo\inc\options\class-wpseo-taxonomy-meta.php (4 hits) Line 66: 'wpseo_opengraph-title' => '', Line 67: 'wpseo_opengraph-description' => '', Line 68: 'wpseo_opengraph-image' => '', Line 69: 'wpseo_opengraph-image-id' => '', site\\wp-content\plugins\wordpress-seo\readme.txt (1 hit) Line 268: * Deprecates the <code>wpseo_opengraph</code> and <code>wpseo_twitter</code> actions. site\\wp-content\plugins\wordpress-seo\src\builders\indexable-term-builder.php (4 hits) Line 146: 'wpseo_opengraph-title' => 'open_graph_title', Line 147: 'wpseo_opengraph-description' => 'open_graph_description', Line 148: 'wpseo_opengraph-image' => 'open_graph_image', Line 149: 'wpseo_opengraph-image-id' => 'open_graph_image_id', site\\wp-content\plugins\wordpress-seo\src\generators\open-graph-image-generator.php (1 hit) Line 77: * For legacy reasons some plugins might expect we filter a WPSEO_Opengraph_Image object. That might cause site\\wp-content\plugins\wordpress-seo\src\helpers\open-graph\image-helper.php (4 hits) Line 61: * Filter: 'wpseo_opengraph_is_valid_image_url' - Allows extra validation for an image url. Line 67: return (bool) apply_filters( 'wpseo_opengraph_is_valid_image_url', $is_valid, $image['url'] ); Line 77: * Filter: 'wpseo_opengraph_image_size' - Allow overriding the image size used Line 90: return \apply_filters( 'wpseo_opengraph_image_size', null ); site\\wp-content\plugins\wordpress-seo\src\integrations\front-end\backwards-compatiblity.php (4 hits) Line 47: add_action( 'wpseo_head', [ $this, 'call_wpseo_opengraph' ], 30 ); Line 55: * Calls the old wpseo_opengraph action. Line 59: public function call_wpseo_opengraph() { Line 60: do_action_deprecated( 'wpseo_opengraph', [], '14.0', 'wpseo_frontend_presenters' ); site\\wp-content\plugins\wordpress-seo\src\presentations\indexable-post-type-presentation.php (2 hits) Line 248: * Filter: 'wpseo_opengraph_show_publish_date' - Allow showing publication date for other post types. Line 254: if ( ! apply_filters( 'wpseo_opengraph_show_publish_date', false, $this->post->get_post_type( $this->source ) ) ) { site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\article-author-presenter.php (3 hits) Line 26: * Run the article author's Facebook URL through the <code>wpseo_opengraph_author_facebook</code> filter. Line 32: * Filter: 'wpseo_opengraph_author_facebook' - Allow developers to filter the article author's Facebook URL. Line 38: return \trim( \apply_filters( 'wpseo_opengraph_author_facebook', $this->presentation->open_graph_article_author, $this->presentation ) ); site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\description-presenter.php (3 hits) Line 26: * Run the Open Graph description through replace vars and the <code>wpseo_opengraph_desc</code> filter. Line 32: * Filter: 'wpseo_opengraph_desc' - Allow changing the Yoast SEO generated Open Graph description. Line 38: return \trim( \apply_filters( 'wpseo_opengraph_desc', $this->replace_vars( $this->presentation->open_graph_description ), $this->presentation ) ); site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\image-presenter.php (3 hits) Line 75: * Run the image content through the <code>wpseo_opengraph_image</code> filter. Line 83: * Filter: 'wpseo_opengraph_image' - Allow changing the Open Graph image. Line 89: $image_url = \trim( \apply_filters( 'wpseo_opengraph_image', $image['url'], $this->presentation ) ); site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\site-name-presenter.php (3 hits) Line 26: * Runs the site name through the <code>wpseo_opengraph_site_name</code> filter. Line 32: * Filter: 'wpseo_opengraph_site_name' - Allow changing the Yoast SEO generated Open Graph site name. Line 38: return (string) \trim( \apply_filters( 'wpseo_opengraph_site_name', $this->presentation->open_graph_site_name, $this->presentation ) ); site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\title-presenter.php (3 hits) Line 26: * Run the title content through replace vars, the <code>wpseo_opengraph_title</code> filter and sanitization. Line 33: * Filter: 'wpseo_opengraph_title' - Allow changing the Yoast SEO generated title. Line 39: $title = (string) \trim( \apply_filters( 'wpseo_opengraph_title', $title, $this->presentation ) ); site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\type-presenter.php (3 hits) Line 26: * Run the opengraph type content through the <code>wpseo_opengraph_type</code> filter. Line 32: * Filter: 'wpseo_opengraph_type' - Allow changing the opengraph type. Line 38: return (string) \apply_filters( 'wpseo_opengraph_type', $this->presentation->open_graph_type, $this->presentation ); site\\wp-content\plugins\wordpress-seo\src\presenters\open-graph\url-presenter.php (3 hits) Line 33: * Run the url content through the <code>wpseo_opengraph_url</code> filter. Line 39: * Filter: 'wpseo_opengraph_url' - Allow changing the Yoast SEO generated open graph URL. Line 45: return urldecode( (string) \apply_filters( 'wpseo_opengraph_url', $this->presentation->open_graph_url, $this->presentation ) ); site\\wp-content\plugins\wordpress-seo\vendor\composer\autoload_classmap.php (4 hits) Line 338: 'WPSEO_OpenGraph' => $baseDir . '/deprecated/frontend/class-opengraph.php', Line 339: 'WPSEO_OpenGraph_Image' => $baseDir . '/deprecated/frontend/class-opengraph-image.php', Line 340: 'WPSEO_OpenGraph_OEmbed' => $baseDir . '/deprecated/frontend/class-opengraph-oembed.php', Line 341: 'WPSEO_OpenGraph_Validator' => $baseDir . '/inc/indexables/validators/class-opengraph-validator.php', site\\wp-content\plugins\wordpress-seo\vendor\composer\autoload_static.php (4 hits) Line 353: 'WPSEO_OpenGraph' => __DIR__ . '/../..' . '/deprecated/frontend/class-opengraph.php', Line 354: 'WPSEO_OpenGraph_Image' => __DIR__ . '/../..' . '/deprecated/frontend/class-opengraph-image.php', Line 355: 'WPSEO_OpenGraph_OEmbed' => __DIR__ . '/../..' . '/deprecated/frontend/class-opengraph-oembed.php', Line 356: 'WPSEO_OpenGraph_Validator' => __DIR__ . '/../..' . '/inc/indexables/validators/class-opengraph-validator.php', site\\wp-content\plugins\wordpress-seo\wpml-config.xml (1 hit) Line 12: <custom-field action="translate">_yoast_wpseo_opengraph-description</custom-field>
Two Plugins : wordpress-seo + polylang
PD : https://www.ads-software.com/support/topic/yoas-14-cause-a-warning-on-wpseo_opengraph/#post-12748418
Thanks !
- This reply was modified 4 years, 6 months ago by loorlab.
Forum: Plugins
In reply to: [Yoast SEO] Fatal Error after Updating to v14Forum: Plugins
In reply to: [Yoast SEO] Fatal Error after Updating to v14Hi Friends, similar error :
Deprecated: wpseo_opengraph ha quedado obsoleto desde la versión 14.0. Utiliza wpseo_frontend_presenters en su lugar. in /path/wp-includes/functions.php on line 5088
Thanks !
Forum: Plugins
In reply to: [Send Emails with Mandrill] Outbound Activity ( Mandrill )Hi , It is a subtle thing, the idea is that there is only the “subject” and not the hook.
Like the other mandrill subjects.
Thanks for your plugin !
Hi @kbat82 Yes, we have definitely done all the steps, possibly it is a conflict with some plugin of the installation but we have not been able to determine it until today, but it would be great that you could consider the validation of that variable if the JSON is broken by a third.
Thanks !