contao-themes-net / mate-theme-bundle

mate theme bundle for contao cms
Other
9 stars 3 forks source link

Installation: Initial demo data migration - MATE Theme: Database changes can´t apply #126

Closed meRitAton17 closed 2 years ago

meRitAton17 commented 2 years ago

First installation contao5 with MATE Theme without any other content in database. Last step install demo data failed with message: Changes could not apply...Please check and try again. Server: PHP 8.1.7; Maria DB 10.x How can I install initial demo data? fehler-contao

MDevster commented 2 years ago

@meRitAton17 Do you have a way to do the database changes via SSH? What is the output of the vendor/bin/contao-console contao:migrate -vvv command?

2dikkie6 commented 2 years ago

Hi, I have exactly the same problem as meRitAton17 describes. Below my error output.

error.txt

seibtph commented 2 years ago

Is the database completely empty (except for tl_user)?

2dikkie6 commented 2 years ago

Yes, the first thing I did after installing ContaoCore 5, was installing MATE.

MDevster commented 2 years ago

Unfortunately we can't recreate the error, neither with mySql nor with MariaDB. We would need more information about the hosting or web hosting package. Or would it be possible to get access to the test installation?

2dikkie6 commented 2 years ago

Hi Mathias,

My contao website is hosted at Neostra (with php8.1 and MariaDB 10) I can send you the accounts (backend and manager) to login to my test site.

MDevster commented 2 years ago

Please use support AT pdir PUNKT de to send credentials and reference this issue.

seibtph commented 2 years ago

@meRitAton17 Can you please try to delete all files in the file management and execute the migrations again? Or clear the table tl_files in the database. For @2dikkie6 this worked.

meRitAton17 commented 2 years ago

@seibtph: Thank you very much! Delete the table tl_files solves the installproblem. The installation process for the mate theme rebuilt table tl_files and the installation don´t shows any errors. But unfortunately, the site itself don´t work. (FireFox):Developer-Tools Console shows: This error page has no error code in its security info. Chrome:Developer-Tools Console shows: crbug/1173575, non-JS module files deprecated. VM128:6789 (anonymous) @ VM128:6789 My Domain: https://contao19.soft-fabrik.de/

@MDevster : Thank you for your tipps, but unfortunately I don´t know how to create the vendor/bin/contao-console contao:migrate -vvv command. I work with the database via mysqladmin, not ssh

meRitAton17 commented 2 years ago

Problem is solved. Protocol for startpage was http. Change to https and all is fine :-))