Results 1 to 6 of 6

Thread: Tables are not created. SugarCrm 4.0.5b

  1. #1
    dgradim is offline Junior Member
    Join Date
    Sep 2006
    Posts
    2

    Exclamation Tables are not created. SugarCrm 4.5.0b

    Hi,

    I hade a problem when sugar try to create the tables and I didn't get any error message.
    In the first page I get that everything is ok.

    Fedora Core 5
    PHP 5.1.2 + php-mysql - php-jon - php-imap - php-cURL-php-mbstring (I made an downgrade of my PHP 5.1.4 to the actually version)
    MySql 5.0
    Apache 2
    SugarCrm 4.5.0b

    SugarCrm creates an database surgarcrm totally empty.

    Does anyone got the same problem?

    Daniela
    Last edited by dgradim; 2006-09-19 at 02:11 PM.

  2. #2
    sanjaykatiyar1's Avatar
    sanjaykatiyar1 is offline Sugar Community Member
    Join Date
    Feb 2006
    Location
    Bangalore
    Posts
    600

    Default Re: Tables are not created. SugarCrm 4.0.5b

    Try to create the database from mysql and give all permission to one user on this database then use
    these values in the sugar installation.
    Sanjay Katiyar
    iPhone and Android solutions http://www.apptility.com

  3. #3
    dgradim is offline Junior Member
    Join Date
    Sep 2006
    Posts
    2

    Default Re: Tables are not created. SugarCrm 4.0.5b

    I have tried to create the database by mysqladmin and it works fine. I grant all permissions to one user and it works fine to login by mysql. But when I run the install script NO TABLES appear.

    This is what is displayed:

    Step 7: Perform Setup SugarCRM
    Creating Sugar configuration file (config.php)

    Creating Sugar application tables, audit tables, and relationship metadata...

    Creating the database sugarcrm on localhost...done
    Creating the Database username and password...done

    ------
    At this time I tried to recreate the databse from inside the install script.

    SELINUX is turned off. No error messages at all. No errors in the install script before.

    Anyone who can help?

  4. #4
    jengle is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    11

    Default Re: Tables are not created. SugarCrm 4.0.5b

    SugarSuite 4.5.0b
    PHP Version 5.1.2
    MySQL - 5.0.18
    SUSE 10.1
    Apache 2.2

    Brand new install, exact same issues at Wizard Step 7. phpmyadmin can create databases and tables using the same user and host. sugarcrm database is created with no tables.

    Creating Sugar configuration file (config.php)

    Creating Sugar application tables, audit tables, and relationship metadata...

    Creating the database sugarcrm on localhost...done
    Creating the Database username and password...done

    then nothing, no error..

  5. #5
    chrispope is offline Junior Member
    Join Date
    Sep 2006
    Posts
    1

    Default Re: Tables are not created. SugarCrm 4.0.5b

    check out the thread titled "upgrade to 4.05b error" by Talya. Solved my issue immediately.

  6. #6
    jengle is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    11

    Default Re: Tables are not created. SugarCrm 4.0.5b

    Thanks chrispope, that fixed the problem. To summarize for anyone else who happens by here with this problem:

    Edit your php.ini:

    memory_limit = 64M
    ; Maximum size of POST data that PHP will accept.
    post_max_size = 50M
    ...
    ; Maximum allowed size for uploaded files.
    upload_max_filesize = 50M

Thread Information

Users Browsing this Thread

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

Bookmarks

Posting Permissions

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