Title: wilkouk's Replies | WordPress.org

---

# wilkouk

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [no editor in 6.7 for Safari](https://wordpress.org/support/topic/no-editor-in-6-7-for-safari/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/no-editor-in-6-7-for-safari/page/2/#post-18151844)
 * Interestingly, the problem seems to have disappeared. Perhaps the latest OS X
   update (15.1.1) sorted something out. 
   Good News !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [no editor in 6.7 for Safari](https://wordpress.org/support/topic/no-editor-in-6-7-for-safari/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/no-editor-in-6-7-for-safari/#post-18150713)
 * I note this has a ‘resolved’ tag. What was the resolution?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [no editor in 6.7 for Safari](https://wordpress.org/support/topic/no-editor-in-6-7-for-safari/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/no-editor-in-6-7-for-safari/#post-18138460)
 * Same for me. Select Edit Post. Blank Screen – JavaScript Error
   “You’re using 
   Safari 18.”
 * [Error] TypeError: undefined is not an object (evaluating ‘tu.unstable_scheduleCallback’)
   
   n (react-dom.min.js:10:105894)(anonymous function) (react-dom.min.js:10:129075)
   Global Code (react-dom.min.js:10:129109)Downgraded to 6.6 – same symptoms
    -  This reply was modified 1 year, 9 months ago by [wilkouk](https://wordpress.org/support/users/wilkouk/).
    -  This reply was modified 1 year, 9 months ago by [wilkouk](https://wordpress.org/support/users/wilkouk/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visualizer – Tables & Charts Manager with Built-in AI Generator] Obtaining CSV data from URL](https://wordpress.org/support/topic/obtaining-csv-data-from-url/)
 *  Thread Starter [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [6 years ago](https://wordpress.org/support/topic/obtaining-csv-data-from-url/#post-13375568)
 * So effectively your plugin has no way of passing any parameters to an API which
   returns CSV data to your plugin to generate the graph? No way of changing the
   URL ‘on the fly’ before the ‘call’ to the URL is made?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visualizer – Tables & Charts Manager with Built-in AI Generator] Obtaining CSV data from URL](https://wordpress.org/support/topic/obtaining-csv-data-from-url/)
 *  Thread Starter [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [6 years ago](https://wordpress.org/support/topic/obtaining-csv-data-from-url/#post-13369690)
 * So I can place a php variable directly into the URI?
 * e.g.
 * [https://a_url.com/?id=$a_dynamic_php_variable](https://a_url.com/?id=$a_dynamic_php_variable)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Admin Interface] Newest update gives error message](https://wordpress.org/support/topic/newest-update-gives-error-message/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/newest-update-gives-error-message/#post-12184226)
 * Well done [@northernbeacheswebsites](https://wordpress.org/support/users/northernbeacheswebsites/).
   Thanks for jumping on this so quickly. We’ll update the plugin and report back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Admin Interface] Newest update gives error message](https://wordpress.org/support/topic/newest-update-gives-error-message/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/newest-update-gives-error-message/#post-12183432)
 * Not my problem if you can’t code. Perhaps, I wasn’t explicit enough. REMOVE THE
   WHOLE LINE or put // infront of add_action(‘admin_init’,’helloworld’); i.e.
 * //add_action(‘admin_init’,’helloworld’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Admin Interface] Newest update gives error message](https://wordpress.org/support/topic/newest-update-gives-error-message/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/newest-update-gives-error-message/#post-12181838)
 * Find the plug-in code (wp-content/plugins/wp-custom-admin-interface/wp-custom-
   admin-interface.php) open the PHP file and find the following function
 * function helloworld(){
    //current user $current_user = wp_get_current_user();//
   current user ID $current_user_id = $current_user->ID;
 *  //get key variables
    $current_user_roles = $current_user->roles;
 *  $current_user_roles = array_values($current_user_roles);
 *  var_dump($current_user_roles);
 * }
    **add_action(‘admin_init’,’helloworld’);**
 * Remove the ‘add_action’ and that will solve the issue until the dev updates the
   plug-in.
    -  This reply was modified 6 years, 9 months ago by [wilkouk](https://wordpress.org/support/users/wilkouk/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Media Button Does Not Work](https://wordpress.org/support/topic/add-media-button-does-not-work-8/)
 *  [wilkouk](https://wordpress.org/support/users/wilkouk/)
 * (@wilkouk)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/add-media-button-does-not-work-8/#post-10047698)
 * I’ve had this issue for months and have only just solved it. Check that you do
   not output anything before the <HTML> tag in the header. I had a comment that
   output the remote IP address e.g. <!– xxx.xxx.xxx.xxx –>, this was the cause 
   of the problem. This innocuous comment was being included in the JSON being used
   by the Add Media AJAX calls to find the images. As soon as I’d spotted it, removed
   it. Hey Presto! The images then re-appeared. Hope this helps.

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