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

[1.2.4] Unable to run migrations for a fresh install #33

Open
m-paniez9292 opened this issue Jan 28, 2024 · 4 comments
Open

[1.2.4] Unable to run migrations for a fresh install #33

m-paniez9292 opened this issue Jan 28, 2024 · 4 comments

Comments

@m-paniez9292
Copy link

m-paniez9292 commented Jan 28, 2024

Hi,

I would like to install a fresh install with your web-installer but I have an error during install (I download the web-installer today) :
ERROR: Unable to run migrations. Increment on type bool has no effect, this will change in the next major version of PHP {"code":500,"exception":null}

My config :

  • Apache2 2.4.52
  • php 8.3.2
  • mariadb 10.6.12
  • ubuntu 22.04

EDIT :
This is my db :
Capture d’écran du 2024-01-28 15-23-33

Thanks

@bennothommo
Copy link
Member

Seems like a deprecation error to me. For the moment, while we work to put out a fix for that issue, you may need to change your error reporting level to ignore deprecation messages, just for the installation process.

@m-paniez9292
Copy link
Author

Re,
I disable deprecated error (with error_reporting = E_ALL & ~E_DEPRECATED in php.ini file) but nothing better.
Thanks

@m-paniez9292
Copy link
Author

Re,

I try with PHP 8.1.27 and I have no problem : so, the problem comes with the new PHP 8.3 version.

Thanks

@bennothommo
Copy link
Member

@m-paniez9292 thanks for confirming.

The underlying issue has been fixed by wintercms/winter#1031 - we just need to release a new version with this fix.

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

No branches or pull requests

2 participants