Jump to content
  • ACP Admin > Tags = error 500


    When I try to go to : /admin/?app=core?module=discovery@controller=tags

    I get an 500 error

    PHP errors logs say :

    PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 3677080 bytes) in /home/damien_prod/Internazionaleprod/public_html/applications/cms/modules/front/database/record.php on line 403

     


    User Feedback

    Recommended Comments

    SoloInter

    Posted

    Yes self hosted.

    Yes LOT of tags.

    I get the same kind of error when I try to open an article from a database with a LOT (20K) of article.

    SoloInter

    Posted

    I just checked :

    SELECT * FROM `ibf_core_tags` = 68171 rows

     

    Could contain: Page, Text

    I changed for 512M memory limit ?

    SoloInter

    Posted

    I tried with 512, 1024, 2048. It's always not enough :

    This is the 500 error php I get when I tried to open an article from Pages.

    [21-Oct-2024 09:16:58 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 9934720 bytes) in /home/damien_prod/Internazionaleprod/public_html/applications/cms/modules/front/database/record.php on line 403
    [21-Oct-2024 09:19:29 UTC] PHP Fatal error:  Allowed memory size of 1073741824 bytes exhausted (tried to allocate 14042600 bytes) in /home/damien_prod/Internazionaleprod/public_html/applications/cms/modules/front/database/record.php on line 403
    [21-Oct-2024 09:21:00 UTC] PHP Fatal error:  Allowed memory size of 2147483648 bytes exhausted (tried to allocate 19965088 bytes) in /home/damien_prod/Internazionaleprod/public_html/applications/cms/modules/front/database/record.php on line 403

     

    SoloInter

    Posted

    Do you have a lot of tags ?
    It's resolve in the next beta release. It's because pagination need to be active.


×
×
  • Create New...