Title: osify's Replies | WordPress.org

---

# osify

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buy Me a Coffee - Button and Widget Plugin] On Sub site of Multisite not work](https://wordpress.org/support/topic/on-sub-site-of-multisite-not-work/)
 *  Thread Starter [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/on-sub-site-of-multisite-not-work/#post-10526964)
 * No yet. Currently I use use embedded script from buy-me-a-coffee and use normal
   html widget to place that in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Display SKU Underneath Title Area](https://wordpress.org/support/topic/display-sku-underneath-title-area/)
 *  [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/display-sku-underneath-title-area/#post-4937023)
 * work for me
 * `
    add_action( 'woocommerce_before_shop_loop_item_title', 'shop_sku' ); function
   shop_sku(){ global $product; echo '<div class="sku">Code: ' . $product->sku .'
   </div>'; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WangGuard] PHP Fatal error: Call to undefined function wp_get_current_user()](https://wordpress.org/support/topic/php-fatal-error-call-to-undefined-function-wp_get_current_user/)
 *  Thread Starter [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/php-fatal-error-call-to-undefined-function-wp_get_current_user/#post-3917649)
 * Thanks for your helpful 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WangGuard] PHP Fatal error: Call to undefined function wp_get_current_user()](https://wordpress.org/support/topic/php-fatal-error-call-to-undefined-function-wp_get_current_user/)
 *  Thread Starter [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/php-fatal-error-call-to-undefined-function-wp_get_current_user/#post-3917630)
 * Yes, you are right, I have also Multisite Plugin Manager. I will remove it if
   it’s working or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] Getting New Warning – Please help fast – Urgent](https://wordpress.org/support/topic/getting-new-warning-please-help-fast-urgent/)
 *  [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/getting-new-warning-please-help-fast-urgent/#post-3138528)
 * I have the same issue just now with the latest version of this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] [Plugin: Jetpack by WordPress.com] JetPack not working on MultiSite.](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-jetpack-not-working-on-multisite/)
 *  [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-jetpack-not-working-on-multisite/#post-2914633)
 * I used it on multisite as well but no this kind of issue.
 * Normally you need to connect to your wordpress.com account by each site (including
   subsite), you should click on “Learn more” and you will see “Connect to WordPress.
   com”.
 * Hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP MVC code generation failing. Shell arguement?](https://wordpress.org/support/topic/wp-mvc-code-generation-failing-shell-arguement/)
 *  [osify](https://wordpress.org/support/users/osify/)
 * (@osify)
 * [14 years ago](https://wordpress.org/support/topic/wp-mvc-code-generation-failing-shell-arguement/#post-2505882)
 * I first got this issue as well when I execute:
    ./wpmvc generate plugin MyPlugin
 * It was silently finish without any error, nor creating the folder structure.
 * Finally I found out following issue:
    – I have run that on WordPress Multisite,
   WP-MVC is not supported for console running, so I switch to use normal WordPress–
   I have setup two environment variables before running: . export WPMVC_WORDPRESS_PATH
   =”My wordpress path” . export WPMVC_PHP=”/install/wamp/bin/php/php5.2.5/php.exe”
 * Then it solved when executed, I got successful as:
    ←[35;1m←[4mWelcome to WP 
   MVC Console!←[0m←[0m ←[1m[Running Generate::plugin]←[0m ←[1m[Complete]←[0m
 * Note: I run on Windows XP by using Cygwin (even with DOS) should work the same
   way.

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