Upgrade from leantime/leantime:2.1.4 #1194
Replies: 5 comments 1 reply
-
Hey,
Can you create an empty $plugin variable in your config file? Just a public
$plugin;
This should fix that. I have a fix for that ready for the next patch
release.
…On Sun, Dec 11, 2022 at 8:44 AM Alex Hoyau ***@***.***> wrote:
Hello
I try to migrate my existing install / DB from 2.1.4 to
leantime/leantime:latest (as i understand this is 2.3.0-beta
<https://hub.docker.com/layers/leantime/leantime/>
I keep the same DB and open /install/update, then I click the "upgrade"
button
Then just a blank page with the warning "Warning: Undefined property:
leantime\core\config::$plugins in /var/www/html/config/configuration.php on
line 212"
Would someone know how to get this working?
Thank you
—
Reply to this email directly, view it on GitHub
<#1194>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFQKJYDRPNVRTOSOR23WMXLD7ANCNFSM6AAAAAAS27Q2DY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lexoyo
-
Do you see any errors in logs/error.logs ?
On Sun, Dec 11, 2022 at 9:01 AM Marcel Folaron ***@***.***>
wrote:
… Hey,
Can you create an empty $plugin variable in your config file? Just a
public $plugin;
This should fix that. I have a fix for that ready for the next patch
release.
On Sun, Dec 11, 2022 at 8:44 AM Alex Hoyau ***@***.***>
wrote:
> Hello
>
> I try to migrate my existing install / DB from 2.1.4 to
> leantime/leantime:latest (as i understand this is 2.3.0-beta
> <https://hub.docker.com/layers/leantime/leantime/>
>
> I keep the same DB and open /install/update, then I click the "upgrade"
> button
>
> Then just a blank page with the warning "Warning: Undefined property:
> leantime\core\config::$plugins in /var/www/html/config/configuration.php on
> line 212"
>
> Would someone know how to get this working?
>
> Thank you
>
> —
> Reply to this email directly, view it on GitHub
> <#1194>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ALG4EFQKJYDRPNVRTOSOR23WMXLD7ANCNFSM6AAAAAAS27Q2DY>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Nothing but the warning seems suspicious in the logs |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got it. I just released 2.3.1 which solves this in the config sample. You
can leave your file as is though.
…On Sun, Dec 11, 2022 at 12:03 PM Alex Hoyau ***@***.***> wrote:
Nothing but the warning seems suspicious in the logs
When add public $plugins; to the class it works as expected ! thank you !!
—
Reply to this email directly, view it on GitHub
<#1194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFWCSGI5CN7ZIJWVKG3WMYCNVANCNFSM6AAAAAAS27Q2DY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I try to migrate my existing install / DB from 2.1.4 to leantime/leantime:latest (as i understand this is 2.3.0-beta
I keep the same DB and open /install/update, then I click the "upgrade" button
Then just a blank page with the warning "Warning: Undefined property: leantime\core\config::$plugins in /var/www/html/config/configuration.php on line 212"
Would someone know how to get this working?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions