therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
839 stars 444 forks source link

Freshinstall (automated) #227

Closed mattish91 closed 5 years ago

mattish91 commented 5 years ago

So i were supposed to do a fresh install of this login system and got the following error on 60%

An error occurred: SQLSTATE[HY000]: General error: 1359 Trigger already exists

much appreciated if someone got a solution to this issue.

[EDIT] Made it with the manual install (much easier) also since i got two login systems on the same server i got some login issues with the fresh installed one, i can't seam to login (SQLSTATE issue) also when i login to the first install that is working 100% im logged in to the new system as far as i can see there is an issue with the cookie? I have never had this issue before so it's it's kind of hard to trouble shoot and pinpoint exactly what got wrong, i also have some issues with permissions since it can't verify my auth. ^^

SQLSTATE[HY000] [1045] Access denied for user 'hosting'@'localhost' (using password: YES)

[EDIT2] Never mind xD I totally failed the connection to the DB by copying over the dbconfig.php to the root install dir.

This is what happens when you code for 40+ hours straight. Goodnight xD