-
Notifications
You must be signed in to change notification settings - Fork 27
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
Column "oc_weather_config"."value" is type String, but exceeding the 4.000 length limit #107
Comments
fuck..... |
Also seeing this issue, on both 25.0.2 and now on 25.0.3 |
here too |
Same issue. |
Also here
|
Fix |
Ye so in a docker install of nextcloud how do you proceed to fix this ? And i am on version Nextcloud Hub 3 25.0.4 |
Here is what worked for me:
|
How to fix this on a Ubuntu install with Nextcloud Hub 3? |
The steps outlined in my original reply are pretty basic. I'd recommend that you read about
Alternative strategies:
|
Sorry, probably won't consider Nextcloud again due to poor optimization and
poor performance, and of course thanks for your kind help :)
John Doe ***@***.***> 于2023年3月14日周二 21:29写道:
… How to fix this on a Ubuntu install with Nextcloud Hub 3?
The steps outlined in my original reply are pretty basic. I'd recommend
that you read about bash and Ubuntu in general. I don't run Ubuntu so I
can only guess and provide a suggestion:
1. Use find to locate Version010703Date20201101235744.php: sudo find /
-iname 'Version010703Date20201101235744.php'
2. Use the same sed command to apply the patch: sudo sed -Ee
"s/'length'(\s+)=>(\s+)10240,/'length'\1=>\24000,/" -i.bak
<FULLY_QUALIFIED_PATH_TO_Version010703Date20201101235744.php>
3. Validate with diff: sudo diff -uw
<FULLY_QUALIFIED_PATH_TO_Version010703Date20201101235744.php>**.bak**
<FULLY_QUALIFIED_PATH_TO_Version010703Date20201101235744.php>
4. Navigate to *yourdomain*/settings/apps and re-enable the *Weather*
application
Alternative strategies:
- Use git to create a patch based on #108
<#108> and apply it manually
with patch
- Wait until the package is officially updated
—
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQQ6KQ5MICT2PZFPEPAGR5DW4ELO7ANCNFSM6AAAAAATY64E6E>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I understand your frustration as optimization and performance are not universal although we've seen much progress over the years. I'm optimistic about the future of this project. I've yet to find any alternative close to feature parity. Many of the optimizations are now easier to configure using environment variables. Tuning is a requirement IMO and worth the effort. It would be nice if more attention was dedicated to optimization & performance but I understand the effort required to maintain such an undertaking. For this reason I sympathize with the maintainers decision to abstain. P.s. thanks to all developers and contributors! You're welcome. If only you've benefit, I'm satisfied. |
Hello all,
I am trying to install the weather app on my nextcloud but i keep getting the same error.
I have my nextcloud installed on a raspberry pi 4 8GB ram with snap.
does someone know what to do?
The text was updated successfully, but these errors were encountered: