Title: dries863's Replies | WordPress.org

---

# dries863

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 80 total)

1 [2](https://wordpress.org/support/users/dries863/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dries863/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/dries863/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/dries863/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/dries863/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/dries863/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Not compatible with WordPress 4.6?](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/#post-9107219)
 * Thanks :+1:
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Paid version] Waiting for them to fix a bug for over 2 months now](https://wordpress.org/support/topic/paid-version-waiting-for-them-to-fix-a-bug-for-over-2-months-now/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/paid-version-waiting-for-them-to-fix-a-bug-for-over-2-months-now/#post-8389972)
 * Hi Taco,
 * The bug is fixed for a while now. But it took you guys very very long…
 * Cheers,
 * Koen
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpMandrill] PHP 7 Errors: safe_mode, set_magic_quotes_runtime](https://wordpress.org/support/topic/php-7-errors-safe_mode-set_magic_quotes_runtime/)
 *  [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-7-errors-safe_mode-set_magic_quotes_runtime/#post-8380423)
 * This fixes it (change code from line 543-551):
 *     ```
                   if ( version_compare(PHP_VERSION, '5.3.0', '<') ) {
                       $magic_quotes = get_magic_quotes_runtime();
                       set_magic_quotes_runtime(0);
                   }
   
                   $file_buffer  = file_get_contents($path);
                   $file_buffer  = chunk_split(base64_encode($file_buffer), 76, "\n");
   
                   if ( version_compare(PHP_VERSION, '5.3.0', '<') ) set_magic_quotes_runtime($magic_quotes);
       ```
   
 * I guess the version check in the if did not work properly, so I changed that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpMandrill] PHP 7 Errors: safe_mode, set_magic_quotes_runtime](https://wordpress.org/support/topic/php-7-errors-safe_mode-set_magic_quotes_runtime/)
 *  [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-7-errors-safe_mode-set_magic_quotes_runtime/#post-8380388)
 * I’ve got the same error. Please update this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Not compatible with WordPress 4.6?](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/#post-8250457)
 * My fix didn’t work in the end…
 * I tried [@imjusti](https://wordpress.org/support/users/imjusti/)’s solution. 
   But where did you remove the “wp_enqueue_script ( ‘jquery-ui-datepicker’);”. 
   I can’t find the jquery-ui-datepicker in the plugin code…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Not compatible with WordPress 4.6?](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/#post-8233618)
 * I did some debugging. This is only happening when the Toolset Types plugin is
   enabled. Do you have the Types plugin enable too imjusti?
 * I’ll try to debug the collision some more, but I’m not if I’m skilled enough 
   for that 😉
 * edit: I’ve made a dirty fix _if(typeof(x) !=== “undefined”)_ and it works again.
 * Can you please install the Types plugin and add a fix for the next release? Thanks
   🙂
    -  This reply was modified 9 years, 11 months ago by [dries863](https://wordpress.org/support/users/dries863/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Not compatible with WordPress 4.6?](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/#post-8193723)
 * The newest chrome. I tested it on multiple pc’s.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Not compatible with WordPress 4.6?](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/#post-8163504)
 * More people having this problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Not compatible with WordPress 4.6?](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-46-47/#post-7715401)
 * I get this error: hesh.min.js?ver=1.7.2:2 Uncaught TypeError: Cannot read property‘
   switchto’ of undefined
 * I get it when I switch from “Visual” to “Text”. When “Text” is open and I refresh
   it works. However when I switch, it breaks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] v2 has no support for no-ext-icon](https://wordpress.org/support/topic/v2-has-no-support-for-no-ext-icon/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v2-has-no-support-for-no-ext-icon/#post-7474411)
 * Thx for your quick reply!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] v2 has no support for no-ext-icon](https://wordpress.org/support/topic/v2-has-no-support-for-no-ext-icon/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v2-has-no-support-for-no-ext-icon/#post-7474305)
 * For now I’ve added this code to my own style sheet:
 *     ```
       .no-ext-icon .wpel-icon{
           display: none;
       }
       ```
   
 * However I think this should be fixed server side.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] V2 removes some anchor texts](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/#post-7449015)
 * V2 also ads external icons to the admin bar. Can you please remove them?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] V2 removes some anchor texts](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/#post-7448999)
 * Thanks for fixing it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] V2 removes some anchor texts](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/#post-7448966)
 * Now I know what is happening. It seems like that your plugin crashes when there
   is a “&” in the anchor text.
 * Can you test if this also happens in your environment?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] V2 removes some anchor texts](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/)
 *  Thread Starter [dries863](https://wordpress.org/support/users/dries863/)
 * (@dries863)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/v2-removes-some-anchor-texts/#post-7448965)
 * I now see that the plugin is returning a warning:
 * `[Mon Jun 06 17:23:46 2016] [error] [client 192.168.178.25] PHP Warning: FWP_DOM_Element_1x0x0::
   setContent(): unterminated entity reference Preise \xc2\xbb in /var/www/wordpress/
   wp-content/plugins/wp-external-links/libs/fwp/class-fwp-dom-element.php on line
   60`
 * I” try to dig deeper into this.

Viewing 15 replies - 1 through 15 (of 80 total)

1 [2](https://wordpress.org/support/users/dries863/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dries863/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/dries863/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/dries863/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/dries863/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/dries863/replies/page/2/?output_format=md)