Unexpected symbol `end-of-file'Not An Issue
I get the following error  in the log -  ZoneManager.cs(3004,2): error CS1525: Unexpected symbol `end-of-file'

removed all instances of Zonemanager still won't load. 
That error means that the file you have is corrupt or the encoding was changed; that is not an issue with Zone Manager. If you are uploading plugins to your server with FileZilla or similar client, make sure that it is not changing the encoding; try with Binary mode.
5c2d88ae4ea06.jpg Wulf
That error means that the file you have is corrupt or the encoding was changed; that is not an issue with Zone Manager. If you are uploading plugins to your server with FileZilla or similar client, make sure that it is not changing the encoding; try with Binary mode.

I am using FileZilla - I wonder why only this plugin and this server (other server is just fine)    
Thanks Wulf !

still cannot get the plugin to load, - did  a server restart - uploaded file in Binary mode,  tried a different FTP client,  removed all instances of ZOneManager still nothing
Tatra813
still cannot get the plugin to load, - did  a server restart - uploaded file in Binary mode,  tried a different FTP client,  removed all instances of ZOneManager still nothing

You can try changing the file locally to UTF-8, but if something was changed during your download/upload process, may not matter.

I am wondering what it could be - my stacksize controller stopped working after update as well
Tatra813
I am wondering what it could be - my stacksize controller stopped working after update as well
The errors I've seen you posted for other plugin wouldn't be the same issue as this thread. This particular error means the file was unreadble by our compiler, which means something modified it after it before or after it was passed to your server.
Locked automatically