+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17

Thread: Installing on Hosting Account

  1. #11
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    Does it gives you the login screen? If it doesn't check that your database configuration is correct, if that still doesn't work then delete the RoundCube tables form the database and run the installer again.

  2. #12
    cshowe80 is offline Registered User
    Join Date
    Oct 2009
    Posts
    8
    Downloads
    3
    Uploads
    0

    Default

    I only get the second screen of the installer. Here is what I have on the 2 screens




  3. #13
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    Try removing the RoundCube database tables and use the installer again.

  4. #14
    cshowe80 is offline Registered User
    Join Date
    Oct 2009
    Posts
    8
    Downloads
    3
    Uploads
    0

    Default

    I removed them and used the mysql.initial.sql file again to create them. Maybe it is a better idea to try and let the installer create the tables?

  5. #15
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    I would see if that works.

  6. #16
    cshowe80 is offline Registered User
    Join Date
    Oct 2009
    Posts
    8
    Downloads
    3
    Uploads
    0

    Default

    I have since resolved this issue and successfully have this installed and running on my Myhosting.com hosting account. I believe they will be posting a article on how to do this on their customer wiki site located at Main Page - myhosting.com Wiki in the near future.

    The only thing I would like to suggest to the Roundcube developers is using the files in the SQL directory with a prefix of some kind to make it simpler on users with existing DBs

  7. #17
    dodger2876 is offline Roundcube Newcomer
    Join Date
    Jan 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Question

    It would be nice to know how you solved that problem as I have the same one here.

    First I created a new database in the MySQL menu of my webhoster, imported the mysql.initial.sql to create the tables and ran the installer. Both config files created properly with correct access details to the database (username, DB, password,...). But initializing the database causes this error:

    DB Schema: NOT OK(Error creating database schema: MDB2 Error: syntax error Query: _doQuery: [Error message: Could not execute statement] [Last executed query: /*!40014 SET FOREIGN_KEY_CHECKS=0 */; ] [Native code: 1064] [Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; ' at line 5] )

    Even if I drop all tables in the DB and run the installer (to maybe create the tables bit itself) does not work.

    http://img280.imagevenue.com/img.php..._122_207lo.JPG

    The DB is a MySQL 5 one.

    The advice in the install-file also does not work:
    # mysql
    CREATE DATABASE roundcubemail /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;
    GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost
    IDENTIFIED BY 'password';
    quit


    >> "#1044 - Access denied for user 'db305468_1'@'127.0.0.3' to database 'roundcubemail' "

    Can anybody help me? I am getting really frustrated and it will take not long and I will delete Roundcube.

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts