Best Of
Re: New Install and I am getting weird issues
Are you sure you are on an Apache server (not nginx) and that rewrite rules are enabled?
https://open.vanillaforums.com/discussion/comment/220157/#Comment_220157

Exporting Post and User Data?
I'm running Vanilla 2.6 on PHP7 and an older version of MariaDB and want to upgrade to 2021.xxx and eventually 2023.xxx, but every time I've tried to upgrade Vanilla it breaks and so I have to revert back to the older version.
Is there a way of exporting discussions, users, roles etc. as XML or something that can imported into a brand new 2021.xxx install either on a new server or after I've updated PHP/MariaDB?
Re: Thanks nice and pure themes
That is very easy to archieve, since the font size changes are all in one place.
To get back the standard font size you can just comment out line 7 to 44 in the custom.css
No access after update
Hi, I just updated from Ver 1.4 to 1.5 and now cannot get access to the forum at all. I get a Whoops! error page. The URL I land on states this: https://(my websitename here)/Guardian-Angel/index.php?p=/entry/jsconnect/error (I have removed my actual website name.) I have it set up to access through a membership site using SSO with the jsconnect-plugin. Any help would be greatly appreciated.
Thanks
Bob
Re: Vanilla 2023.005 Open Source Release
That's what I get, running PHP 8.2. Is there something wrong with my config?
I checked the code and $fileClass
is indeed an array that looks like this:
Array ( [0] => Array ( [namespace] => [className] => PermissionModel [path] => /models/class.permissionmodel.php ) )
I tried looping through and to include each of those paths, then I get another error, followed by another.
Guessing my config is messed up because seems so unlikely it can be this broken. 😢
Re: Vanilla 2023.001
Further to this and to clarify when I go to my forum page then it immediately redirects to https://example.com/forum/dashboard/setup but the Vanilla download does not contain a folder called dashboard? so I get a big fat 'X' !
Also typo in my last post, PHP 7.2 of course.

Vanilla 2023.005 Open Source Release
2023.005 and 2023.004 source code published less than one hour ago :
2023.005 successfully built but not yet tested

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
Can I ask if you were using Composer 1 or 2?