YAFLogo

Jas
  • Jas
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
9 years ago
Hi

I recently lost my web server and whilst I had a copy of the database, I did not have a copy of the folder with YAF in it. I came to rebuild my forum, but realised I was quite a few versions out of date and I dont know how to get it working. I have tried, but so far without much much success.

Is there a way I can work out which version it is from the database alone? Would it be recorded anywhere? I think it is before 1.9.5.

Thanks in advance!

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
9 years ago
Yes it is stored in the database, in the Registry Table

SELECT TOP 1 [Name]
      ,[Value]
  FROM [yaf].[dbo].[yaf_Registry]
  where Name = 'versionname'
Jas
  • Jas
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
9 years ago
Thanks very much - exactly what I needed