Control Web Panel

WebPanel => E-Mail => Topic started by: netedge on August 28, 2015, 05:36:00 PM

Title: Unable to create Email account
Post by: netedge on August 28, 2015, 05:36:00 PM
Hi,

I am using CWP I am not able to create email account using root user as well as web user, recently i have upgraded mysql 5.5 to 5.6 so there is any chance to problem with mysql? please help me so solve this problem.
Title: Re: Unable to create Email account
Post by: anuradhan on August 30, 2015, 01:53:37 PM
i have the same problem.
anyone got a fix here.

Note: my problem also starts after mysql upgrade.

please help.
Title: Re: Unable to create Email account
Post by: teddie2306 on September 01, 2015, 05:02:03 AM
Hi,

I am using CWP I am not able to create email account using root user as well as web user, recently i have upgraded mysql 5.5 to 5.6 so there is any chance to problem with mysql? please help me so solve this problem.

me too unable to add an email account.. are u still unable ?
Title: Re: Unable to create Email account
Post by: Igor S. on January 07, 2016, 06:47:28 AM
Hi all.

The CWP does not have officially support MySQL higher 5.5.x .
Try to run SQL code:
Code: [Select]
ALTER TABLE roundcube.users MODIFY alias varchar(128) null;