Home » Course » WordPress Membership Sites » Member login and account management » Creating Custom Login Forms in WordPress
1.I registered a new user.
2.I logged in again.
3.The screen has moved to a page where you have an account or you don't.
4.I have already chosen who has an account.
5.Toolset's 「Creating Custom Login Form」 page worked and displayed a screen asking for Username( or Email) and password input screen.
6.Enter the correct Username and Password
7.Unknown error cannot be logged in with the display
I would like to ask for support in resolving the above error.
It will be the current error log.
--------
[Tue Apr 25 14:34:29.241524 2023] [:error] [pid 414093] mod_mruby ERROR ap_mrb_raise_error: mrb_run failed: [TYPE: FILE] [CACHED: DISABLE] mruby raise: /etc/apache2/scripts/site.rb:253: arena overflow (RuntimeError)
--------
I tried to check the config.php file
----------------------------
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);
---------------------------
I couldn't find the above line.
Instead, my server had a console that confirmed the error log, so I crucified it.
I wrote the code below in the wp-config.php file.
----------------------
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) .'/error_log.txt');
------------------------
Then I tried to log in at the front end.
But the error_log.txt file was not represented and of course no error log was recorded.
Currently I have deleted the above code from the wp-config.php file.
I can't do any further work.
I'm sorry, but I would like to ask for support.
I'm sorry. I forgot to remove the site guard.
I'm really sorry.
※I contacted the server company and asked for a php debug log acquisition, but I was completely refused.
I also use kinsta, but I'm always amazed by the difference in quality of service. I close to the poor service of server companies in Japan.
In conclusion, my problem seems to have been solved this morning.
I was able to complete all the haze once I had made a series of account registration moves again.
I don't know if it's a problem with the PC itself, but the designed movement worked correctly.
I am sorry that you have caused a great deal of trouble.
By the way, I tried to implement a plugin for error log output, and the error log was displayed as zero.
This plugin was called 「 Error Log Monitor 」. It looks like a reliable plugin.
I'm currently asking questions in the log-in and log-out parts soon, so I look forward to your support in the future.