ajayrandhawa / User-Management-PHP-MYSQL

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.
224 stars 152 forks source link

images folder #2

Closed meetmec12 closed 4 years ago

meetmec12 commented 5 years ago

Nice code. You omitted the images folder in the core code. This echo few error on sign up and rendered picture upload ineffective . Simply creating images folder solves the issue

Ramius1701 commented 5 years ago

This corrects one of the signup issues 👍

seanlacoursiere commented 5 years ago

Hi so where did you create the folder? Did you simply create an image folder on the root?

pebwindkraft commented 5 years ago

just added the images folder in the root of the UserMgmt folder (parallel to admin, css, js or vendor). Registering a user works, and the avatar file can be seen in the images directory.

ajayrandhawa commented 4 years ago

Create Images folder in root, solve signup problem