Closed SusheelThapa closed 1 year ago
Go Ahead! I have assigned the issue to you @SusheelThapa .
Work on a new branch with the feature as the branch name.
When you create a pull request, request review from @qaidjoharj53 @rohitagr0310 , @jain-anshika .
@qaidjoharj53 @rohitagr0310 @jain-anshika
I am facing such issue while registering.
I am on linux so i have used docker to run the project
@qaidjoharj53 @rohitagr0310 @jain-anshika
I am facing such issue while registering.
I am on linux so i have used docker to run the project
You would get the same error if you were using XAMPP, this happens because the author of project hasn't provided us with a database dump - see #9. To fix this, the author should make a dump of his database and provide it to the repo. The next step would be writing a PHP file that gets called once someone opens the index.php the first time, so the data can get imported.
The problem @SusheelThapa was talking about was fixed in the #15 PR, it now only needs to be merged.
If you have already tried starting the container before the fix, you'll need to pull the changes after #15 was applied and then rm -rf database
in the root of the project before starting it another time :)
This can't be done properly with the current state. I mean you could organize the files in folders, but it wouldn't clean the repo up since PHP and HTML are mixed in the PHP files. It would only make sense if you'd split the code into separate files :)