roothorick
Forum Replies Created
-
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
In reply to: Execution timeout while updating to 3.0.4Found 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
[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-upgradeForum: Fixing WordPress
In reply to: Windows 7 not recognized in StatPressos.dat is wrong.
Windows 7|WindowsNT7.0|
should be
Windows 7|WindowsNT6.1|