Joomla 2.5 :: Redirects Error 500 (Internal server Error) page when loging with invalid username and password

I faced this issue when migrating my local joomla 2.5 installation to test server. It works fine when logging with correct username and passwords. Then I have checked in error_log and found issue.

PHP Warning:  fopen(path_to_log/logs/error.php): failed to open stream: No such file or directory in 
new_server_path/libraries/joomla/log/loggers/formattedtext.php on line 248

Then I have checked in back end and changed path to log folder as follows.


Comments

Popular posts from this blog

Laravel Sail on Windows issue - "cmdlet Invoke-WebRequest at command pipeline position 1"

Laravel 10 - Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (Connection: mysql, SQL: alter table `users` add unique `users_email_unique`(`email`))