Hello,
I have the latest RC of rouncude + the latest hmailserver version (5.3.2)
I have an user woh have an adress + an alias and who want to have 2 identity.
But, even he can edit his identity, he can't make a new identity...
(http://img42.imageshack.us/img42/7509/roundcubewebmailnouvell.th.png) (http://img42.imageshack.us/i/roundcubewebmailnouvell.png/)
Why ? And how can he get two identity ?
Nothing in errors logs
Nothing in php logs
Nothing in apache logs
I use :
Hmailserver 5.3.2
Roundcube 0.3.1
Apache 2.2.10
Php 5.2.12
Mysql 5.1.43
Here are my php extensions :
* bcmath
* calendar
* com_dotnet
* ctype
* date
* filter
* ftp
* hash
* iconv
* json
* odbc
* pcre
* Reflection
* session
* libxml
* standard
* tokenizer
* zlib
* SimpleXML
* dom
* SPL
* wddx
* xml
* xmlreader
* xmlwriter
* apache2handler
* curl
* gd
* gettext
* ice
* imap
* ldap
* mbstring
* mcrypt
* exif
* mhash
* mime_magic
* mysql
* mysqli
* soap
* sockets
* tidy
* xmlrpc
* xsl
* zip
* zlib_filter
* fileinfo
* lzf
Thanks
If it not showing the forum to create a new identity its a browser problem, what browser are you using? Also check that $rcmail_config['identities_level'] in your /config/main.inc.php that is set to 0 or 1.
Same thing on firefox 3.6 and internet explorer 8
My setting is :
$rcmail_config['identities_level'] = 0;
It seem that the default skin have a problem, because, when clicking on new identity button, an horizontal scroll appear.
And when scrollin far right, the begin of a form appear, but is non usable because i can"t see other than it border.
And when using "air" skin, the form appear correctly.
EDIT : Problem solved...it was a default skin bug
To solve it, i have to edit addidentity.html and replace the content by this :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/settings.css" />
</head>
<body>
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
<roundcube:include file="/includes/settingstabs.html" />
<div id="identities-list">
<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" />
</div>
<p id="listbuttons"><roundcube:button command="add" type="input" label="newidentity" class="button" /></p>
<div id="identity-details">
<div id="identity-title"><roundcube:label name="newidentity" /></div>
<div style="padding:15px;">
<roundcube:object name="identityform" size="40" />
<p><br />
<roundcube:button command="save" type="input" class="button" label="save" />
</p>
</div>
</div>
<roundcube:include file="/includes/settingscripts.html" />
</body>
</html>
Everything work fine now
Sorry for double post, but cross test with my users and other browsers : it work fine now