Author Topic: roundcube installation problem  (Read 11083 times)

Offline athar48

  • Jr. Member
  • **
  • Posts: 10
roundcube installation problem
« 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.

Offline jovas

  • Newbie
  • *
  • Posts: 1
installation problem rcube_install
« Reply #1 on: July 03, 2008, 04:18:42 PM »
Quote from: athar48;12582
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.


hi, did u find any solution for this ??  i got the same problem... cant run the installer :(

Offline glynford

  • Newbie
  • *
  • Posts: 6
roundcube installation problem
« Reply #2 on: July 05, 2008, 03:24:10 AM »
Quote from: jovas;12778
hi, 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?
« Last Edit: July 07, 2008, 12:13:00 PM by glynford »

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
roundcube installation problem
« Reply #3 on: July 06, 2008, 10:17:29 AM »
do you have php5?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline gbospina

  • Newbie
  • *
  • Posts: 3
roundcube installation in another machine
« Reply #4 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

Offline glynford

  • Newbie
  • *
  • Posts: 6
roundcube installation problem
« Reply #5 on: July 07, 2008, 12:09:18 PM »
Quote from: gbospina;12804
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


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

Offline gbospina

  • Newbie
  • *
  • Posts: 3
installation whit mysql problem
« Reply #6 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

Offline rathamon

  • Newbie
  • *
  • Posts: 1
clock problem
« Reply #7 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

Hope this helps.

Thanks and regards,
Randy

Offline gbospina

  • Newbie
  • *
  • Posts: 3
thanks
« Reply #8 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:

Offline joculari

  • Newbie
  • *
  • Posts: 2
roundcube installation problem
« Reply #9 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.

Offline zyurph

  • Newbie
  • *
  • Posts: 6
roundcube installation problem
« Reply #10 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?