Results 1 to 4 of 4

Thread: Import database

  1. #1
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Import database

    When i import the database show me this error >> Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 107 bytes) in C:\xampp\htdocs\portal\typolight\install.php on line 318

    The size of the database is 118mb, i change php.ini (apache friends) setting to:

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    max_execution_time = 3000 ; Maximum execution time of each script, in seconds
    max_input_time = 3000 ; Maximum amount of time each script may spend parsing request data
    memory_limit = 384M ; Maximum amount of memory a script may consume (16MB)

    Thanks for advance
    Warcos

  2. #2
    User
    Join Date
    06-20-09.
    Posts
    115

    Default Re: Import database

    Hi warcos,
    I'm no expert but just make sure your changes to 'memory_limit = 384M' sticks.
    sometimes they get overwritten.
    then restart xampp.

    usually that does the trick. good luck.
    geung

  3. #3

    Default Re: Import database

    Hey, remember that changing the memory limit in the php.ini file you must restart apache to work correctly.
    Contao is the best CMS there is. Support your community in Spanish
    http://www.contaoespanol.com
    I do not speak English but I try to help with a translator

  4. #4
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Re: Import database

    I change the memory to 512, the database imported correctly after restart the services. Thank you very much for your comments
    Warcos

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
  •