harrisondg
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Wrong URL in schemaUnderstood, I can reach out to the host. But can you tell me where the URL in the schema data is sourced? It’s apparent it’s not the WordPress Address or Site URL for the site.
Forum: Plugins
In reply to: [Yoast SEO] Wrong URL in schemaSure, this is what I’m seeing
require_once( dirname( __FILE__ ) . '/gd-config.php' ); define( 'FS_METHOD', 'direct'); define('FS_CHMOD_DIR', (0705 & ~ umask())); define('FS_CHMOD_FILE', (0604 & ~ umask()));
And within the gd-config.php:
define( 'GD_TEMP_DOMAIN', '993.9dd.myftpupload.com' ); define( 'GD_VIP', '198.71.233.104' );
- This reply was modified 3 years, 6 months ago by harrisondg.
Forum: Plugins
In reply to: [Yoast SEO] Wrong URL in schema@maybellyne Understood. However, wouldn’t it be under Yoast’s control as to which URL it displays in the schema produced by your plugin?
Forum: Plugins
In reply to: [Yoast SEO] Wrong URL in schema@mazedulislamkhan Thanks for the direction, however I’ve still got an issue.
I reset the index tables and migrations and ran the SEO data optimization once again, still seeing the temp domain URL in schema.
I performed two conflict checks:
1. On my local machine, I hosted a copy of the site and with all plugins active, I do NOT see the issue, the domain is correct.
2. Using Health Check & Troubleshooting on the live site, I am still seeing the incorrect domain url in schema with all plugins disabled (besides Yoast).
This site is hosted on Godaddy and I looked into the wp-config.php. It does not have any reference to the temp URL in the file, however I noticed a reference to another config file gd-config.php, looking in that file I see a line related to the temp domain. Would Yoast reference this additional config file?
Forum: Plugins
In reply to: [Yoast SEO] Wrong URL in schema@devnihil The site in question is https://refugeinvestments.com/. It is set in the General settings as such in both Site Address and WordPress Address. The URL is not manually set in the wp-config.php or anywhere else that I’m aware of.
Take a look at the source on the homepage (view-source:https://refugeinvestments.com/) you’ll see in the schema output url”:”https://secureservercdn.net/198.71.233.104/993.9dd.myftpupload.com/
- This reply was modified 3 years, 7 months ago by harrisondg.
- This reply was modified 3 years, 7 months ago by harrisondg.
Forum: Plugins
In reply to: [Better Click To Tweet] Fatal Error with latest updateThanks @benmeredithgmailcom !
This issue is fixed for my site
Forum: Plugins
In reply to: [Better Click To Tweet] Fatal Error with latest update@benmeredithgmailcom I sent you an email at [email protected]
Forum: Plugins
In reply to: [Better Click To Tweet] Fatal Error with latest update@benmeredithgmailcom Here is the full message:
Fatal error: Uncaught Error: Call to a member function get() on null in /www/wp-includes/query.php:28 Stack trace: #0 /www/wp-content/plugins/premium-stock-market-widgets/classes/PremiumStockMarketWidgets/Plugin.php(652): get_query_var(‘smw_asset’) #1 /www/wp-includes/class-wp-hook.php(294): PremiumStockMarketWidgets\Plugin->disableTitle(”) #2 /www/wp-includes/plugin.php(212): WP_Hook->apply_filters(”, Array) #3 /www/wp-includes/post-template.php(171): apply_filters(‘the_title’, ”, 0) #4 /www/wp-content/plugins/better-click-to-tweet–/assets/block/init.php(41): get_the_title(NULL) #5 /www/wp-content/plugins/better-click-to-tweet–/better-click-to-tweet.php(364): require_once(‘/www/wp-content…’) #6 /www/wp-includes/class-wp-hook.php(292): {closure}(”) #7 /www/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #8 /www/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #9 /www/wp-settings.php(426): do_action(‘plugins_loaded’) #10 /www/wp-config.php(84): require_once(‘/www/wp-setting…’) #11 /w in /www/wp-includes/query.php on line 28 Notice: is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /www/wp-includes/functions.php on line 5313 Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /www/wp-includes/functions.php on line 5313
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Forum: Plugins
In reply to: [Better Click To Tweet] Fatal Error with latest update@benmeredithgmailcom I’m having this issue as well. As soon as I activate the plugin (Version 5.10.0) it crashes my site. Running WordPress 5.7. I am not receiving a system error email however.
I have a staging environment with the issue present that I’d be able to give you access to if you’d like?
With WP_DEBUG enabled I’m seeing the following related to Better Click to Tweet:
#4 /www/wp-content/plugins/better-click-to-tweet–/assets/block/init.php(41): get_the_title(NULL)
#5 /www/wp-content/plugins/better-click-to-tweet–/better-click-to-tweet.php(364): require_once(‘/www/wp-content…’)- This reply was modified 3 years, 8 months ago by harrisondg. Reason: Added WP_DEBUG lines
Forum: Fixing WordPress
In reply to: Visual Editor not showingI had these same symptoms, simply went into the users profile and added a checked “Disable the visual editor when writing”, clicked save, WP gave me an error as no nickname was set. I set a nickname and saved. Then visual/text toggle began working.