Closed hugopeek closed 3 years ago
Ah, removing the $version variable on line 77 in application.php fixes it. But it's obviously unable to display the version number on line 1 of the output.
Technically 1.0 shipped two years ago, I only turned it into a release on GitHub yesterday. Murray's working on V2 right now.
I didn't realize the version was being read from the composer file 🙈 that needs to come from somewhere else, as in the composer file it breaks packagist if it doesn't match a tag.
Fixed in 1.1.2 81fa7dc2a6fe87bf45d016475ea386535fbf4651
And also in dev-master for 2.0
Summary
First of all: thanks Mark and everyone involved for shipping the long awaited verion 1! Unfortunately, I can't get it to run out of the box..
Step to reproduce
I followed the exact installation steps and ran
./Gitify
.Observed behavior
It threw the following error:
Expected behavior
It should show the Gitify help section.
Environment
Gitify master branch Debian 11 PHP 7.4 / MariaDB 10.5
This was the output of the installation command: