Show Posts

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.


Messages - CoriaWeb Hosting

Pages: 1 2 3 [4] 5 6 ... 10
47
Yes, they replied in several topics, that they are building a new version of the file manager.

48
That happens with the file manager from root, I think from the client area it works fine.

49
CentOS-WebPanel Bugs / Re: Resellers cant jump to their sub-account
« on: May 08, 2020, 03:00:57 PM »
I was going to report this bug, but since I have seen this issue and it says it has been fixed I am removing it from my to-do list to write to the CWP team. I'm leaving them some time to work.  ;D

50
Information / Re: Configure each email domain to have its own IP
« on: May 04, 2020, 06:24:09 PM »
we use default postfix/dovecot configs check the official docs if you can do it.

I didn't know that CWP doesn't use the dedicated IP of the account for shipping, but I have some customers with CPanel that we are going to switch to CWP in a little less than a month that need this feature because it uses some accounts the dedicated IP.

Do you plan to add this to CWP? I think it's quite important.

51
Updates / The changelog stops again.
« on: May 01, 2020, 11:51:31 AM »
The page of the changelog, is again without movement indefinitely..

https://control-webpanel.com/changelog

They put what is currently there and so far there has never been a change.

52
Backup / Re: My server doesn't make backups anymore
« on: April 27, 2020, 04:17:44 PM »
I have an open ticket on this "Urgent" problem and I'm not getting any answers at the moment.

53
Backup / Re: My server doesn't make backups anymore
« on: April 26, 2020, 12:26:01 PM »
What if it shows this error? Hahahaha

Code: [Select]
[root@centosweb ~]# /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/rerces/admin/include/cron_newbackup.php
PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /usr/local/cwpsrv/htdoresources/admin/addons/class_backupmanager.php on line 0
PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /usr/local/cwpsrv/htdoresources/admin/addons/class_backupmanager.php on line 0
You have new mail in /var/spool/mail/root

I've already reported it to the CWP team, see what happens to the backup system now.

54
check "crontab -l" as root and make sure

15 23 * * * /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php

is there

(NOTE: Times may be different)

Yes:

26 14 * * * /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php

55
Same problem here. The backups stopped working.

56
CentOS 7 Problems / Re: Error with DNS and Clusters.
« on: April 25, 2020, 06:34:04 PM »
Quite simply.  You're not updating the serial number for the zone.  So bind doesn't know to send the update to the slave servers.  Use SED to update the serial +1

I'm almost certainly doing it wrong, but he doesn't listen.

The file updates but doesn't go to the cluster.. What am I missing?

Code: [Select]
sed -i 's/2020042575/2020042576/g' /var/named/domain.com.db
The serial is changed correctly, but it is not updated in the dns clusters.

57
CentOS 7 Problems / Error with DNS and Clusters.
« on: April 25, 2020, 04:06:56 PM »
Hello!

A few days ago I discovered an error and opened a support ticket, since I don't get the right answer, I indicate it here in case someone knows how to fix it.

We continue to advance the module to give IPv6 support to CWP domains. We already have everything working, but recently ("We don't know if it was a CWP update") the changes made in the DNS files of the domains are not synchronized with the DNS cluster servers.

If we make any manual change from the "zone_editor" module, it will be correctly updated to the DNS clusters.

If we make the changes directly on the domain DNS file the changes in the DNS clusters are not synchronized. When I talk about the file, I mean any in this path: /var/named/domain.com.db

Does anybody know how we can get that when we make the changes directly on the file, the update to the DNS clusters is forced?

Our module uses the following function to edit the DNS file:

Code: [Select]
//***Escribir DNS****////
function escribirdns($dominio, $ipv6){
$cadena_a_agregar = '@ 14400 IN AAAA '.$ipv6;
$filenamedns = ('/var/named/'.$dominio.'.db');
$lineas = file($filenamedns);
$f = fopen($filenamedns, 'a');
fwrite($f, $cadena_a_agregar."\n");
fclose($f);
}
//***Fin Escribir DNS****////

Let's see if someone helps us.

Greetings!

58
Addons / Re: WHMCS not connecting to cwp
« on: April 23, 2020, 09:28:36 AM »
Thanks
curl (7) failed connect (my ip server) 2304 connection refused

That's because you haven't opened port 2304.

Greetings!

59
Addons / Re: WHMCS not connecting to cwp
« on: April 21, 2020, 09:13:03 AM »
The same thing happens to me, do not create the users, I have made the configuration of Add an IPV4 whitelist entry
Average udp 2301 to 2304
Open TCP \ UDP ports
2304 I don't know what else I can do, could someone advise me thanks

It works for us simply by opening port 2304.

Try this command from the server where you have the WHMCS system and tell me if it gives you an error:

Code: [Select]
curl -k "https://IPCWP:2304/v1/account" -X POST --data "key = PgvuEjKHRDbL1BB5BJxe9r4c5MjDFRz6Ncax5Lu70Qzsl" --data "action = list"
Greetings!

60
Updates / Changes detected in the changelog!
« on: April 21, 2020, 08:31:27 AM »
I'm so glad to see they're moving the change log.

https://control-webpanel.com/changelog

I hope that from now on you will report changes in the new versions here. This is very useful and it costs very little to report changes.

If the CWP team continues to listen to what we users report, they will be well on their way.

Greetings!

Pages: 1 2 3 [4] 5 6 ... 10