Page 1 of 1

Reloading extensions in Admin Tool breaks in 1.6.9

Posted: 28 Aug 2010, 12:51
by andreas
Hi,

I updated our server to the latest 1.6.9 release and caught a strange bug when trying to update an extension using the Remote Administration tool.

If I save a script that includes the character "<" and try to load it again the script cuts before that character. And the Zone Browser becomes unusable only displaying [type Function],[type Function] in the left window.

So using a loop like "for ( i=0; i<roomCount; i++) {}" will break the script, cuting the script after "for ( i=0; i" in the extensions browser.

I can fix the issue by using "for ( i=0; i!=roomCount; i++) {" but it's not an optimal solution.


Let me know if you need any more information about the issue.


Thanks,

Andreas

Posted: 31 Aug 2010, 16:20
by Lapo
I am not able to reproduce this. It works wonders for me.
Do you get any specific error on the server side in the logs?
I can use any character and include any number of "<" chars without problems.