programmin
Forum Replies Created
-
I am on WordPress 6.2 and Yoast 20.8.
Go ahead and try that url on any wp site, you will likely see the “Sorry, you are not allowed to access this page.”.
We use it yes.
It was a testing/staging site. My question is why is it like that sometimes?
This is particularly problematic concerning recent vulnerability patches!
https://elementor.com/help/elementor3-11-7-security-vulnerability-resolved/
PHP7.4.
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] 3.12 TypographyNo. This happens whether you have Elementor Pro enabled or not. This is a layout module.
Why is Typography setting area removed?
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] 3.12 TypographyYes we use it.
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] 3.12 TypographyIt doesn’t matter what site you try – it even happens on the Elementor Playground demo. Click a container, click “Style” tab on the left, there is no “typography” area.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] PHP7 fails and crashes siteOr… you could set your site to PHP8. We might be seeing more and more of these with PHP7 being officially EOL now.
I think there is a mistake in query – function wp_statistics_get_top_pages
includes the query…
“SELECT
uri,id,typeFROM ” . \WP_STATISTICS\DB::table(‘pages’) . ” WHEREdateBETWEEN %s AND %s GROUP BYuri” . ($limit != null ? ‘ LIMIT ‘ . $limit : ”), $rangestartdate, $rangeenddate), ARRAY_N);That should be getting sum(count) to get an accurate count? and an “order by sum(count)” after group? Unless I am missing something.
Forum: Plugins
In reply to: [Duplicate Page] Compatible with WP v. 6Furthermore it looks like someone deleted the previous version (again), so that every wp cli command set to install the previous minor version will just fail.
Why don’t you keep the previous version available, especially when there is no critical security related change?Please see https://wordpress.org/support/topic/please-stop-removing-old-versions-from-the-wp-repo/
also https://wordpress.org/support/topic/version-is-removed-every-update/
If you have the issue, update Elementor… 🙂
Forum: Plugins
In reply to: [W3 Total Cache] Workaround for content changing?Thank you @vmarko but we have Disk: enhanced mode set for page cache.
Forum: Plugins
In reply to: [Duplicate Page] Version is removed every update?It happened again – can we get a mailing list notice or something at least, so we can all change any scripts that make sure to install duplicate-page-plugin by version number?
Forum: Plugins
In reply to: [Duplicate Page] Version is removed every update?The wpcli command to install a plugin. Every time I call it with –version=version, install a version on a site:
https://developer.wordpress.org/cli/commands/plugin/install/it fails with an update – and I can see in the advanced area in wordpress.org that the old version disappeared.