Title: brokenclock's Replies | WordPress.org

---

# brokenclock

  [  ](https://wordpress.org/support/users/brokenclock/)

 *   [Profile](https://wordpress.org/support/users/brokenclock/)
 *   [Topics Started](https://wordpress.org/support/users/brokenclock/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brokenclock/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brokenclock/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brokenclock/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brokenclock/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brokenclock/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Fatal error impossible to enable the plugin](https://wordpress.org/support/topic/fatal-error-impossible-to-enable-the-plugin/)
 *  [brokenclock](https://wordpress.org/support/users/brokenclock/)
 * (@brokenclock)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-impossible-to-enable-the-plugin/#post-10293828)
 * Hi Jordy,
 * Great! Please, credit me (Stéphane Mourey, [http://stephanemourey.fr](http://stephanemourey.fr))
   as a contributor and forward me the link to the list.
 * Regards
 * Stéphane Mourey
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Fatal error impossible to enable the plugin](https://wordpress.org/support/topic/fatal-error-impossible-to-enable-the-plugin/)
 *  [brokenclock](https://wordpress.org/support/users/brokenclock/)
 * (@brokenclock)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-impossible-to-enable-the-plugin/#post-10286442)
 * Hi,
 * Please change the file `/wp-content/plugins/wp-retina-2x/core.php`, line 20 from
   `
   include('ajax.php' );` to `include( __DIR__.'/ajax.php' );`
 * The `include` instruction is relative to the first calling script (often `index.
   php`). In our case, the `ajax.php` is not in the same directory, so PHP looks
   through all the directories mentioned in the php directive `include_path`, and
   found it in `/usr/share/phpMyAdmin`. But the `ajax.php` from PhpMyAdmin could
   not load its dependencies correctly at this point, so a fatal error occurs.
 * Other users do not meet this error because `include` is not `require` : PHP goes
   on when it do not found the file….

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