Need user terminate feature over api. also force user terminate system which will delete all db, email account and everything during user account termination. currently if user has any website or we cant terminate that user. thus we have to manuall…
API doesn't support this yet. There is an issue if any website failed to terminate automatically it shows in the whmcs pending action menu and when you retry the action it shows success but the website still remain. We have to manually remove the si…
Instead of using check all website once checkbox if you select website one by one it will work and not give your error. I think the all select checkbox select empty site from list or add empty line as site
> @DaljitSingh said:
> Hi there, I also face the same issue. I noticed that when I try to add a new website in LiteSpeed then the server shuts down or something. Then I have to restart the server and then the LiteSpeed start working again. I …
It's an openlitespeed bug. You can downgrade openlitespeed to solve it. Not only adding website but also during issuing SSL, rewriting rules it becomes down.
Yes you can remove log files regularly it's safe. And logs files take lots of space by default. But you can configure to reduce size and set log rotate duration from openlitespeed panel (7080)
When you issue new SSL, use panel rewrite rule option, create website etc. Openlitespeed restart using command but it looks like it just stop not restart. I have shared details in Facebook official group. This make shared server down because many si…
login your server as root using putty or terminal from panel
1. create file delete_log.sh
paste following command
rm -rf /usr/local/lsws/logs/
make it executable: chmod +x delete_log.sh
2.
edit cron file: EDITOR=nano crontab -e
paste b…
Check this solution . innodb_log_file_size
Must be 10 times then the raw size so increasing it will solve your issues
https://stackoverflow.com/questions/25277452/how-to-configure-mysql-5-6-longblob-for-large-binary-data/27359753#27359753
You can make a cron task to remove them automatically everyday. Disabling log is not a good choice. But you can do it by editing php.ini and openlitespeed control panel.
Everytime you change htaccess you have to either restart openlitespeed service or put them on htaccess editor then save them. It will refresh your htaccess changes. I recommend you to use default htaccess editor which is given inside panel.
this is not module error. cyberpanel itself prevent user from creating account if name or password has ` $ & ( ) [ ] { } ; : ‘ < >. any of these characters. whmcs auto generated password has these characters and thus you are getting error…
make sure you have selected only the file which you want to edit. i have faced same issue due to selecting multiple files at a time or selecting folder. the color of selected file is not deep, its light thus we select new file but still old file rem…
Use any vpn then try to upload. Hopefully speed will improve. Last time I have faced similar issue after purchasing cloud from Alibaba china location. It's closer from my location but unfortunately I got only 10-20 Kbps speed. After checking trace r…
you have to forward your port first then enable firewall otherwise firewall will block your access. in this case you need to manage your server from console (if any) or boot from rescue mode and forward port by editing config file
https://www.whatsmydns.net/ goto this site check A dns record and see whether your dns record is returning correct ip or not. FOR SSL your domain must be pointed on your server first.
i have commented out /usr/local/CyberCP/emailPremium/views.py in , line 15 and it solved my problem. actually its email policy server file
#from postfixSenderPolicy.client import cacheClient
import cacheClient is the culprit here
i also got same error. yes used new guideline.
Django Version: 1.11
Exception Type: ImportError
Exception Value:
No module named client
Exception Location: /usr/local/CyberCP/emailPremium/views.py in , line 15
Python Executable: /usr/local/CyberCP…
Another thing you can run first two queries using cyberpanel db user credentials but last query which calculate db space must be run by root user. because cyberpanel db user doesnt have sufficient privilege to calculate.
DOMAIN=$'otp.li,greenweb.…