Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
The script is compiled when you save the theme (or when something triggers an automatic backup).

During compilation a new script instance is created. This calls your script constructor code.

In that code an exception is thrown and the issue is this:
System.ArgumentException: Append access can be requested only in write-only mode.

This error is being handled and logged, ATVO should not be crashing but merely showing that the error happened.