• Clicking on settings gives a 500 error, or when on the server

    wpmem_use_ssl() is deprecated. Use wpmem_force_ssl() instead

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    The only reason that might cause a 500 error is if your error log has become too large. The function still exists in the plugin but is not yet obsolete. I would check your debug log (in wp, that’s generally wp-content/debug.log) and if it has grown large, empty out old entries.

    Thread Starter richardurban

    (@richardurban)

    There is no debug file. WP_DEBUG is set to false
    define( 'WP_DEBUG', false );

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

The topic ‘Depracated command causes 500 error’ is closed to new replies.