• Resolved quintingsnj

    (@quintingsnj)


    Hi there. Once in a while, while adding an event, we get an error 500 page up. The event gets created, and hitting F5 refreshes the page with no error. It only happens sometimes, so it is not consistent.

    Any ideas and help would be appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @quintingsnj,

    It seems that you have a problem with PHP memory limit, please increase the memory limit to 256MB or more if necessary. Open your wp-config.php which is located in the root WordPress directory. Then add the following lines:

    define('WP_MAX_MEMORY_LIMIT', '256M');
    ini_set('memory_limit','256M');

    Sincerely,
    Ben

    Thread Starter quintingsnj

    (@quintingsnj)

    Thanks! That seems to have been it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 500’ is closed to new replies.