majdi draouil
New Pleskian
- Server operating system version
- OS: Ubuntu 22.04.4 LTS
- Plesk version and microupdate number
- Plesk Obsidian 18.0.66 Update #1,
I’m experiencing an issue while working with Plesk, specifically related to the pleskpm_Settings::set function. The error message is as follows:
arduino
Copier le code
pleskpm_Settings::set. Value length 5000 expected, 7420
Problem Description:
When attempting to set a value using pleskpm_Settings::set, the system expects the value to have a length of 5000 characters. However, the value I’m trying to set has a length of 7420 characters, which exceeds the expected limit.
Steps to Reproduce:
arduino
Copier le code
pleskpm_Settings::set. Value length 5000 expected, 7420
Problem Description:
When attempting to set a value using pleskpm_Settings::set, the system expects the value to have a length of 5000 characters. However, the value I’m trying to set has a length of 7420 characters, which exceeds the expected limit.
Steps to Reproduce:
- Attempt to set a value using pleskpm_Settings::set with a string length greater than 5000 characters (in my case, 7420).
- The error message appears, indicating that the expected length is 5000, but the value length exceeds that.
- Is there a way to adjust or increase the expected length for this parameter?
- Could this issue be related to a specific configuration in Plesk or an inherent limitation?
- Are there any workarounds or best practices to avoid this issue when dealing with longer values?