therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
839 stars 444 forks source link

Getting Error xER41300 #212

Open eliargon opened 6 years ago

eliargon commented 6 years ago

Hello, I Just installed the code following the instructions on your page. (git, composer and automatic installation). When trying to log into the page, I got the following error: Server Error: Please contact site administrator at eliargon@gmail.com and relay this error - xER41300

I can still navigate from page to page but this error keep displaying. Any idea why? FYI: I am running a local XAMPP on Windows 10 with php 7.2.7 PHP 5.6.3 would not run due to specific php7 code in some files ( authorizationhandler.php )

mattish91 commented 6 years ago

got the same issue, tho i had to use the manual installer (went fine) i can login and everything seams to work just fine tho. Documentation about xER41300?

mattish91 commented 6 years ago

According to what i can read, if email is not working, you get the error message?

File: login/misc/pullnav.php

if ($mailresult['status'] == 'true') {
            $conf->updateMultiSettings(array("email_working"=>"true"));
        } else {
            echo "<div class=\"alert alert-danger alert-dismissable\"><button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-hidden=\"true\">&times;</button>Server Error: Please contact site administrator at <a href='mailto:".$conf->admin_email."?subject=Login%20System%20Error&body=Error%20Code%20-%20xER41300'>".$conf->admin_email."</a> and relay this error - xER41300 </div>";
        }

Since im not getting any error logs in my apache log im just gonna comment this out for now and ignore it's existence ^^

atharvaunde commented 6 years ago

am also getting same issue I am using the Automated installer

talaysa commented 6 years ago

I faced same issue. Please check your credentials, especially spaces on first or last character. I had space in before first character.

mattish91 commented 6 years ago

well, even tho mail works for me now, i still have this issue persistent so im just gonna leave it commented out for now ^^