-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
myaac_movie #130
Comments
Which version of MyAAC are you trying to install? |
I think the most recent, I pulled this one from Git |
BTW. There is something wrong with your database, because migrations/2.php shouldn't be executed on newest versions. Is that an old database? |
Newer version installed, no installation errors, only when running the site |
did you import the myaac database schema.sql manually to your database? |
I did it 2 ways, imported it manually and did the installation / install |
SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'body' can't have a default value Backtrace: #0 /var/www/html/system/libs/pot/OTS_Base_DB.php(85): PDO->query('ALTER TABLE |
If you imported manually, then you need to execute this in your phpmyadmin: UPDATE `myaac_config` SET value = 30 WHERE name = "database_version"; After that, the migrations won'e be executed at all, because they shouldn't. |
Solved... Perfect! <3 |
Sorry, my query was wrong. That's the correct one: UPDATE `myaac_config` SET value = 30 WHERE name = "database_version"; |
Can I get the complete database?
https://prnt.sc/staj7r
The text was updated successfully, but these errors were encountered: