descomputers
Forum Replies Created
-
This was a WPEngine-specific issue. It looks like they have resolved the issue now as plugins & themes are updating as usual now
Hi. WP Engine and WordPress are have some inter-business issues at the moment (see www.remarpro.com bans WP Engine, blocks it from accessing its resources | TechCrunch) as a result of which www.remarpro.com are blocking sites hosted on WP Engine from accessing www.remarpro.com’s servers for plugin/theme/core updates. Hopefully this will be resolved quickly!
WPE has this page (https://wpengine.com/support/manage-plugins-and-themes-manually/) which gives some information on how to update the plugins/themes.
Personally, I’m struggling to get the Local app to work properly. Other than what’s described here, you may need to go as far as downloading the plugin from www.remarpro.com yourself and upload to WPE by FTP.
I’ve loaded v6.0.2 now and all good for my sites ??
I haven’t looked at the code for the update but I’m a little surprised to see the changelog specify the issue was with Wordfence – I would have thought it would be a more general issue
Looks like there’s another update available (v6.0.2) which specifically mentions this issue in the changelog. Has anyone tried it yet?
Same here. Looks like there is an issue with the new class autoloader which seems to be picking up classes from other plugins but giving them a path relative to this plugin.
The wfConfig.php referenced in the message is a class from the Wordfence plugin which doesn’t exist inside /democracy-poll/classes/Helpers
{ "installName": "mynewsfeededev", "environment": "DEV", "type": "error", "date": "2024-03-22T14:14:50.000Z", "severity": "error", "client": "82.68.2.174:0", "message": "PHP Fatal error: Uncaught Error: Failed opening required '/nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/classes/Helpers/wfConfig.php' (include_path='.:/usr/share/pear/php:/usr/share/php') in /nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/autoload.php:17\\nStack trace:\\n#0 /nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/classes/Helpers/Helpers.php(114): DemocracyPoll\\\\{closure}('DemocracyPoll\\\\\\\\H...')\\n#1 /nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/classes/Plugin.php(132): DemocracyPoll\\\\Helpers\\\\Helpers::is_page_cache_plugin_on()\\n#2 /nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/classes/Plugin.php(45): DemocracyPoll\\\\Plugin->set_is_cachegear_on()\\n#3 /nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/democracy.php(36): DemocracyPoll\\\\Plugin->init()\\n#4 /nas/content/live/mynewsfeededev/wp-includes/class-wp-hook.php(324): DemocracyPoll\\\\init('')\\n#5 /nas/content/live/mynewsfeededev/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)\\n#6 /nas/content/live/mynewsfeededev/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\\n#7 /nas/content/live/mynewsfeededev/wp-settings.php(506): do_action('plugins_loaded')\\n#8 /nas/content/live/mynewsfeededev/wp-config.php(127): require_once('/nas/content/li...')\\n#9 /nas/content/live/mynewsfeededev/wp-load.php(50): require_once('/nas/content/li...')\\n#10 /nas/content/live/mynewsfeededev/wp-admin/admin.php(34): require_once('/nas/content/li...')\\n#11 /nas/content/live/mynewsfeededev/wp-admin/index.php(10): require_once('/nas/content/li...')\\n#12 {main}\\n thrown in /nas/content/live/mynewsfeededev/wp-content/plugins/democracy-poll/autoload.php on line 17", "uuid": "052f3523-8032-4434-9a61-64dfe9336ab2" }
Forum: Plugins
In reply to: [Simple Custom Post Order] Ordering not savingHi Beatrice
Thanks for picking this up. I will keep an eye on the Github issue and look forward to seeing the fix implemented.
Thanks
Greg
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Gutenberg Blocks SupportThanks Deepen ?? I noticed you included the register_scripts as well which I hadn’t considered.
Hi Kenil
Thanks for coming back to me on this
It would be great to find a solution to this.
Currently the code is a very crude but simple fuction to select the correct currency symbol:
$symbol = ‘£’;
if(stripos($product[‘sku’], “eur”) !== false) {
$symbol = ‘€’;
} elseif(stripos($product[‘sku’], “usa”) !== false or stripos($product[‘sku’], “usd”) !== false) {
$symbol = ‘$’;
}Ideally what I would be looking for is a way to get the actual currency code of the product from the WooCommerce product setup and use that to determine the currency symbol.
If you can help in any way that would be great
Cheers
GregHi Kerry
I have been looking into things further from this end.
The files are all there and in the correct folders.
It seems the issue is with the web server – we run our sites on IIS7.5. It seems IIS does not have .woff set up as a MIME type as standard. I have now added this and the font is showing correctly.
Thanks for your help.
GregHi Kerry
I am using Firefox developer edition v61.0b11 (64-bit) (screenshot)
Here is a screenshot of the issue itself (screenshot)
It looks like the .woff files are getting 404 errors (screenshot of Network tab)
Cheers
Greg