opencats / OpenCATS

Applicant Tracking System (maintained code base)
http://www.opencats.org
Other
514 stars 243 forks source link

getting Notice with blank page during login #327

Closed GaneshKandu closed 7 years ago

GaneshKandu commented 7 years ago

Expected behavior

should login after fresh installation using default user and pass ie. admin/admin

actual behavior.

Getting this Notice Notice: Use of undefined constant LOGIN_PENDING_APPROVAL - assumed 'LOGIN_PENDING_APPROVAL' in lib/Session.php on line 778

Steps to reproduce the problem.

install OpenCATS and login with default credential admin/admin

What version of opencats are you running? WAMP or LAMP?

LAMP

attach appropriate error logs. Please attach [apache/mysql] error/access logs as needed.

Notice: Use of undefined constant LOGIN_PENDING_APPROVAL - assumed 'LOGIN_PENDING_APPROVAL' in /home/soft/public_html/manual/OpenCATS/lib/Session.php on line 778

Warning: Cannot modify header information - headers already sent by (output started at /home/soft/public_html/manual/OpenCATS/lib/Session.php:778) in /home/soft/public_html/manual/OpenCATS/lib/CATSUtility.php on line 275

log.txt error_log.txt

cptr13 commented 7 years ago

Install environment? OS and version? Local, server, or shared hosting?

Did you follow the install instructions and videos?

What version of OpenCATS did you install?

GaneshKandu commented 7 years ago
cptr13 commented 7 years ago

Try this: https://github.com/opencats/OpenCATS/issues/308

GaneshKandu commented 7 years ago

Thanks Working 👍