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 - rocha

Pages: [1]
1
E-Mail / Re: Roundcube1.5.x Internal Server Error - FIX
« on: October 20, 2021, 07:11:02 AM »
Hi guys,

This error is caused by Spoofchecker PHP exception.

To temporary bypass this error do the folowing:

For CWP7
   edit file /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_spoofchecker.php

Line 50 have the folowing:

Code: [Select]
// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();

Insert this before 50
Code: [Select]
  return false;

After edit/save, will looks this the folowing

Code: [Select]
return false;
// Spoofchecker is part of ext-intl (requires ICU >= 4.2)
$checker = new Spoofchecker();

DONE! your mail is working again! BUT NOTE: No Spoofing will be checked!

Hope Roundcube team solve that soom.

for records, i have tryed the folowing version f PHP: 7.2.34 and PHP 7.3.27, both same error! 7.3.x and up wont works for me, because i need  --with-interbase

2
E-Mail / Re: Roundcube: Unable to connect to the database!
« on: October 06, 2021, 07:02:14 PM »
Still with error.

try to run
Code: [Select]
/scripts/mail_roundcube_update
curl -sS 'http://static.cdn-cwp.com/files/mail/mysql.initial.calender.sql'|mysql --defaults-extra-file=/root/.my.cnf roundcube
curl -sS 'http://static.cdn-cwp.com/files/mail/mysql.initial.tasklist.sql'|mysql --defaults-extra-file=/root/.my.cnf roundcube

3
E-Mail / Re: Roundcube: Unable to connect to the database!
« on: October 06, 2021, 06:35:27 PM »
Same error! roundcube only show this message.

DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.

4
Hi, thanks for your attention.

Today i have tryed CWP7 to CWP7 again, this time works, but remain problems...

At e-mail accounts, all accounts have size as "Used 0MB", altough all e-mail is available over webmail, so only showing used size is wrong.

Try to fix that too, so i will import accounts again.

5
Hi...

I have 3 account on (CWP 7) and im trying to migrating it to a new server ( CWP 7 too ), but it can sucessfull migrate only 2 accounts, remain account can be migrated, also i cant restore backups from working server, found only option to restore daily/week/month backps and this wont works too, there is a way to retore a full fresh backup created?

Server credentials are ok, i can delete/remove accounts o new server, then migrate again and all works fine, except for one account! it stucks on Create Backups.

Note: On source server, it receives and accepts SSH connections, but destination server closes session i already changed loge level to debug 3 and it tell the same, then repeats this process all the time "looks likes wrong password or credentials, but is not"

May 24 13:39:55 0.0.0.0 sshd[7672]: Accepted publickey for root from 1.1.1.1 port xxxxx ssh2: RSA SHA256: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
May 24 13:39:55 0.0.0.0 sshd[7672]: pam_unix(sshd:session): session opened for user root by (uid=0)
May 24 13:39:56 0.0.0.0 sshd[7672]: Received disconnect from 1.1.1.1 port xxxxx:11: disconnected by user
May 24 13:39:56 0.0.0.0 sshd[7672]: Disconnected from 1.1.1.1 port 36322
May 24 13:39:56 0.0.0.0 sshd[7672]: pam_unix(sshd:session): session closed for user root

How can i see migration logs?
How can i restore a full backup on cwp admin or user web page?
How can i manualy copy e-mail accounts from old server to new one ?

Any hel will be apreciated!

Pages: [1]