This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
61
Information / Re: Love the panel, but...
« on: February 02, 2022, 07:06:32 AM »Thanks, I will get all of the bugs/issues I found into the issue tracker.
Can I post feature request in the bug Tracker?
Have you considered using Github for issue tracking? Much easier for uploading images.
the fastest way is to use contact over the website and report issues there
https://control-webpanel.com/contact
62
PHP Selector / Re: 7.4 Error Unknown lvalue
« on: January 21, 2022, 02:15:36 PM »
When I examined a few of the warnings, I saw that they were for security purposes. I insist this may be related to your "CWP Secure Kernel" routines. Please inspect. Many people have this problem, I saw it on the forum too.
if you have cwp kernel then you also have cwp support so you would need to use support tickets as cwp secure kernel has updates and works only if you have a support subscription.
63
CentOS-WebPanel Bugs / Re: Can't edit Inode on Account Editing
« on: January 18, 2022, 03:48:49 PM »
contact cwp support over the contact page.
Also, note that inode limit 90 is very low for the inode limit...look it similar to limit of the 90 files for user to be able to have under the account
Also, note that inode limit 90 is very low for the inode limit...look it similar to limit of the 90 files for user to be able to have under the account
64
Other / Re: How? ISPconfig to CWP Migration
« on: January 18, 2022, 07:21:05 AM »
probably manually
http://wiki.centos-webpanel.com/how-to-manually-import-emails
http://wiki.centos-webpanel.com/how-to-manually-import-emails
65
CentOS-WebPanel Bugs / Re: Problem with new Shoutcast Manager
« on: January 17, 2022, 07:23:02 AM »
1120 has the fix for shoutcast
66
CentOS-WebPanel GUI / Re: Cannot Open User Panel
« on: January 17, 2022, 07:22:21 AM »
make sure you mysql has no any bad config manually added from your side and then rebuild user config
Code: [Select]
/scripts/cwpsrv_rebuild_user_conf
67
E-Mail / Re: how to know the spam source
« on: January 17, 2022, 07:20:47 AM »
if you check the wiki links you will see the location of the file. If the file is empty then maybe you didn't sent emails over php.
This is a PHP log so it not related to webservers like apache/nginx.
This is a PHP log so it not related to webservers like apache/nginx.
68
E-Mail / Re: how to know the spam source
« on: January 11, 2022, 10:24:07 PM »
simple info:
http://wiki.centos-webpanel.com/tracking-php-script-spam
http://wiki.centos-webpanel.com/track-spam-infected-scripts
there are also other instruction related to mail on the same page
http://wiki.centos-webpanel.com/tracking-php-script-spam
http://wiki.centos-webpanel.com/track-spam-infected-scripts
there are also other instruction related to mail on the same page
69
How to / Re: hi ive setup cwp pro on my local machine with static ip can i add VPS to offer
« on: January 11, 2022, 10:19:00 PM »
cwp is a web hosting panel for shared hosting accounts and NOT not for making VPS servers.
So CWP could be installed on VPS but CWP can't make VPS servers.
So CWP could be installed on VPS but CWP can't make VPS servers.
71
Softaculous / Re: must always fix user's permissions for Softaculous cron jobs
« on: January 06, 2022, 11:25:44 AM »
what are permissions on the file before and after fix?
ls -la FILANAME
user crons are in the file
/var/spool/cron/USERNAME
ls -la FILANAME
user crons are in the file
/var/spool/cron/USERNAME
72
Apache / Re: Conf files reset problem
« on: January 05, 2022, 10:05:13 PM »
you need to check that your account is not exceeding bandwidth if you get suspended page.
1. make sure you have the latest cwp version
2. check account bandwidth limit (if suspended page)
3. use custom vhosts if you have custom changes in the apache/nginx vhost files
info from the cwp wiki
http://wiki.centos-webpanel.com/account-suspended
http://wiki.centos-webpanel.com/webservers-vhost-templates
1. make sure you have the latest cwp version
2. check account bandwidth limit (if suspended page)
3. use custom vhosts if you have custom changes in the apache/nginx vhost files
info from the cwp wiki
http://wiki.centos-webpanel.com/account-suspended
http://wiki.centos-webpanel.com/webservers-vhost-templates
73
Information / Re: Love the panel, but...
« on: January 05, 2022, 05:48:13 PM »
fastest way to report bug is over the website
https://control-webpanel.com/contact
https://control-webpanel.com/contact
74
Apache / Re: Conf files reset problem
« on: January 03, 2022, 03:49:50 PM »
the main issue many do wrong is by editing vhost files directly.
You can't do that! If you plan to do something custom then you need to make own custom vhosts templates.
Info
http://wiki.centos-webpanel.com/webservers-vhost-templates
You can't do that! If you plan to do something custom then you need to make own custom vhosts templates.
Info
http://wiki.centos-webpanel.com/webservers-vhost-templates
75
E-Mail / Re: Need help. all mail deferred
« on: January 02, 2022, 02:48:35 PM »
you should run this api command to fix mail permissions
Set quota for all email accounts based on the uid from the postfix.mailbox table
info copied from:
http://wiki.centos-webpanel.com/cwp-admin-api
Set quota for all email accounts based on the uid from the postfix.mailbox table
Code: [Select]
/scripts/cwp_api account mail_fix_permissions
info copied from:
http://wiki.centos-webpanel.com/cwp-admin-api