-
-
Notifications
You must be signed in to change notification settings - Fork 427
Extend length of maximum name in settings table #5442
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
Conversation
lib/functions.php
Outdated
| include_once($config['base_path'] . '/lib/poller.php'); | ||
|
|
||
| if (strlen($config_name) > 75) { | ||
| cacti_log("WARNING: Config option name '$config_name' is too long, will be truncated", false, 'SYSTEM'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be an error not a warning. It creates a problem that can't be fixed by the end user.
|
Yes settings_user should also be extended to match to avoid issues. |
|
ok, I will do it |
|
Update the audit schema in the docs folder. |
|
Was the schema updated? |
|
My bad, I will fix it |
|
I fixed it a few days ago. |
|
Last weekend during my QA testing. |
Discusion:
Edit settings_user similarly?
value 75 hardcoded or add somewhere to include/files?