WP Cache error sem_get

Erreur sous WP Cache de sémaphores

Warning: sem_get() [function.sem-get]: failed acquiring SYSVSEM_SETVAL

Solution :

A la ligne 98 il y a cela —> $mutex = sem_get($sem_id, 1, 0644 | IPC_CREAT, 1);
Remplacer par :$mutex = sem_get(wp-cache_config.php, 1, 0644 | IPC_CREAT, 1);

Bon courage

extradrmtech

Since 30 years I work on Database Architecture and data migration protocols. I am also a consultant in Web content management solutions and medias protecting solutions. I am experienced web-developer with over 10 years developing PHP/MySQL, C#, VB.Net applications ranging from simple web sites to extensive web-based business applications. Besides my work, I like to work freelance only on some wordpress projects because it is relaxing and delightful CMS for me. When not working, I like to dance salsa and swing and to have fun with my little family.

You may also like...

Leave a Reply