-
Notifications
You must be signed in to change notification settings - Fork 207
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
Install problem #1792
Comments
are you upgrading from an old system?
|
I just did a short check: is_system has been added on 29 Nov 2017, so it was part of the 1.0.0 release. Maybe you are still running RC4. So you can try to just run migrate and get more infos in the upgrade doc: https://github.com/luyadev/luya/blob/master/core/UPGRADE.md Or just install a fresh luya kickstarter |
New installation - postgresql migrate run OK |
I'm installinf fresh luya from setup guide
luya-kickstarter
composer create-project luyadev/luya-kickstarter:~1.0.0
2018-04-13 10:45 GMT+03:00 Basil <[email protected]>:
… I just did a short check: is_system has been added on 29 Nov 2017, so it
was part of the 1.0.0 release. Maybe you are still running RC4.
So you can try to just run migrate and get more infos in the upgrade doc:
https://github.com/luyadev/luya/blob/master/core/UPGRADE.md
Or just install a fresh luya kickstarter
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1792 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALawJnWopfu670-9wjiB1laAL7gxE41bks5toFeHgaJpZM4TS-0p>
.
--
Nazelina Karanfilian
|
you could try |
I'll try with mysql thank you
На пт, 13 апр 2018 г., 12:13 Basil <[email protected]> написа:
… @dev7ch <https://github.com/dev7ch> nothing has changed since latest
release so why using dev master?
@nazakar <https://github.com/nazakar> maybe its related to postgresql, do
you have another engine just for testing?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1792 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALawJhKbkXqxXvY1XP7qQxqHhM15F4dUks5toGwzgaJpZM4TS-0p>
.
|
a little progress but still problem |
But with mysql everything works fine? |
@ricpelo was helping us with the postgre implementation this is the migration file, maybe he has an idea. Or will check with postgre later if you can confirm its working with mysql. |
There is no problem with mysql - every thing works fine. Migration error
only with postgres
2018-04-13 14:57 GMT+03:00 Basil <[email protected]>:
… @ricpelo <https://github.com/ricpelo> was helping us with the postgre
implementation this is the migration file, maybe he has an idea. Or will
check with postgre later if you can confirm its working with mysql.
https://github.com/luyadev/luya-module-admin/blob/master/
src/migrations/m171129_104706_config_add_system_type.php
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1792 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALawJl56a_NL9R71R2rIorkTyvnrEgMAks5toJKzgaJpZM4TS-0p>
.
--
Nazelina Karanfilian
|
Ok, will do some research. thanks |
So the problem seems to appear here:
while doing this: |
In postgreSql the primary key naming is with the suffix "_pkey" and the Yii querybuilder does not handle this. SQL example: https://www.db-fiddle.com/f/5zDyxGHMfsSuhDb77fpaGk/3 |
* Installation problem with postgresql close luyadev/luya/issues/1792 * Add primary key via `addPrimaryKey` function * Update CHANGELOG.md
* Installation problem with postgresql close luyadev/luya/issues/1792 * Add primary key via `addPrimaryKey` function * Update CHANGELOG.md
What steps will reproduce the problem?
php index.php import
What is the expected result?
Getting unknown property: luya\admin\models\Config::is_system
What do you get instead? (A Screenshot can help us a lot!)
LUYA Check ouput (run this script and post the result: luyacheck.php)
Additional infos
The text was updated successfully, but these errors were encountered: