Avinash Meetoo
Forum Replies Created
-
Forum: Plugins
In reply to: [APCu Manager] Crash dashboardInstalled the latest 3.9.0 and, so far, everything is working fine π
Forum: Plugins
In reply to: [APCu Manager] Crash dashboardHi,
I just tried to activate the plugin again. I am still getting:
AH01071: Got error 'PHP message: PHP Fatal error: Declaration of DecaLog\EventsLogger::emergency(Stringable|string $message, array $context = []): void must be compatible with Psr\Log\LoggerInterface::emergency($message, array $context = []) in wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php on line 325even after deleting wp-content/object-cache.php.
I also tried deactivating all plugins, activating APCu Manager, then activating all my previous plugins. This still does not work. As soon as I try to activate APCu Manager, I get the same fatal error as above.
Forum: Plugins
In reply to: [APCu Manager] Crash dashboardHi. I have five websites running APCu Manager and, of course, all of them stopped working because of version 3.8.2. The five websites are running on the same Linode VPS (and therefore have the same version of PHP 8.2, Debian Linux 12.5, etc.)
I have just upgraded the five installations to version 3.8.3 and, interestingly, three of the websites are working fine with 3.8.3 while two of them are throwing PHP fatal errors:
PHP Fatal error: Declaration of DecaLog\EventsLogger::emergency(Stringable|string $message, array $context = []): void must be compatible with Psr\Log\LoggerInterface::emergency($message, array $context = []) in /wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php on line 325I have disabled APCu Manager in the meantime for those two websites and they are working again.
Any idea of what is happening and how the solve the issue?
Forum: Plugins
In reply to: [Query Monitor] 3.7.0, 3.7.1 and, 3.8.0 ErrorsHi,
Started getting the following error:
PHP Fatal error: Can't inherit abstract function QM_Output::get_output() (previously declared abstract in QM_Output_Headers) in /var/www/dioceseportlouis/wp-content/plugins/query-monitor/output/Headers.php on line 31This was causing systematic error 500 in
admin-ajax.php, a core component of WordPress, which made, for example, the grid media view or the insert media view, to fail.I have disabled query-monitor and everything is working fine.
- This reply was modified 4 years, 4 months ago by Avinash Meetoo.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Akismet not discarding commentsHi,
I have the exact same question: where is “Auto-delete spam submitted on posts more than a month old” in Akismet 3.0?
This is very important for me. I hope this important feature has not been removed…
Thanks,
AvinashForum: Fixing WordPress
In reply to: Safari 4 beta and 2.7.1 EditorAnyone has found a workaround? Apart from doing the edit in another browser π
Forum: Fixing WordPress
In reply to: Import (lots of) images into WordPress 2.5 Media LibraryThanks Evita.
I’ve downloaded it and I get some errors. I’ll look into those and try to find a solution.
Forum: Fixing WordPress
In reply to: Import (lots of) images into WordPress 2.5 Media LibraryYeah. But I have 360 of them π
Anyway, it’s not a massive issue (as the images are from posts I’ve already written and posted).
Thanks all for your help.
Forum: Fixing WordPress
In reply to: Import (lots of) images into WordPress 2.5 Media LibraryHi Otto42,
Is it possible (even by executing some custom SQL) to make WordPress 2.5 believe that those imported images are part and parcel of the Media Library?
Forum: Fixing WordPress
In reply to: Import (lots of) images into WordPress 2.5 Media LibraryIs this database-related?
I have gone through the tables but I can’t find any table specifically related to the Media Library:
mysql> show tables; +--------------------------+ | Tables_in_wordpress_db | +--------------------------+ | wp_ak_popularity | | wp_ak_popularity_options | | wp_comments | | wp_falbum_cache | | wp_links | | wp_openid_associations | | wp_openid_identities | | wp_openid_nonces | | wp_openid_settings | | wp_options | | wp_postmeta | | wp_posts | | wp_term_relationships | | wp_term_taxonomy | | wp_terms | | wp_usermeta | | wp_users | +--------------------------+