itvietnam Posted March 10, 2015 Report Posted March 10, 2015 Hi all, When access to server-action tabs it's always promt "Type not found" like below images, anyone know what it it ? and how to turn on debug for Blesta to check ? Quote
0 Tyson Posted March 10, 2015 Report Posted March 10, 2015 When is that error shown? When viewing the server actions page, or after performing one? It looks like it may be a module error. You can check the Module Logs under [Tools] -> [Logs], and click a table row for a SolusVM entry to check for errors. Michael 1 Quote
0 itvietnam Posted March 10, 2015 Author Report Posted March 10, 2015 It come after change hostname, since that time all openvz VPS have notification like above picture. Quote
0 itvietnam Posted March 10, 2015 Author Report Posted March 10, 2015 Hello, As my check it's showing nothing: Do you need account to take a look ? Quote
0 Michael Posted March 10, 2015 Report Posted March 10, 2015 Hello, As my check it's showing nothing: Do you need account to take a look ? You have to click the row. Quote
0 Tyson Posted March 10, 2015 Report Posted March 10, 2015 Yes, after you encounter the error, go to the logs as shown in your screenshot, and click on the top table row. Then a list of Input/Output API logs will be available. Quote
0 itvietnam Posted March 12, 2015 Author Report Posted March 12, 2015 Actually it's really hard to find which row i have to open because i see a lot of row there after testing a lot of function. When i got error -->i open new thread here then i test other function. I can't stop there and waiting your reply then go back to check the problem. So now after we test a lot of function so what row i have to open ? Quote
0 Michael Posted March 12, 2015 Report Posted March 12, 2015 Actually it's really hard to find which row i have to open because i see a lot of row there after testing a lot of function. When i got error -->i open new thread here then i test other function. I can't stop there and waiting your reply then go back to check the problem. So now after we test a lot of function so what row i have to open ? Any, or try the top one, after you try to get the error. Quote
0 Squidix Web Hosting Posted July 11, 2015 Report Posted July 11, 2015 I have this same issue. Trying to change a hostname, I get "An internal error occurred, or the server did not respond to the request", and in the log I see that with no response, I also see this: Input vps.srvon.com|listtemplates a:1:{s:4:"type";N;} Output vps.srvon.com <status>error</status><statusmsg>Type not found</statusmsg> In solusvm API log - it does not show hostname call at all. Blesta log DOES show hostname call. |vserver-hostname a:2:{s:8:"hostname";s:13:"XXX";s:9:"vserverid";s:2:"48";} Quote
0 Tyson Posted July 13, 2015 Report Posted July 13, 2015 The "Type not found" error looks to be caused by the "listtemplates" call because it does not have a VPS type set. Was the service created from Blesta using the module to provision it? It looks like it is missing some data, particularly a value for the "solusvm_type" service field. That field is only used internally, so it is not available in the UI. You can check all of the service fields with the following query: SELECT * FROM `service_fields` WHERE `service_id` = '1'; Just replace the service ID (1) with the ID of your service. The "solusvm_type" should have a `value` of "xen", "xen hvm", "kvm", or "openvz". If it is missing, set it to the appropriate value. Quote
Question
itvietnam
Hi all,
When access to server-action tabs it's always promt "Type not found" like below images, anyone know what it it ? and how to turn on debug for Blesta to check ?
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.