Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since WordPress 5.2 an extension causes causes a fatal error #933

Open
DidierV34 opened this issue May 10, 2019 · 1 comment
Open

Since WordPress 5.2 an extension causes causes a fatal error #933

DidierV34 opened this issue May 10, 2019 · 1 comment

Comments

@DidierV34
Copy link

Since WordPress 5.2, a native feature allows you to detect if an extension or theme causes a fatal error on your site, and notifies you with this automatic email.

Here, WordPress has found an error with one of your extensions, "Comet Cache".

Détails de l’erreur ====================== Une erreur de type E_ERROR a été causée dans la ligne 227 du fichier /home/lengadoceq/www/wp-content/plugins/comet-cache/src/includes/traits/Shared/CacheDirUtils.php. Message d’erreur : Uncaught Exception: Unable to delete files. Rename failure on tmp directory: /home/lengadoceq/www/wp-content/cache/comet-cache/cache-5cd4b3bcc8153667318668-tmp. in /home/lengadoceq/www/wp-content/plugins/comet-cache/src/includes/traits/Shared/CacheDirUtils.php:227 Stack trace: #0 /home/lengadoceq/www/wp-content/plugins/comet-cache/src/includes/traits/Shared/CacheDirUtils.php(276): WebSharks\CometCache\Classes\AbsBaseAp->deleteFilesFromCacheDir('/^.+/ui', false) #1 /home/lengadoceq/www/wp-content/plugins/comet-cache/src/includes/traits/Shared/CacheDirUtils.php(61): WebSharks\CometCache\Classes\AbsBaseAp->deleteFilesFromHostCacheDir('/^.+/ui') #2 /home/lengadoceq/www/wp-content/plugins/comet-cache/src/includes/traits/Plugin/WcpUtils.php(82): WebSharks\CometCache\Classes\AbsBaseAp->clearFilesFromHostCacheDir('/^.+/ui') #3 /home/lengadoceq/www/wp-content/plugins/comet-cache/src/includes/traits/Plugin/WcpUtils.php(239): WebSharks\CometCache\Classes\Plugin->clearCache() #4 /home/lengadoceq/www/wp-content/plugins/

@clavaque
Copy link

clavaque commented May 13, 2019

Hi Didier. From what I can find, it sounds like Comet Cache is either having permissions issues performing the necessary cache cleanup, or your server doesn’t play nicely with atomic reads/writes.

We have seen this issue in the past and it has always ended up being related to the hosting environment. Can you check with your hosting company to see if they have any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants