Chewbaka69 / PlexShare

Web Application standalone that provide management of local users, many PlexServer and it's libraries.
https://chewbaka69.github.io/PlexShare/
GNU General Public License v3.0
93 stars 15 forks source link

Fuel\Core\PhpErrorException [ Notice ]: Undefined index: hash #5

Closed glover279 closed 5 years ago

glover279 commented 5 years ago

Describe the bug After install going to login presents Fuel\Core\PhpErrorException [ Notice ]: Undefined index: hash To Reproduce Steps to reproduce the behavior:

  1. Install the application'
  2. Go to login page

Expected behavior Website loads properly

Screenshots image

Chewbaka69 commented 5 years ago

Remove the file lock.php in fuel/app/config And after go to this URL http://yourwebsite.com/install Because on this url you have to configure some information

glover279 commented 5 years ago

Unfortunately I still get the same error

Chewbaka69 commented 5 years ago

On the url /install, your are missing some parameters. So go to the file fuel/app/config/db.php and add a line with the port you use to connect to your DB, just under the host.

Chewbaka69 commented 5 years ago

Reclone the repo with the last update

Chewbaka69 commented 5 years ago

Any other problems?

glover279 commented 5 years ago

Yeah there seem to be problems creating the tables. I got them to create once and then it didnt create the plex_user table

On Thu, Dec 6, 2018 at 11:14 AM Chewbaka notifications@github.com wrote:

Any other problems?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Chewbaka69/PlexShare/issues/5#issuecomment-444802795, or mute the thread https://github.com/notifications/unsubscribe-auth/ALLRFE9z6FmiD2ENWsySFgBSyRdkf-naks5u2OAIgaJpZM4Y1ZtM .

Chewbaka69 commented 5 years ago

On your website there is this error writen when i create tables: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'

So i think the user used to connect to the database is wrong or having not rights

glover279 commented 5 years ago

Sorry for the late response. I will give it another shot

Chewbaka69 commented 5 years ago

Do you have an other problem?