Issue
Enabling AccelerateWP for domain.tld through the "Smart Advice" does not work correctly.
While reviewing the logs at /home/USERNAME/.clwpos/main.log, we see:
clwpos.user.config.ConfigError: Wrong wordpress path '%(wp_path)s' passed 2023-01-27 20:11:27,496: (clwpos.utils) [ERROR] Wrong wordpress path '%(wp_path)s' passed Traceback (most recent call last): ... clwpos.user.config.ConfigError: Wrong wordpress path '%(wp_path)s' passed
Using the CLI tools gives the same results:
# su -s /bin/bash USERNAME
$ cloudlinux-awp-user enable --domain "domain.tld" --wp-path "/home/USERNAME/public_html/" --feature=object_cache --- Logging error --- ... clwpos.user.config.ConfigError: Wrong wordpress path '%(wp_path)s' passed ... Message: ConfigError() Arguments: () { "context": { "wp_path": "home/USERNAME/public_html" }, "result": "Wrong wordpress path '%(wp_path)s' passed", }
Environment
- CloudLinux Shared Pro
- AccelerateWP
Solution
This was due to a bug present on older releases of the alt-python27-cllib package (ID AWP-352). Updating to a version greater than 3.2.44 should correct the issue.
Please check our changelog tool to have the latest news about software updates:
https://changelog.cloudlinux.com/
Comments
0 comments
Please sign in to leave a comment.