LFA Posted March 25, 2019 Share Posted March 25, 2019 New Support for MVC templates on Linux. Read this for more information.. Added support for HyperFastCgi on Linux with Nginx. https://github.com/xplicit/HyperFastCgi Install it and restart the monitor. It is detected automatically. Added instructions explaining how to edit the MVC template in Visual Studio. Game settings on MVC has a sidebar similar to the service homepage. Bug Fixes Custom CSS for MVC was placed in a script tag. Images for custom links not displayed on MVC. Text could not be copied on MVC. Console.cshtml was not used when viewing the web console. Page not found errors on MVC are redirected to the homepage. First custom template could not be selected at login and you had to clear your cookies. Link to comment Share on other sites More sharing options...
DeteCT0R Posted March 25, 2019 Share Posted March 25, 2019 Great now i can test on linux thankyou Link to comment Share on other sites More sharing options...
impactor Posted April 9, 2019 Share Posted April 9, 2019 i got error: System.MissingMethodException Method not found: 'System.Threading.Monitor.Enter'. Description: HTTP 500.Error processing request. Details: Non-web exception. Exception origin (name of application or object): mscorlib. Exception stack trace: at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 Version Information: 2.11.4 (tarball Tue Aug 13 23:00:52 CST 2013); ASP.NET Version: 2.0.50727.1433 Link to comment Share on other sites More sharing options...
ECF Posted April 9, 2019 Share Posted April 9, 2019 Sounds like you need Mono 5 installed. Try installing it. If it still doesn't work, put in a support ticket. Link to comment Share on other sites More sharing options...
Dennis Posted April 9, 2019 Share Posted April 9, 2019 You should use .NET 4.5 minimum - it seems like you're running on version 2.0. Read this: https://help.tcadmin.com/MVC_Templates#Requirements Link to comment Share on other sites More sharing options...
impactor Posted April 10, 2019 Share Posted April 10, 2019 You should use .NET 4.5 minimum - it seems like you're running on version 2.0. Read this: https://help.tcadmin.com/MVC_Templates#Requirements Thanks man but i have same problem. I already use mono 5. Link to comment Share on other sites More sharing options...
Dennis Posted April 10, 2019 Share Posted April 10, 2019 Sorry! I thought you were using Windows, but I can see now that it is indeed Linux It does seem like you're running Mono 2.11.4, though (which was required for TCAdmin a long time ago) Version Information: 2.11.4 Are you absolute certain that it's running Mono 5.x? Link to comment Share on other sites More sharing options...
impactor Posted April 10, 2019 Share Posted April 10, 2019 Sorry! I thought you were using Windows, but I can see now that it is indeed Linux It does seem like you're running Mono 2.11.4, though (which was required for TCAdmin a long time ago) Are you absolute certain that it's running Mono 5.x? I have installed all and not work for me. Link to comment Share on other sites More sharing options...
impactor Posted April 10, 2019 Share Posted April 10, 2019 Maybe is possible to remove tcadmin and reinstall but without reinstall dedicated server? Link to comment Share on other sites More sharing options...
ECF Posted April 10, 2019 Share Posted April 10, 2019 Probably best to put in a support ticket. Luis can walk you through it. Link to comment Share on other sites More sharing options...
Dennis Posted April 11, 2019 Share Posted April 11, 2019 Could seem like Mono 5 was just installed alongside Mono 2.11.4. It's a long time since I've configured TCAdmin on Linux, but you should be able to configure the path for Mono in one of the configuration files for TCAdmin. You should open /home/tcadmin/Monitor/mono-config and change this line: MONO_FOLDER="/opt/mono-2.11.4" MONO_FOLDER should be pointing to your mono 5 installation directory. If you've installed it using the steps in the documentation, you should be able to find out which folder it's installed in by doing this command: which mono It would give an output like this: [root@server16 ~]# which htop /usr/bin/htop In that example, you should configure MONO_FOLDER to this: MONO_FOLDER="/usr/bin" Link to comment Share on other sites More sharing options...
nmo0ory Posted April 12, 2019 Share Posted April 12, 2019 i can't find it in the new theme how can i find it? Link to comment Share on other sites More sharing options...
Dennis Posted April 12, 2019 Share Posted April 12, 2019 You need to create it. All information is listed on this page: https://help.tcadmin.com/MVC_Templates Link to comment Share on other sites More sharing options...
Sipowicz Posted May 5, 2019 Share Posted May 5, 2019 Anyone else unable to rename files in the 'File Manager'? I noticed the panel shows .NET version 4.0.30319.42000, but when I try to install 4.5 my machine says it already has it. Running windows server 2016 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now