@Linc
Windows XAMPP - PHP 5.6.15
Just tried to update a working (test) 2.2 install, getting blank white page, even with DEBUG=TRUE
Then tried clean install of 2.3
Still getting blank page.
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.
composer install
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 to ini_set('display_errors', 1);
ini_set('display_errors', 0);
ini_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 !
Yeah, that all works as expected now, updated successfully.
Cheers.
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.