Hi, I'm unable to create a new table in Safari or Internet Explorer. After clicking the "Create table" link in the navigation frame or filling in a name and number of columns in a database's Structure tab, I get a blank page displayed in the main frame.
Isaac Bennetch a écrit :
Hi, I'm unable to create a new table in Safari or Internet Explorer. After clicking the "Create table" link in the navigation frame or filling in a name and number of columns in a database's Structure tab, I get a blank page displayed in the main frame.
Hi Isaac, I cannot reproduce this problem, with current master on IE 8 / XP.
On 10/26/2011 2:44 PM, Marc Delisle wrote:
Isaac Bennetch a écrit :
Hi, I'm unable to create a new table in Safari or Internet Explorer. After clicking the "Create table" link in the navigation frame or filling in a name and number of columns in a database's Structure tab, I get a blank page displayed in the main frame.
Hi Isaac, I cannot reproduce this problem, with current master on IE 8 / XP.
Interesting, you are correct that master is not the problem -- my home development instance is okay. I was testing sometime on the demo server and I still see this behavior there. Odd, since both the demo and my home server seem to be running the exact same updated version (last commit e58a5f5...).
Sorry for the false alarm, I should have checked at home before sending the message. I've no idea what could be wrong on the demo server, though.
Thanks
Hi
Dne Wed, 26 Oct 2011 14:52:32 -0400 Isaac Bennetch bennetch@gmail.com napsal(a):
On 10/26/2011 2:44 PM, Marc Delisle wrote:
Isaac Bennetch a écrit :
Hi, I'm unable to create a new table in Safari or Internet Explorer. After clicking the "Create table" link in the navigation frame or filling in a name and number of columns in a database's Structure tab, I get a blank page displayed in the main frame.
Hi Isaac, I cannot reproduce this problem, with current master on IE 8 / XP.
Interesting, you are correct that master is not the problem -- my home development instance is okay. I was testing sometime on the demo server and I still see this behavior there. Odd, since both the demo and my home server seem to be running the exact same updated version (last commit e58a5f5...).
Sorry for the false alarm, I should have checked at home before sending the message. I've no idea what could be wrong on the demo server, though.
I can reproduce it on demo server as well with Firefox. I also get following javascript errors:
Error: attempt to run compile-and-go script on a cleared scope Source: .../js/jquery/jquery-1.6.2.js?ts=1318934686 Row: 7731
The problem seems to be caused by footer as when I remove it, problem is gone. Not sure what can be really causing problems.
Hi
Dne Thu, 27 Oct 2011 09:14:21 +0200 Michal Čihař michal@cihar.com napsal(a):
I can reproduce it on demo server as well with Firefox. I also get following javascript errors:
Error: attempt to run compile-and-go script on a cleared scope Source: .../js/jquery/jquery-1.6.2.js?ts=1318934686 Row: 7731
The problem seems to be caused by footer as when I remove it, problem is gone. Not sure what can be really causing problems.
Okay, it was caused by document.write in Piwik stats, should be fixed now.