SreelalChalil / Online-Job-Portal

Online Job Portal project is web application built using PHP, MySQL as backend and HTML JavaScript & Bootstrap as Frontend technologies. Note that this software is developed as an academic project.
https://github.com/Sreelal-c/Jobboard-backend
GNU General Public License v3.0
100 stars 81 forks source link

can't create account #12

Closed samizy closed 8 years ago

samizy commented 8 years ago

am having difficulties registering as a 'job seeker' or 'employer'. i get this error: error code:404. error message:not found.

country, state and city not fetching from database.

SreelalChalil commented 8 years ago

You should first import the sql files 'location.sql' and 'jobportal.sql' using phpmyadmin or alternative. I may solve your problem.

samizy commented 8 years ago

i already imported the sql files but it still not working. i still get this error : "error code:404. error message:not found" each time i click on "jobseeker" or "employer"

i cannot select location, its not fetching the options from the database. please how do i solve this problem? thanks.

SreelalChalil commented 8 years ago

Have you changed the username and password of your database in "location/classes/dbconfig.php" file?

samizy commented 8 years ago

yes its now working, but i get this error: Unknown column 'admin' in 'where clause' when i try to log in to the admin page

SreelalChalil commented 8 years ago

Admin login is working though its functions are incomplete. Need to check for this issue!