Hi Dan, thanks for the quick reply.
As per the link you sent I have disabled line 82 @ /usr/local/cpanel/base/roundcube/program/include/main.inc - still no change in behaviour. ;( RC Version; RCMAIL_VERSION', '0.1-20060220 cPanel Versions; WHM 10.8.0 cPanel 10.8.1-C112 <http://202.157.179.137:2086/scripts2/upcpform> Fedora i686 - WHM X v3.1.0 MySQL; I've had a look at the identities and user tables. mysql> select * from identities; +-------------+---------+-----+----------+---------+--------------+-------------------------+----------+-----+-----------+ | identity_id | user_id | del | standard | name | organization | email | reply-to | bcc | signature | +-------------+---------+-----+----------+---------+--------------+-------------------------+----------+-----+-----------+ | 1 | 1 | 0 | 1 | | | [EMAIL PROTECTED] | | | | | 2 | 2 | 0 | 1 | | | [EMAIL PROTECTED] | | | | | 3 | 3 | 0 | 1 | | | [EMAIL PROTECTED] | | | | | 4 | 4 | 0 | 1 | | | [EMAIL PROTECTED] | | | | | 5 | 5 | 0 | 1 | | | [EMAIL PROTECTED] | | | | | 6 | 6 | 0 | 1 | michael | | michael@ | | | | +-------------+---------+-----+----------+---------+--------------+-------------------------+----------+-----+-----------+ This is the more interesting part since there seems to be one user who has his pref. set - except he doesn't have any details associated with the account: mysql> select * from users; +---------+-------------------------+-----------+-------+---------------------+---------------------+----------+---------------------------------------------------------------------------------------------+ | user_id | username | mail_host | alias | created | last_login | language | preferences | +---------+-------------------------+-----------+-------+---------------------+---------------------+----------+---------------------------------------------------------------------------------------------+ | 1 | [EMAIL PROTECTED] | localhost | | 2006-03-17 20:37:42 | 2006-03-20 15:02:00 | en_US | | | 2 | [EMAIL PROTECTED] | localhost | | 2006-03-17 20:43:55 | 2006-03-17 20:43:55 | en_US | | | 3 | [EMAIL PROTECTED] | localhost | | 2006-03-17 21:11:37 | 2006-03-17 21:11:37 | en_US | | | 4 | [EMAIL PROTECTED] | localhost | | 2006-03-18 02:33:27 | 2006-03-18 02:33:27 | en_US | | | 5 | [EMAIL PROTECTED] | localhost | | 2006-03-18 09:59:06 | 2006-03-20 15:16:01 | en_US | | | 6 | michael | localhost | | 2006-03-20 14:19:00 | 2006-03-20 14:19:00 | en_US | a:4:{s:8:"timezone";d:10;s:8:"pagesize";i:40;s:11:"prefer_html";b:1;s:10:"prettydate";b:1;} | +---------+-------------------------+-----------+-------+---------------------+---------------------+----------+---------------------------------------------------------------------------------------------+ Dan On Mon, 2006-03-20 at 15:36 +1100, Dan Schaper wrote: Which version of RC have you installed? 1.0b? If so, have you installed the two diff patches that are referenced at http://sourceforge.net/forum/forum.php?forum_id=543557 <http://sourceforgenet/forum/forum.php?forum_id=543557> ? Also, do you have main.inc.php set to allow the creation of new users? One other thing to look at, which database program are you using? Can you browse your sql database and see if there are any users stored in the database? On 3/19/06, Buchner, Daniel <[EMAIL PROTECTED]> wrote: Hi, I've just recently installed roundcube on a Fedore Core 4 systems running the latest version of cPanel. All is well in terms of using roundcube except I don't seem to be able to save preferences. I have had a quick look around but am unable to find any obvious errors in error log. Now, given that roundcube is installed on a cPanel system, which requires a bit of mucking around, I realise it is a long shot contacting the mailing list - though perhaps I am lucky and somone has come across this before. Install $dir: /usr/local/cpanel/base/roundcube Able to access /webmail via cPanel or with the use of cPanel proxy via webmail.domain.com Either way of accessing roundcube has the same affect in that I can't save, time-zone or any of the other preferences. Error in browser: The server was not able to find the document (/roundcube/) you requested. Please check the url and try again. You might also want to report this error to your webhost. No errors in /usr/local/cpanel/base/roundcube/logs/errors No errors in /usr/local/apache/domlogs/webmail.domain No errors in apache-ssl or apache access/error logs Any thoughts/ideas? rgs, Dan -- Dan Schaper Daniel Buchner BigPond Operations Desk: +61 2 8255 0618 Mobile:+61 428 225 476 Email: [EMAIL PROTECTED] The information transmitted in this document is intended only for the person or entity to whom it is addressed. It may contain confidential or privileged material. Any review, retransmission, dissemination or other use or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete all copies of the material.
