• Resolved robertofelter

    (@robertofelter)


    This is the error shown with debug true.
    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home/felter/montichiari.info/wp-content/plugins/pods/classes/Pods.php on line 1711

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32768 bytes) in /home/felter/montichiari.info/wp-admin/includes/file.php on line 1805

    The same problem when i try to modify the page form the backend.
    The page has two shortcode inside:
    [pods name=”classe” orderby=”@title ASC” limit=”-1″ template=”filtro classe” ]

    [pods name=”attivita” orderby=”@title ASC” limit=”-1″ template=”Block” ]

    If i disactive the plugin i can modify the page that show the shortcode how text.

    Always was fine until few days ago.
    I had installed the modern events calendar lite but all was ok and i have the test site with both installed that are ok.
    Now i have remove the modern events calendar for try but nothing changed.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    same problem here. As soon as i allow pods templates to use shortcode i get the error, that the memory is exhausted. Tried to up the memory limit but had no success.

    Anyone got a solution for this?

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hello @robertofelter

    Looking at your shortcode I see an error at @title. This isn’t correct. What kind of pod is it?
    If it’s a Post then you should use t.post_title.

    Other than the above, it sounds like you might have a theme/plugin conflict: https://docs.pods.io/faqs/plugin-theme-conflicts/

    Cheers, Jory

    Thread Starter robertofelter

    (@robertofelter)

    hi @keraweb and thanks for the answer.
    The shortcode with my format have created the correct list activity until a few days ago.
    Your format show a database error. Now I have removed orderby from the shortcode while i do the test.
    I had used health check plugin, with only Pods active and a standard template and the frontend page show the featured image and this error:
    Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/felter/montichiari.info/wp-content/plugins/pods/classes/Pods.php on line 2172,
    otherwise if at the backend i try to modify the page that have the shorcodes inside, wordpress show a critic error.
    If i disable the pods plugin i can modify the page.

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @robertofelter

    Hmm, this could be a difficult one to debug.
    Could to file a full bug report on github and provide all info so we can try to reproduce/find the issue?
    https://github.com/pods-framework/pods/issues/new?template=bug_report.md

    Cheers, Jory

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error Allowed memory size’ is closed to new replies.