Roundcube Community Forum

 

roundcube installation problem

Started by athar48, June 16, 2008, 02:29:39 AM

Previous topic - Next topic

athar48

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.

jovas

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 :(

glynford

#2
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?

JohnDoh

Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

gbospina

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

glynford

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

gbospina

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

rathamon

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

Hope this helps.

Thanks and regards,
Randy

gbospina

hey man thank you very much, little things make big troubles, but one last question you talk about the linux clock:confused::confused::confused:

joculari

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.

zyurph

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?