alitimate Posted August 6, 2013 Share Posted August 6, 2013 My website crashed and WHMCS too. The backup that I have now is an older version. The problem is I am not being able to find out which ver was running when my Database was Backed up. Is there a way to find out the ver of WHMCS from the DB ie mayb its saved in some table? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Chris Posted August 6, 2013 Share Posted August 6, 2013 Howdy, The version for WHMCS is stored in tblconfiguration. So, assuming you have the database restored you can run the query: select * from tblconfiguration where setting='Version'; 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.