Title: Minor bugs
Last modified: August 22, 2016

---

# Minor bugs

 *  [AgrumasDB](https://wordpress.org/support/users/agrumasdb/)
 * (@agrumasdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/minor-bugs-1/)
 * Hi,
    i have found some bugs: Wrong protocol detected on attach url. [https://plugins.trac.wordpress.org/browser/tcs3/tags/1.1/tcS3.php#L511](https://plugins.trac.wordpress.org/browser/tcs3/tags/1.1/tcS3.php#L511)
   should be
 *     ```
       $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') ? "https" : "http";
       ```
   
 * Missing check for memcached settings [https://plugins.trac.wordpress.org/browser/tcs3/tags/1.1/tcS3.php#L326](https://plugins.trac.wordpress.org/browser/tcs3/tags/1.1/tcS3.php#L326)
   
   Above could be added:
 *     ```
       $memcacheHosts = $this->options["s3_redirect_cache_memcached"];
               if(empty($memcacheHosts)){
                   return false;
               }
       ```
   
 * Thanks for the nice plugin.
 * [https://wordpress.org/plugins/tcs3/](https://wordpress.org/plugins/tcs3/)

The topic ‘Minor bugs’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tcs3.svg)
 * [tcS3](https://wordpress.org/plugins/tcs3/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tcs3/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tcs3/)
 * [Active Topics](https://wordpress.org/support/plugin/tcs3/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tcs3/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tcs3/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [AgrumasDB](https://wordpress.org/support/users/agrumasdb/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/minor-bugs-1/)
 * Status: not resolved