• Hello,

    When I click on users, it allows me to see a user profile but when I click on the Extended Fields tab, I get the following error…

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 289582 bytes) in /home/osbn/public_html/pages/wp-includes/functions.php on line 345

    Kindly let me know how to fix this fatal error.

    Regards,
    Grace

Viewing 1 replies (of 1 total)
  • Plugin Author donmik

    (@atallos)

    This is an error from your php configuration or server. You can try add this line to your wp-config.php:

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

    Or contact your web hosting.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom fields causing and error message’ is closed to new replies.