Title: roothorick's Replies | WordPress.org

---

# roothorick

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] url links always open new windows](https://wordpress.org/support/topic/plugin-slideshow-gallery-url-links-always-open-new-windows/)
 *  [roothorick](https://wordpress.org/support/users/roothorick/)
 * (@roothorick)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-url-links-always-open-new-windows/#post-2859762)
 * Had the same problem. I think it might be browser specific, but I’m not exactly
   familiar with JS; just applying my programming knowledge.
 * in js/gallery.js I changed line 41:
    a.tg = tag(‘a’,h)[0]? tag(‘a’,h)[0].target:’
   _self’; to: a.tg = tag(‘a’,h)[0] != ” ? tag(‘a’,h)[0].target:’_self’;
 * It seems to work. I didn’t do much testing though.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Execution timeout while updating to 3.0.4](https://wordpress.org/support/topic/execution-timeout-while-updating-to-304/)
 *  Thread Starter [roothorick](https://wordpress.org/support/users/roothorick/)
 * (@roothorick)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/execution-timeout-while-updating-to-304/#post-1839107)
 * Found the error log. Here’s the offending errors (scrubbed):
 * [Fri Dec 31 15:09:33 2010] [error] [client XX.XX.XX.XX] PHP Fatal error: Maximum
   execution time of 30 seconds exceeded in /srv/www/vhosts/<SITE>/httpdocs/wp-admin/
   includes/class-wp-filesystem-ftpext.php on line 127, referer: [http://<SITE>/wp-admin/update-core.php?action=do-core-upgrade](http://<SITE>/wp-admin/update-core.php?action=do-core-upgrade)
   [
   Fri Dec 31 15:17:55 2010] [error] [client XX.XX.XX.XX] PHP Fatal error: Maximum
   execution time of 30 seconds exceeded in /srv/www/vhosts/<SITE>/httpdocs/wp-includes/
   plugin.php on line 135, referer: [http://<SITE>/wp-admin/update-core.php?action=do-core-upgrade](http://<SITE>/wp-admin/update-core.php?action=do-core-upgrade)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Windows 7 not recognized in StatPress](https://wordpress.org/support/topic/windows-7-not-recognized-in-statpress/)
 *  [roothorick](https://wordpress.org/support/users/roothorick/)
 * (@roothorick)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/windows-7-not-recognized-in-statpress/#post-1274992)
 * os.dat is wrong.
 * Windows 7|WindowsNT7.0|
 * should be
 * Windows 7|WindowsNT6.1|
 * See [http://blogs.msdn.com/ie/archive/2009/01/09/the-internet-explorer-8-user-agent-string-updated-edition.aspx](http://blogs.msdn.com/ie/archive/2009/01/09/the-internet-explorer-8-user-agent-string-updated-edition.aspx)

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