![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I followed the directions provided by bluehost to setup roundcube but no matter what I do I am getting the same error. This is my primer to msql and myphpadmin so it could be something obvious that I just do not know any better. So here are the instructions I followed to the letter:
http://helpdesk.bluehost.com/kb/inde...root=22&id=302 So by using the tutorial along with the others I found I am still getting this in my error log: [20-Aug-2006 01:40:34 -0600] DB Error: DB Error: insufficient permissions in /home/cajunfab/public_html/rc/program/include/rcube_db.inc on line 105 here is my db.inc.php: /* +-----------------------------------------------------------------------+ | Configuration file for database access | | | | This file is part of the RoundCube Webmail client | | Copyright (C) 2005, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ */ $rcmail_config = array(); // PEAR database DSN for read/write operations // format is db_provider://user assword@host/databse// currentyl suported db_providers: mysql, sqlite $rcmail_config['db_dsnw'] = 'mysql://cajunfab_brandon asswordhere@localhost/cajunfab_myroundcube';// postgres example: 'pgsql://roundcube ass@localhost/roundcubemail';// sqlite example: 'sqlite://./sqlite.db?mode=0646'; // PEAR database DSN for read only operations (if empty write database will be used) // useful for database replication $rcmail_config['db_dsnr'] = ''; // database backend to use (only db or mdb2 are supported) $rcmail_config['db_backend'] = 'db'; // maximum length of a query in bytes $rcmail_config['db_max_length'] = 512000; // 500K // use persistent db-connections $rcmail_config['db_persistent'] = TRUE; // you can define specific table names used to store webmail data $rcmail_config['db_table_users'] = 'users'; $rcmail_config['db_table_identities'] = 'identities'; $rcmail_config['db_table_contacts'] = 'contacts'; $rcmail_config['db_table_session'] = 'session'; $rcmail_config['db_table_cache'] = 'cache'; $rcmail_config['db_table_messages'] = 'messages'; // you can define specific sequence names used in PostgreSQL $rcmail_config['db_sequence_users'] = 'user_ids'; $rcmail_config['db_sequence_identities'] = 'identity_ids'; $rcmail_config['db_sequence_contacts'] = 'contact_ids'; $rcmail_config['db_sequence_cache'] = 'cache_ids'; $rcmail_config['db_sequence_messages'] = 'message_ids'; // end db config file ?> now in my main.inc.php the only thing i changed was from the instructions at bluehost: Find this line: $rcmail_config['enable_caching'] = TRUE; And change the word TRUE; to FALSE; Find this line: $rcmail_config['default_host'] = ''; Between the two single quotations type mail.yourdomain.com |
|
#2
|
|||
|
|||
|
[20-Aug-2006 01:40:34 -0600] DB Error: DB Error: insufficient permissions in /home/cajunfab/public_html/rc/program/include/rcube_db.inc on line 105
cajunfab_brandon has insufficent privileges on cajunfab_myroundcube
__________________
irc://irc.freenode.net:6667/#roundcube |
|
#3
|
|||
|
|||
|
well the was checked as "All" for permissions, I manually checked each one and now it let me login. When I try to view an email I get a blank website though, nothing at all shows up.
![]() |
|
#4
|
|||
|
|||
|
Hi, I'm new to roundcube and I'm having the same problem.
I've finally got to the point where it gives me the login screen (I've spent two days trying to get rid of the database connection error) and now get a 405 error after I login. Anybody know what to do next? |
|
#5
|
|||
|
|||
|
as told in http://roundcubeforum.net/forum/inde...sg2183#msg2183 FLUSH PRIVILEGES; could be good idea.
__________________
irc://irc.freenode.net:6667/#roundcube |
|
#6
|
|||
|
|||
|
@Harry
Error Code 405 ![]() Quote from the RFC: Quote:
especially Quote:
|
|
#7
|
|||
|
|||
|
Thanks for the reply.
I've installed it in a subdirectory in the wwwroot. It's hosted on my home server which I built so there is a very good chance that the server is misconfigured. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |