Roundcube Community Forum

Release Support => Requests => Topic started by: athar48 on June 16, 2008, 02:29:39 AM

Title: roundcube installation problem
Post by: athar48 on June 16, 2008, 02:29:39 AM
Fatal error: Undefined class name 'rcube_install' in /home/worldofo/public_html/round/installer/index.php on line 55


what is the problem

please mail me.
Title: installation problem rcube_install
Post by: jovas on July 03, 2008, 04:18:42 PM
Quote from: athar48;12582Fatal error: Undefined class name 'rcube_install' in /home/worldofo/public_html/round/installer/index.php on line 55


what is the problem

please mail me.

hi, did u find any solution for this ??  i got the same problem... cant run the installer :(
Title: roundcube installation problem
Post by: glynford on July 05, 2008, 03:24:10 AM
Quote from: jovas;12778hi, did u find any solution for this ??  i got the same problem... cant run the installer :(

My installation went smoothly. Did you have any trouble encountered while uploading the script to your server?
Title: roundcube installation problem
Post by: JohnDoh on July 06, 2008, 10:17:29 AM
do you have php5?
Title: roundcube installation in another machine
Post by: gbospina on July 06, 2008, 12:49:15 PM
hi i from colombia sorry for my english, i have two machines and i want install in one mysql database and in the other roundcube but searching mysql tables in the other machine that is posibble? because when i try the logging in says "your session not exist or expired" i need help
Title: roundcube installation problem
Post by: glynford on July 07, 2008, 12:09:18 PM
Quote from: gbospina;12804hi i from colombia sorry for my english, i have two machines and i want install in one mysql database and in the other roundcube but searching mysql tables in the other machine that is posibble? because when i try the logging in says "your session not exist or expired" i need help

Yes it is possible. You'll just have to open port 3306 on the machine where mysql resides. And you need to open config/db.inc.php and look for the following line

$rcmail_config['db_dsnw'] = 'mysql://webmail:mypass@localhost/webmail';

replace localhost with the IP or hostname of the machine hosting mysql

the format is 'mysql://dbuser:dbpass@mysqlserver/database
Title: installation whit mysql problem
Post by: gbospina on July 07, 2008, 12:19:32 PM
hi, thank you for answer my question but i dont have luck, see this step i have do it before but when i try to logging in says "the session not exist or expired", but some times works, what can i do, thank you
Title: clock problem
Post by: rathamon on September 24, 2008, 02:09:25 PM
Hello,

This is a problem with the database server and the roundcube host server's clocks not being in sync. Synchronize the database server and the roundcube server's clocks and the problem should go away.

This is issue is documented here:
#1484101 (Session Invalid or Expired post-rev337) ? RoundCube Webmail ? Trac (http://trac.roundcube.net/ticket/1484101)

Hope this helps.

Thanks and regards,
Randy
Title: thanks
Post by: gbospina on September 24, 2008, 02:47:45 PM
hey man thank you very much, little things make big troubles, but one last question you talk about the linux clock:confused::confused::confused:
Title: roundcube installation problem
Post by: joculari on September 26, 2008, 06:28:50 AM
Ok, this "Undefined class name 'rcube_install' in" error is caused by a wrong php Version. Check your ISP and make sure that you have php 5 and that .php files are connected with php 5.
Title: roundcube installation problem
Post by: zyurph on October 01, 2008, 01:30:57 PM
My cpanel says PHP version 5.2.6 and MySQL version 5.0.45 and I am getting this error:

Fatal error: Undefined class name 'rcube_install' in /home/coreysma/public_html/rc/installer/index.php on line 31

when I try:   http://install_path/installer

Does anyone have any ideas?