Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Getting Error xER41300 #212

Open
eliargon opened this issue Aug 14, 2018 · 5 comments
Open

Getting Error xER41300 #212

eliargon opened this issue Aug 14, 2018 · 5 comments

Comments

@eliargon
Copy link

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 [email protected] 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
Copy link

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
Copy link

mattish91 commented Aug 14, 2018

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
Copy link

am also getting same issue I am using the Automated installer

@talaysa
Copy link

talaysa commented Aug 30, 2018

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

@mattish91
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants