Title: Impossible d&#039;utiliser l&#039;extension :&#039;(
Last modified: September 1, 2016

---

# Impossible d'utiliser l'extension :'(

 *  Resolved [vincentf29](https://wordpress.org/support/users/vincentf29/)
 * (@vincentf29)
 * [10 years ago](https://wordpress.org/support/topic/impossible-dutiliser-lextension/)
 * J’ai un problème avec votre extension… je voudrais l’utiliser mais dès que je
   l’active, pleins de lignes d’erreurs s’affiche partout dans le backend de WordPress…
 * Voir image ici : [http://image.noelshack.com/fichiers/2016/33/1471785681-sans-titre.png](http://image.noelshack.com/fichiers/2016/33/1471785681-sans-titre.png)
 * Avez-vous une solution ?
 * And if you want I can translate this message in english.. so ask me 🙂
 * Cordialement,
    Vincent.
 * [https://wordpress.org/plugins/task-manager/](https://wordpress.org/plugins/task-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Agence web Eoxia – Montpellier](https://wordpress.org/support/users/eoxia/)
 * (@eoxia)
 * [10 years ago](https://wordpress.org/support/topic/impossible-dutiliser-lextension/#post-7688215)
 * Bonjour,
 * En attendant la prochaine mise à jour, vous pouvez utiliser ce correctif.
 * Remplacez la ligne 23 du fichier core/wpeo_util.01.php:
    `if ( file_exists( $
   module_folder . $folder . '/' . $folder . '.php') ) {` avec celle-ci: `if ( !
   is_dir( $module_folder . $folder . '/' . $folder . '.php' ) && file_exists( $
   module_folder . $folder . '/' . $folder . '.php') ) {`
 * Merci pour votre participation au développement de Task Manager!
 * Translate:
    Hi, waiting for the next update, here’s a fix.
 * Replace the line 23 in the file core/wpeo_util.01.php:
    `if ( file_exists( $module_folder.
   $folder . '/' . $folder . '.php') ) {` with this: `if ( !is_dir( $module_folder.
   $folder . '/' . $folder . '.php' ) && file_exists( $module_folder . $folder .'/'.
   $folder . '.php') ) {`
 * Thanks.
 *  Thread Starter [vincentf29](https://wordpress.org/support/users/vincentf29/)
 * (@vincentf29)
 * [10 years ago](https://wordpress.org/support/topic/impossible-dutiliser-lextension/#post-7688216)
 * Merci à vous 😊
 * Cordialement.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Impossible d'utiliser l'extension :'(’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/task-manager_f9f9f9.svg)
 * [Task Manager](https://wordpress.org/plugins/task-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/task-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/task-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/task-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/task-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/task-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [vincentf29](https://wordpress.org/support/users/vincentf29/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/impossible-dutiliser-lextension/#post-7688216)
 * Status: resolved