archesis
Forum Replies Created
-
Forum: Plugins
In reply to: [Official CleverReach® Plugin for WooCommerce] Backend MessageI get the same issue with a different message:
initialSyncCompleted
initialSyncCompletedAnd it never goes away, always pops up again. No sync is ever completed btw. An option to hide these notification messages is needed.
Forum: Plugins
In reply to: [Official CleverReach® Plugin for WooCommerce] How to debug?Thanks, I will see what I can do.
WordPress debug.log says the plugin uses some deprecated functions. I am on PHP 8.3
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\Infrastructure\TaskExecution\TaskRunnerStarter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/Infrastructure/TaskExecution/TaskRunnerStarter.php on line 22
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\Infrastructure\TaskExecution\AsyncBatchStarter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/Infrastructure/TaskExecution/AsyncBatchStarter.php on line 10
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\Infrastructure\TaskExecution\QueueItemStarter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/Infrastructure/TaskExecution/QueueItemStarter.php on line 22
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\Receiver\Tasks\Composite\SubscribeReceiverTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/Receiver/Tasks/Composite/SubscribeReceiverTask.php on line 16
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\Receiver\Tasks\Composite\UnsubscribeReceiverTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/Receiver/Tasks/Composite/UnsubscribeReceiverTask.php on line 12
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\Receiver\Tasks\Composite\ReceiverSyncTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/Receiver/Tasks/Composite/ReceiverSyncTask.php on line 23
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\InitialSynchronization\Tasks\Composite\InitialSyncTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/InitialSynchronization/Tasks/Composite/InitialSyncTask.php on line 16
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\Authorization\Tasks\Composite\ConnectTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/Authorization/Tasks/Composite/ConnectTask.php on line 9
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\Scheduler\ScheduleCheckTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/Scheduler/ScheduleCheckTask.php on line 28
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\BusinessLogic\Utility\Tasks\TaskCleanupTask implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/BusinessLogic/Utility/Tasks/TaskCleanupTask.php on line 20
PHP Deprecated: CleverReach\WooCommerce\IntegrationCore\Infrastructure\TaskExecution\TaskRunnerStarter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /…/cleverreach-wc/vendor/cleverreach/integration-core/src/Infrastructure/TaskExecution/TaskRunnerStarter.php on line 22Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Compatibility issueThanks for the responses and sorry for not being able to test it.
Prior to reading your last message I reset the AIOWPS settings to:
Disallow unauthorized REST requests: Uncheck
Deny bad query strings: Check
Enable advanced character string filter: Check
Enable legacy 5G firewall rules: Uncheck
Enable 6G firewall rules: CheckI also upgraded plugins to:
WooCommerce: 9.5.2
WooCommerce Stripe-Gateway: 9.1.1
(which is a different plugin than “Payment Plugins for Stripe WooCommerce”)The error doesn’t occur anymore.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Compatibility issueI agree – there seem to be some issues with AIOWP. WordPress catches an error within “All In One WP Security”.
The following combination works for me:
AIOWP 5.3.8 (is latest version)
WooCommerce 9.4.3 (latest version: 9.5.1)
WooCommerce Stripe-Gateway 8.9.0 (latest version: 9.0.0)
WordPress 6.6.2 (latest version: 6.7.1)Forum: Plugins
In reply to: [WooCommerce] New “LIVE” label on wordpress toolbar, why?@bozzmedia – regarding the empty page: Do you have the Woocommerce marketing hub disabled? Perhaps through another plugin or code snippet? This new gadget seems to rely on it.
I question the need to add even more clutter to the WordPress/Woocommerce dashboard. That being said some function to temporarily “hide” the website (coming soon, under construction …) is missing from WordPress in general. For example in “Joomla” this is a built-in feature since forever.
Forum: Plugins
In reply to: [Code Snippets] Could not create snippet. Request failed with status code 500Same here. Works with version 3.3.0
Forum: Plugins
In reply to: [amr ical events lists] Adress on seperate line?Use html line break element (br) in list configuration in before or after field.
I didn’t copy the original wp-config.php but I created an empty file with this name in the root dirctory (where the index.php of wordpress is located). This seems to be sufficient to avoid the error message. Thanks for the advice!
Most people probably don’t alter the default wordpress structure, however some do, so I would suggest you shouldn’t assume the location of wp-config being in root directory of wordpress. It’s not a serious issue but perhaps you could relay that to the devs for future improvement, thanks!
Additional information:
With this instance the wordpress installation including wp-config.php is in subdirectory (named “/wp-home”) of domain root. index.php is in domain root.
According to “Method II (With URL change)”: https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/
In my ideal world there should be three options:
a: Block script from external source but host it locally
b: Block script entirely (block external source, don’t host it locally)
c: Exclude (get files from external source as normal)Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Critical Error on This WebsiteThe “Fremius” setup of this plugin fails with message:
Critical error on this website Never miss an important update There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress.This happens whenever one or both of these plugins are active:
- Disable Bloat for WordPress & WooCommerce (by Disable Bloat)
- Shortcodes Ultimate (by Vladimir Anokhin)
When these plugins are disabled and Fremius setup is completed or skipped, the plugins can be activated again and “Featured images in RSS” continues to work.
Same issue here, is there something I can do without disabling this filter? Seems it works with older versions of your plugin (before 3.x)
Forum: Plugins
In reply to: [Postie] Lots of draft articles “tmptitle”Seems to be issue with addon “HTML Cleaner”. Download “HTML Purifier Lite” and replace inside of “/wp-content/plugins/postie-addon-html-cleaner/”
Forum: Plugins
In reply to: [Postie] Lots of draft articles “tmptitle”WordPress’ automated mail says it caught an issue with “Postie Addon to Clean HTML“
Forum: Plugins
In reply to: [Postie] Lots of draft articles “tmptitle”Same here. Lots of “tmptitle” with content “tmpPost”.
Manually triggering “Process Email” produces error message: “There Has Been a Critical Error on Your Website.”
Changing to PHP 7.4 fixes the issue.
Looks like problems are caused by using PHP 8 or higher. Please fix urgently, PHP 7.4 is about to be deprecated.
I am using postie + postie-addon-html-cleaner + postie-addon-media-category + postie-addon-user-category