Title: aous77's Replies | WordPress.org

---

# aous77

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/aous77/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/aous77/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LH User Taxonomies] Taxonomy shows 0 users per term](https://wordpress.org/support/topic/taxonomy-shows-0-users-per-term/)
 *  [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/taxonomy-shows-0-users-per-term/#post-15650969)
 * [@thatgerhard](https://wordpress.org/support/users/thatgerhard/) I wouldn’t recommend
   switching from get_the_terms to wp_get_object_terms as it will tax the performance
   of your website.
 * > “It should be noted that the results from wp_get_object_terms are not cached
   > which will result in a db call everytime this function is called. For performance,
   > functions like get_the_terms() (which the results of has been cached), should
   > be used.”
 * The solution for your issue is to clear the object cache.
 * How to clear your website’s cache?
    [https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress](https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress)
 * wp_get_object_terms function reference [https://developer.wordpress.org/reference/functions/wp_get_object_terms/#more-information](https://developer.wordpress.org/reference/functions/wp_get_object_terms/#more-information)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SSL Mixed Content Fix] Plugin not working on mobile](https://wordpress.org/support/topic/plugin-not-working-on-mobile-6/)
 *  [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-on-mobile-6/#post-10095235)
 * it looks fine to me [https://www.browserstack.com/screenshots/63fa86f1df55cec408ccdf506adb3a2b338e81c5](https://www.browserstack.com/screenshots/63fa86f1df55cec408ccdf506adb3a2b338e81c5)
 * try clearing the browser cache on your mobile device.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SSL Mixed Content Fix] Exception for rel = “canonical”](https://wordpress.org/support/topic/exception-for-rel-canonical/)
 *  [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/exception-for-rel-canonical/#post-9620355)
 * Hi, I’m not sure if this will help you but this plugin removes HTTP/HTTPS. you
   might want to use something like [Really Simple SSL](https://wordpress.org/plugins/really-simple-ssl/)
   to force your URLs to get served through HTTPS
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Author archive URL redirects to homepage](https://wordpress.org/support/topic/author-archive-url-redirects-to-homepage/)
 *  [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/author-archive-url-redirects-to-homepage/#post-8670252)
 * having the same issue the URL is not even being rewritten
    `?taxonomy=author&
   term=cap-user1`
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite can't connect to database](https://wordpress.org/support/topic/multisite-cant-connect-to-database/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/multisite-cant-connect-to-database/#post-7680538)
 * i apologize, it is
    wordpress 4.6 (not 4.5.3 and not 6.0) PHP Version 5.4.16 
   MariaDB 10.0.24 (hosted on Amazon RDS) CentOS 7
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite can't connect to database](https://wordpress.org/support/topic/multisite-cant-connect-to-database/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/multisite-cant-connect-to-database/#post-7680521)
 * make that wordpress 6.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] co-authors plugin & the_taxonomies](https://wordpress.org/support/topic/co-authors-plugin-the_taxonomies/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/co-authors-plugin-the_taxonomies/#post-7099119)
 * i created a taxonomy-author.php and placed it in my theme which made it possible
   to customize the output of the page.
 * also if you need to have this page redirect to the wordpress’ native author page
   then place the following code somewhere on the taxonomy-author.php template:
 *     ```
       <?php
       $authorslug = preg_replace( '#^cap\-#', '', get_query_var( 'term' ) );
       wp_redirect( home_url('/author/' . $authorslug ), 301 ); exit;
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flowplayer HTML5 for WordPress] RTMP support](https://wordpress.org/support/topic/rtmp-support/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584337)
 * nevermind … WORKS GREAT!
    thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flowplayer HTML5 for WordPress] Problem with Shortcode](https://wordpress.org/support/topic/problem-with-shortcode-7/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/problem-with-shortcode-7/#post-4727176)
 * to fix this you need to edit “insert-video-button.php” under “plugins\flowplayer5\
   admin\” and replace the following line
    `<option value="<? echo esc_attr( $post-
   >ID ) ?>"><? echo esc_attr( $post->post_title ) ?></option>` with `<option value
   ="<?php echo esc_attr( $post->ID ) ?>"><?php echo esc_attr( $post->post_title)?
   ></option>`
 * you forgot to add **php** in front of the `<?`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flowplayer HTML5 for WordPress] RTMP support](https://wordpress.org/support/topic/rtmp-support/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584335)
 * yup here is mine [http://dl.dropboxusercontent.com/u/52784775/pluginversion.PNG](http://dl.dropboxusercontent.com/u/52784775/pluginversion.PNG)
 * ok so here is what i get if i provide an RTMP/flash combo at the same time as
   an MP4 URL all i get is the HTML5 player and not the flash player (for RTMP).
 * i’m getting “html5: Video file not found” in IE. just to be sure, are you checking
   to see if the browser supports HTML5?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flowplayer HTML5 for WordPress] RTMP support](https://wordpress.org/support/topic/rtmp-support/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584333)
 * and then where do i specify this part (mp4:wp-content/uploads/videofile.mp4)?
 * yes i am using version 1.8.0, the only release that allows RTMP input. correct?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flowplayer HTML5 for WordPress] RTMP support](https://wordpress.org/support/topic/rtmp-support/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584331)
 * OK great. Thank you so much!
 * how do we configure the video to play via RTMP? can you please provide instructions?
 * like what do we place in RTMP field just the rtmp vod URL (rtmp://#######.cloudfront.
   net/cfx/st/)? or the entire URL (rtmp://#######.cloudfront.net/cfx/st/mp4:wp-
   content/uploads/videofile.mp4)?
 * also i’m getting the following `PHP Warning: Missing argument 2 for Flowplayer5_Admin::
   add_plugin_row_meta() in plugins\flowplayer5\admin\class-flowplayer5-admin.php
   on line 255` warning. do i need to worry about this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flowplayer HTML5 for WordPress] RTMP support](https://wordpress.org/support/topic/rtmp-support/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/rtmp-support/#post-4584230)
 * yes i did see that i just didn’t want to modify it before asking.
 * Thank you & please let me know if i can help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Custom Fields] throwing error on category page](https://wordpress.org/support/topic/throwing-error-on-category-page/)
 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/throwing-error-on-category-page/#post-3982143)
 * also the following error was logged Notice: Undefined index: taxonomy in \wp-
   content\plugins\categorycustomfields\categoryCustomFields.php on line 36
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Meta Manager] UMM form save does not work for checkboxes](https://wordpress.org/support/topic/umm-form-save-does-not-work-for-checkboxes/)
 *  [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/umm-form-save-does-not-work-for-checkboxes/#post-3681703)
 * Ok I downloaded the latest wp and plugin and preformed the clean install
    I am
   still getting the issue on the same server and on an additional test server. 
   What configurations are you running? I don’t mind replicating it.

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

1 [2](https://wordpress.org/support/users/aous77/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/aous77/replies/page/2/?output_format=md)