Page MenuHomePhabricator

Can't sign in / create user
Closed, DeclinedPublic

Description

Author: adam82

Description:
I have installed MediaWiki for the first time, I can access the front end and create articles,
however, I can't access the create user page / sign in page. I get the following error:

Warning: main(UserMailer.php): failed to open stream: No such file or directory
in /home/adamlewi/public_html/londonguide/wiki/includes/SpecialUserlogin.php on line 11

Fatal error: main(): Failed opening required 'UserMailer.php'
(include_path='.:/home/adamlewi/public_html/londonguide/wiki:/home/adamlewi/public_html/londong
uide/wiki/includes:/home/adamlewi/public_html/londonguide/wiki/languages')
in /home/adamlewi/public_html/londonguide/wiki/includes/SpecialUserlogin.php on line 11

Any ideas?

Thanks
Adam


Version: 1.4.x
Severity: normal
OS: Windows XP
Platform: PC
URL: http://www.londonguide.co.uk/wiki

Details

Reference
bz3148

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:46 PM
bzimport set Reference to bz3148.
bzimport added a subscriber: Unknown Object (MLST).

Warning: main(UserMailer.php): failed to open stream: No such file or directory

Looks like you are missing the UserMailer.php file in your ./includes/ .
Check that it exists and can be accessed by your webserver. Eventually reinstall
the file and use a chmod a+r so apache can read it.