Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2.2.1 still working ?
eagerbeaver
New
Is there any issue with Vanilla 2.2.1 ? I'm using PHP 5.6 and my vanilla platform is not working while anything else on the same domain is working. I called my hosting provider and they don't see anything wrong on their platform. I get this error message when trying to access my vanilla page: Something has gone wrong.
We've run into a problem and are unable to handle this request right now.
Please check back in a little while.
0
Comments
Vanilla 2.2 ha security issues and therefore you should update. Since it has security issues, your problem might be harmless but it could also be that you have been hacked or whatever.
You can invest time to track down the error or you can invest time to set up a clean installation. I would recommend setting up a clean installation...
I have the same pages on 2 different domains and both give the same problem, that's why I thought that something must have changed in Vanilla 2.2 A clean install sounds like start from scratch. hmm..Thank you for your reply.
You can add
$Configuration['Garden']['Debug'] = true;
to your config to find out more about the real error.Starting with a fresh installation means that you do a fresh installation of 2.6 and after that is finished, do the following steps:
/cache/theme-index.php
/cache/addon.php
If this sounds complicated, it only does because I tried to be very verbous. The process itself is straightforward:
Thank you for your quick follow up. Vanilla 2.6 works with PHP 7.0 and I would love to switch to PHP 7.1, but one of the reasons I'm still using PHP 5.6 is because of my online webcalendar from k5n.us that I'm using since a couple of years and it doesn't support PHP 7, while it is loaded with info. I figured out that once I switched to PHP 7.1 my Vanilla 2.2.1 forum started to work again, while it has been working very good on PHP 5.6 Is this a problem with the Vanilla platform or my host which is Godaddy ? Unfortunately I have to switch back to PHP 5.6 to be able to use the webcalendar unless a genius can refer me to a better webcalendar that works flawless with PHP 7.1
Version 1.3 of WebCalendar will support PHP7, but by now it is only in development status.
There is also an unofficial patch for WebCalendar 1.2.7
I'm using NextCloud (basically the same as OwnCloud) and it has a nice calendar. On my Android phone I have a CalDav app so that the calendar gets synchronized.
Valuable info Thank you. I will look into it.