Closed Mayuresh-22 closed 10 months ago
Hey @Mayuresh-22 ! I'm interested in fixing this issue. Please assign this issue to me.
I would like to fix this issue. Please assign it to me under hacktoberfest.
@Mayuresh-22 I can fix this issue. I have experience fixing various css responsiveness issues for various websites. So please assign it to me
Hey @Mayuresh-22 ! I'm interested in fixing this issue. Please assign this issue to me.
Hey, I am assigning this issue to you @saffi-786
I would like to fix this issue. Please assign it to me under hacktoberfest.
Hey @Ahnaf-codes, I'll surely create new issues in this repo and will assign it to you. I guarantee you that you'll not find short of quality issues in this repo.
I would like to fix this issue. Please assign it to me under hacktoberfest.
Hey @yashi-15 , I'll surely create new issues in this repo and will assign it to you. I guarantee you that you'll not find short of quality issues in this repo for Hacktoberfest 2023
@Mayuresh-22 can you plz help solving this as I don't have much knowledge of PHP or MySQL. I have to access the account page to modify the CSS styling of the send message button
@Mayuresh-22 can you plz help solving this as I don't have much knowledge of PHP or MySQL. I have to access the account page to modify the CSS styling of the send message button
Hey @saffi-786, the error you are facing is because of the misconfiguration between password mentioned in the connection.php file and the password of MySQL.
But have downloaded and installed the XAMPP server?
Yes, Sir, I have downloaded and installed the XAMPP server, and it's showing the same error on the browser when I enter a username on the search field in the accounts.php Do I need first to register to view all the pages?
Yes, Sir, I have downloaded and installed the XAMPP server, and it's showing the same error on the browser when I enter a username on the search field in the accounts.php Do I need first to register to view all the pages?
Ohkay,
1) Open your connection.php file from db folder. 2) Change the $user variable value to root (in string double quotes) 3) Change the $pswd variable value to "" (Empty string) 4) Start your xampp server and start Apache and MySQL (every time you work on this project)
5) Go to http://localhost/phpmyadmin/ and click on "new" option from left side bar. 6) Enter minglr and press create 7) Press import option from top bar and chose the .sql file from the db folder and click Import
Now you are done option project in the browser create a new account and you are done. I know these steps are a bit tricky but even if you face any issue I am there for you.
It's showing this error.
It's showing this error.
Start MySQL in XAMPP
I'm getting this error when I'm starting the MySQL
Have you previously installed any MySQL server on your machine?
Yes I installed MySQL on my system some days back
Yes, it's causing the issue because MySQL by default works on port 3306. So I suggest you change the port number of MySQL in XAMPP (which will not affect other MySQL servers)
1) Open your XAMPP server
2) Click on the "Config" option of the MySQL module & click on my.ini (Shown below)
3) Open with any text editor, now wherever you see 3306 change it with a new port number (here, 3307) throughout the file.
And you are done hopefully, this will solve your issue. (I suggest you update the git repo that you have cloned on your machine because different changes were made to the repo)
I changed the MySQL port. Now MySQL is running, but it is still denying access on http://localhost/phpmyadmin/
Hey @saffi-786, I guess I missed one step, change the port 3306 also in php.ini file. (Shown below)
(Change throughout the file, make sure the port number is the same as mentioned in my.ini file)
Followed the above steps Still the same error
You can try removing the previously installed MySQL server.
Anyone working on this?
hey bro, I was looking at your project and found it very interesting.
if the task is not completed, could you please assign it to me
hey bro, I was looking at your project and found it very interesting.
Thank You so much for your words @abneribeiro
I would be interested to resolve the issue incase nobody has been assigned.
I am ready to solve this issue if the issue has not been assigned or solved yet
Hey @KhushiAgarwal-01, SWOC hasn't started yet and will be starting from the 1st of Jan but still, you can get familiar with the codebase and I am sure you'll get something to work on.
@pankhuri92 I am assigning this issue to you, start working on it. Feel free to contact me if you need help setting up the project on your local machine.
Thanks a lot @Mayuresh-22 ! Will keep you updated.
@Mayuresh-22, I would like to bring in to ur info that the send message button is not appearing as I went through the site. I figured its because of some error in if condition part.
@Mayuresh-22, I have fixed the issue related to responsiveness of the send message button. Kindly review and accept the pr. I have ensured in all three mobile versions.
Okay @pankhuri92, I'll check that out.
This issue has been successfully solved by @pankhuri92 under SWOC S4 2024
Description
Currently Send Message button looks perfect for Desktop view, but not for mobile. This button should be responsive inorder to look great on mobile devices.
(In order to work on this issue firstly setup project on your local machine, and register/login to look for "Send Message" button on the profile page of other users.
Screenshots
Mobile View
Desktop View