Vincent Vega Posted October 26, 2010 Share Posted October 26, 2010 I have build a custom whmcs server mod, it is included correctly but I don't see any create buttons on the page of an ordered product. modules/servers/mailserver/mailserver.php Function mailserver_CreateAccount() Even if it is empty I think it should show the buttons, but it doesnt. What do I mis? 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted October 26, 2010 Share Posted October 26, 2010 function mailserver_CreateAccount($params) { return 'success'; } this should work. if not make display_errors on (search this forum) 0 Quote Link to comment Share on other sites More sharing options...
Vincent Vega Posted October 26, 2010 Author Share Posted October 26, 2010 Display errors are on, but does not show any problems. Your code does not give buttons I'm afraid, it only makes a function but does not do anything wuth buttons. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 26, 2010 Share Posted October 26, 2010 Check that the product is assigned to a server (on the same page as where the buttons are suposed to be at the top) 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted October 26, 2010 Share Posted October 26, 2010 Check that the product is assigned to a server (on the same page as where the buttons are suposed to be at the top) ... and your module should be assigned for this Server (Backend->Setup->Servers->(Server-Detailpage)->Type). 0 Quote Link to comment Share on other sites More sharing options...
Vincent Vega Posted October 27, 2010 Author Share Posted October 27, 2010 Ok, that makes some sense.. But I created a server wth the same module, however no server option other then 'none' can be chosen 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted October 28, 2010 Share Posted October 28, 2010 check Module Name / Server Group (!) in Backend->Setup->Products/Services->Module Settings ... for the related product. the Server Group Option must fit the Group with the Server which is controlled by your module. 0 Quote Link to comment Share on other sites More sharing options...
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.