• Resolved kojak711

    (@kojak711)


    I have a CPT created and am trying to add a custom admin column but when I select the ‘Custom Field’ type from the ‘Type’ drop-down on the ‘Add Column’ screen I immediately get a fatal error.

    Sometimes the error is “Fatal error …/plugins/codepress-admin-columns/classes/storage_model.php414” and other times it’s “Fatal error …/plugins/codepress-admin-columns/classes/column/post/actions.php7”.

    https://ww.wp.xz.cn/plugins/codepress-admin-columns/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kojak711

    (@kojak711)

    I resolved this by increasing the memory limit for WP. I added the following to wp-config.php:

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Plugin Author Jesper van Engelen

    (@engelen)

    Thanks for your report! Did this error message always occur with the same notification (“Fatal error …/plugins/codepress-admin-columns/classes/storage_model.php414”), or did it differ? If the underlying problem resides in Admin Columns itself, we’ll have to look into that :-). Generally speaking though, anything less than 64M of memory is often insufficient for WordPress.

    Thread Starter kojak711

    (@kojak711)

    Sometimes it gave the error “Fatal error …/plugins/codepress-admin-columns/classes/column/post/actions.php7”.

    I discovered that the cause of the error was a memory issue by looking at the server response in the dev tools console in Google Chrome.

    Since I increased the WP memory limit it’s been working flawlessly.

    Thanks for the response! And love this plugin!

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

The topic ‘Fatal error when selecting column 'Custom Field'’ is closed to new replies.