Title: Stormtribe Development's Replies | WordPress.org

---

# Stormtribe Development

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] BUG, last post spacing](https://wordpress.org/support/topic/bug-last-post-spacing/)
 *  Thread Starter [Stormtribe Development](https://wordpress.org/support/users/hellisher/)
 * (@hellisher)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/bug-last-post-spacing/#post-8595322)
 * Aha, didn’t think about that, we have based our asgaros theme/skin on an older
   version. So our designer will have to merge the changes.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] Display image uploads](https://wordpress.org/support/topic/display-image-uploads/)
 *  Thread Starter [Stormtribe Development](https://wordpress.org/support/users/hellisher/)
 * (@hellisher)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/display-image-uploads/#post-8438890)
 * Thanks for your support and thanks for the code. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Browser Check] Not working with Safari 7.1?](https://wordpress.org/support/topic/not-working-with-safari-71/)
 *  [Stormtribe Development](https://wordpress.org/support/users/hellisher/)
 * (@hellisher)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-working-with-safari-71/#post-5339124)
 * Same thing for Chrome v38.
    browser_name: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/
   537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36 browser_name_regex:
   ^mozilla/5\.0 \(.*linux x86_64.*\) applewebkit/.* \(khtml, like gecko\).*chrome/.*
   safari/.*$ browser_name_pattern: Mozilla/5.0 (*Linux x86_64*) AppleWebKit/* (
   KHTML, like Gecko)*Chrome/*Safari/* Parent: Chrome Generic Platform: Linux Browser:
   Chrome Frames: 1 IFrames: 1 Tables: 1 Cookies: 1 JavaScript: 1 JavaApplets: 1
   CssVersion: 1 Comment: DefaultProperties Version: 0.0 MajorVer: 0 MinorVer: 0
   Platform_Version: unknown Alpha: Beta: Win16: Win32: Win64: BackgroundSounds:
   VBScript: ActiveXControls: isMobileDevice: isTablet: isSyndicationReader: Crawler:
   AolVersion: 0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic User Avatars] 500 Internal Server Error with bbPress](https://wordpress.org/support/topic/500-internal-server-error-with-bbpress/)
 *  [Stormtribe Development](https://wordpress.org/support/users/hellisher/)
 * (@hellisher)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/500-internal-server-error-with-bbpress/#post-4825418)
 * Find that this plugin could casuse the internal server error while trying to 
   edit some posts.
    Found the problem thou.
 * Around line 145 in init.php replace:
 *     ```
       $avatar_full_path = str_replace( $upload_path['baseurl'], $upload_path['basedir'], $local_avatars['full'] )
       );
       ```
   
 * With:
 *     ```
       $path_parts = pathinfo($local_avatars['full']);
       $avatar_full_path = $upload_path['basedir'].$upload_path['subdir'].'/'.$path_parts['basename'];
       ```
   
 * The problem at our server was that the url never got replaced with server path.
   Probably because url in user meta was saved with http. And our upload url is 
   httpS. SSL.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot use string offset as an array in wp-includes/capabilities.php inMigration](https://wordpress.org/support/topic/cannot-use-string-offset-as-an-array-in-wp-includescapabilitiesphp-wp-multisit/)
 *  [Stormtribe Development](https://wordpress.org/support/users/hellisher/)
 * (@hellisher)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cannot-use-string-offset-as-an-array-in-wp-includescapabilitiesphp-wp-multisit/#post-2489223)
 * Had the same error. By turning off magic quotes in php.ini and be sure that the
   files you import in phpmyadmin is in utf-8, if you choose utf-8 in phpmyadmin.

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