Hanno
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Password Policy] Localization issueHi Bartosz,
you should have received the files by now. Thanks in advance for your investigation.
Regards, Hanno
Providing a download via a link is exactly the point. This is where the core alert happens.
I will send the htaccess file and the code snippet from dnd-upload-cf7.php via your support form.
Forum: Plugins
In reply to: [WP Plugin Manager - Deactivate plugins per page] Issue with child pagesThank you for your reply. However, I think you misunderstood. This is not a feature request but a bug report, because the plugin already behaves that way, although it definitely shouldn’t.
Seems to be working, thanks.
PHP7.4
WP: 6.9 (latest).
PHP 7.4, WP 6.9
Forum: Plugins
In reply to: [All-in-One Video Gallery] 4.5.7 destroys my cssI can confirm that this was the problem indeed. Thanks again.
Forum: Plugins
In reply to: [All-in-One Video Gallery] 4.5.7 destroys my cssThank you for your quick reply. It must be the missing h2 tag. I’ll take care of it during the day and get back to you.
Forum: Plugins
In reply to: [Selfhost Podcasting - Create Podcasts Easily] This plugin requires PHP 8.2The plugin can now be activated on PHP 7.4, I will take a closer look over the weekend.
Thanks for your prompt reaction. Appreciated.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] 3.0.4 fatal errorHi Devin,
I have two CLI processes here, and I can now confirm that both are running without errors. Due to the recurrence of the error at @amberin, I also compared the ‘BackupService.php’ files from version 3.0.6 and the new version 3.0.7, but apart from my fix, nothing else has actually changed there (I thought I might have forgotten to report some other code change, but I didn’t).
If I can be of any further assistance in this matter, please let me know. Glad to help.
- This reply was modified 7 months, 3 weeks ago by Hanno.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] 3.0.4 fatal errorI have found the solution to the problem (see email via the contact form). Switched to resolved.
- This reply was modified 7 months, 4 weeks ago by Hanno.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] 3.0.4 fatal errorPlease forgive my grumbling. I’ll be in touch in the next few days.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] 3.0.4 fatal errorSorry to say, the issue still exists in 3.0.6.
My “workaround” is to deactivate the plugin when I don’t need it. Yesterday I forgot to do so, and here we go again:PHP Fatal error: Uncaught RuntimeException: WordPress filesystem not initialized properly. in /data/web/xxx/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/Services/BackupService.php:493
Stack trace:
#0 /data/web/xxx/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/Services/BackupService.php(66): WpRollback\SharedCore\Rollbacks\Services\BackupService->initializeFilesystem()
#1 /data/web/xxx/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/ServiceProvider.php(110): WpRollback\SharedCore\Rollbacks\Services\BackupService->setupRollbackDirectory()
#2 /data/web/xxx/wp-content/plugins/wp-rollback/src/PluginSetup/PluginSetup.php(158): WpRollback\SharedCore\Rollbacks\ServiceProvider->boot()
#3 /data/web/xxx/wp-content/plugins/wp-rollback/src/PluginSetup/PluginSetup.php(101): WpRollback\Free\PluginSetup\PluginSetup->loadServiceProviders()
#4 /data/web/xxx/wp-includes/class-wp-hook.php(324): WpRollback in /data/web/xxx/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/Services/BackupService.php on line 493This time, the error message comes from a cron app which uses wp-load.php in order to get the credentials asf. – btw this is what nagios also does … So maybe this makes it easier for you to find out what’s going on, as you would only have to set up a dummy cli routine …
I must say, this is starting to get a little annoying.
And how do I upload the files you wanted? The form doesn’t offer that option.
I’m slowly getting a little frustrated.
And no – the issue is NOT resolved.Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] 3.0.4 fatal errorThe plugin is “check_wp”.
This is what WordPress’s debug file says (URL replaced by ‘XXX’):
[26-Aug-2025 06:18:46 UTC] PHP Fatal error: Uncaught RuntimeException: WordPress filesystem not initialized properly. in /data/web/XXX/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/Services/BackupService.php:441
Stack trace: 0 /data/web/XXX/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/Services/BackupService.php(56): WpRollback\SharedCore\Rollbacks\Services\BackupService->initializeFilesystem() 1 /data/web/XXX/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/ServiceProvider.php(112): WpRollback\SharedCore\Rollbacks\Services\BackupService->setupRollbackDirectory() 2 /data/web/XXX/wp-content/plugins/wp-rollback/src/PluginSetup/PluginSetup.php(157): WpRollback\SharedCore\Rollbacks\ServiceProvider->boot() 3 /data/web/XXX/wp-content/plugins/wp-rollback/src/PluginSetup/PluginSetup.php(100): WpRollback\Free\PluginSetup\PluginSetup->loadServiceProviders() 4 /data/web/XXX/wp-includes/class-wp-hook.php(324) in /data/web/XXX/wp-content/plugins/wp-rollback/vendor/wp-rollback/shared-core/src/Rollbacks/Services/BackupService.php on line 441Hope that helps
Hanno