Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Restoring Database to a previous state. Please Help
FIrst thing I did was check if any of the files were missing. Everything was there. The trouble seemed to be with the database. Thus I asked my host to restore the database to yesterday. They did and everything was back online...
But one issue... instead of numbers and names it shows X in place of it...
SignedInAsX
StartANewDiscussion doesn't have spaces in it..
XDayAgo instead of the 2 days ago… it shows that…
What I want to know is if this is a data issue or if I should install vanilla again. Thanks
But one issue... instead of numbers and names it shows X in place of it...
SignedInAsX
StartANewDiscussion doesn't have spaces in it..
XDayAgo instead of the 2 days ago… it shows that…
What I want to know is if this is a data issue or if I should install vanilla again. Thanks
0
This discussion has been closed.
Comments
the porblem seems to be with the data is being read....
$Context->Dictionary['OldPostDateFormatCode'] = 'M jS Y';
$Context->Dictionary['XDayAgo'] = '//1 day ago';
$Context->Dictionary['XDaysAgo'] = '//1 days ago';
$Context->Dictionary['XHourAgo'] = '//1 hour ago';
$Context->Dictionary['XHoursAgo'] = '//1 hours ago';
$Context->Dictionary['XMinuteAgo'] = '//1 minute ago';
$Context->Dictionary['XMinutesAgo'] = '//1 minutes ago';
$Context->Dictionary['XSecondAgo'] = '//1 second ago';
$Context->Dictionary['XSecondsAgo'] = '//1 seconds ago';
its showing the XMinutesAgo instea of the seconds ago
Only other thing I can think of is that your Framework.Functions.php (I thikn it's called) might have become a bit messed up, but i should think in that case a lot more stuff would be broken.
so what I did was reinstall vanilla again... and once it was working fine.. i redirected to the old database.. and it works...
so i have to rename the folder now.. I will start a new thread for that question
thanks