Why i keep getting this error? Error on Release.php line 49 #3467
Unanswered
knewitzgui
asked this question in
Help needed
Replies: 3 comments 1 reply
|
This is because array key 2 is undefined. |
0 replies
|
Yeah, this is clear, what is not clear is why this happens even for the first deploy that i made. |
1 reply
|
Check you're releases log file for an empty line at the begining or the end, if so remove it, if empty, make sure the cursor is in the first line not the second. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Every time i make a deploy i get this error and the deploy fail, to work i need to delete the folder "releases" and re-run the deploy, then i dont get this error and all goes well.
But the next time i try to run, this error show up and i need to delete "releases" again, and so on.
By the way im using the deployer action on github.
All reactions