• Help! I’m getting a fatal error.

    I’m using the most simple shortcode: [cdbt-edit table="contacts" limit_items="1"]

    But I’m getting this error:
    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 80 bytes) in ../custom-database-tables/lib/shortcodes/cdbt-edit.php on line 364

    I have no clue why this is. It is a ‘large’ database (19000 records) but it shouldn’t be that hard..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ka2

    (@ka2)

    Thank you for your inquiry.

    You should enable ajax loading option in the shortcode (of view/edit), if you want to handle the table that has large data via shortcode.
    Please modify your shortcode to as follows:

    [cdbt-edit table="cantacts" limit_items="1" ajax_load="true"]

    Thank you,

    • This reply was modified 8 years, 2 months ago by ka2.

    Hi

    [cdbt-edit table=”wp_ticketissue” csid=”12″]

    update option is moving to admin screen

    Hi

    [cdbt-edit table=”wp_ticketissue” csid=”12″]

    update option is moving to admin screen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error in cdbt-edit on line 364’ is closed to new replies.