Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 on laravel-migrate-fresh #426

Open
kromonos opened this issue Sep 30, 2021 · 12 comments
Open

404 on laravel-migrate-fresh #426

kromonos opened this issue Sep 30, 2021 · 12 comments

Comments

@kromonos
Copy link

kromonos commented Sep 30, 2021

Describe the bug

Running composer install --no-dev -o runs into problems

  [Composer\Downloader\TransportException]                                                                                    
  The "https://api.github.com/repos/REBELinBLUE/laravel-migrate-fresh" file could not be downloaded (HTTP/1.1 404 Not Found)  

Steps to reproduce

Screenshots

20210930-2302 - Screenshot

Environment info

Please provide the following instead.

  • Operating System: Debian Buster
  • PHP Version: 7.2 and 7.4
  • Node Version: v12.22.6
  • Database System: MySQL
  • Database Version: Tested with 5.7 and 8
@REBELinBLUE
Copy link
Owner

REBELinBLUE commented Sep 30, 2021

hmm not sure what happened there, for now, I think you can remove https://github.com/REBELinBLUE/deployer/blob/0.0.47/composer.json#L76 and change https://github.com/REBELinBLUE/deployer/blob/0.0.47/composer.json#L70 to 1.5.4 but it is a dev dependency so that shouldn't be needed, will look at fixing it properly at the weekend

@kromonos
Copy link
Author

Now I run into a new problem
20210930-2327 - Screenshot

@REBELinBLUE
Copy link
Owner

That might happen if the npm install took more than 10 minutes... try running touch vendor/autoload.php

@kromonos
Copy link
Author

npm install was done in some seconds 🤔

@kromonos
Copy link
Author

But that did it and ran into a next problem 😆
20210930-2339 - Screenshot

@REBELinBLUE
Copy link
Owner

Looks like this may be an issue with older version of laravel on new versions of MySQL https://stackoverflow.com/questions/50068663/laravel-5-5-with-mysql-8-0-11-sql-mode-cant-be-set-to-the-value-of-no-auto

laravel/framework#24038 you can try updating laravel from 5.4 to 5.5 but I am sure if it will work so smoothly.

I am only on my phone right now but I'll take a look at the weekend at tagging a new release updated to 5.5 and with the other fix

@kromonos
Copy link
Author

sigh ... Damn Laravel … I have to remove at least half of the packages in composer.json to satisfy composer 🙄

20211001-0013 - Screenshot

@REBELinBLUE
Copy link
Owner

Uh jeez yeah... honestly I'd wait 48 hours and I will try and sort it tomorrow evening / Saturday morning.

@REBELinBLUE
Copy link
Owner

Getting there... slowly, yeap dependency hell. Hopefully before the end of the day

@kromonos
Copy link
Author

kromonos commented Oct 2, 2021

You don't need to stress. I have a second server with an older MySQL version I moved to so that it's still working. 🤭

@REBELinBLUE
Copy link
Owner

Cool, I'll do it anyway as I didn't know the current release was no longer installable

@REBELinBLUE
Copy link
Owner

The master branch should now work with MySQL 8 and PHP 7.4, haven't tagged a new release release yet as I want to continue working on it get PHP 8 and Composer 2 working properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants