Results 1 to 7 of 7

Thread: archive too big

  1. #1
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default archive too big

    Hi,
    i have create a catalog archive.
    I inserted many rows, 93000 rows.
    On the back end on my pc catalog backend is slow, but it works.

    In the my hosting space in the catalog backend not works
    This is the error
    Code:
     PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 5 bytes) in /home/offcolli/public_html/system/functions.php on line 102
    The php parameter memory_limit is set to 32M.

    Where is the problem?!
    Thanks
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: archive too big

    You probably need to up your memory limit and script timeout (php.ini)

  3. #3
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default Re: archive too big

    Quote Originally Posted by ramjet
    You probably need to up your memory limit and script timeout (php.ini)
    Yes the problem is it.
    My hosting space have memory_limit = 32M

    I have insert php_value memory_limit 96M on .htaccess but not works. The hosting have disable this option on .htaccess

    Is possible to modify the module catalog to works?!
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: archive too big

    This has nothing to do with the catalog. Its a PHP and MySQL issue it seems.

  5. #5
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default Re: archive too big

    Thanks thyon for your responce
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  6. #6
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: archive too big

    PaoloB, you'll probably need to talk to your host, but if you can use a php ini file try including and playing with these 3 lines under [PHP]

    Code:
      max_execution_time = 30
      max_input_time = 60
      memory_limit = 128M

  7. #7
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default Re: archive too big

    Quote Originally Posted by ramjet
    PaoloB, you'll probably need to talk to your host, but if you can use a php ini file try including and playing with these 3 lines under
    Hi ramjet,
    thanks. Now i have a hosting service. Is not possible modify the php configuration. I will update to VPS service :-)
    Thanks
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

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
  •