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.3 beta - blank page [RESOLVED]
whu606
MVP
Comments
Did you get 2.3 from my uploaded package that I linked, or GitHub?
If you get it from GitHub, you need to run
composer install
on it first. There is info in the README and this discussion.@Linc
Took it from the link in the thread you posted, not GitHub.
Well.... shit. Looks like our build broke and I didn't notice.
Change
ini_set('display_errors', 0);
in index.php toini_set('display_errors', 1);
I've updated from a Vanilla 2.3 I've downloaded previously and had no issues.
Nah something is wrong. The 'vendor' folder is missing from my upload. Either I had a derp moment, or there's something stripping it out in the uploader. The build was right, it just didn't make it into the upload. Taking a closer look.
Looks like an inexplicable derp on my part. The corrected version has been uploaded. Thanks @whu606 !
@Linc
Yeah, that all works as expected now, updated successfully.
Cheers.