500 Server Error on Register
-
— I evaluated this plugin, and registration worked the first user..
now i get Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I am on php7 both www and our inhouse server
user.ini isopcache.enable=1 opcache.memory_consumption=128 opcache.max_accelerated_files=4000 opcache_revalidate_freq = 240 upload_max_filesize = 3072M max_execution_time = 300 post_max_size = 4048M expose_php = Off display_errors = Off display_startup_errors = Off html_errors = Off docref_root = 0 docref_ext = 0
wp-config is
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘1024M’ );
- The topic ‘500 Server Error on Register’ is closed to new replies.