markleary / grav-plugin-loginldap

Grav LoginLdap Plugin http://getgrav.org
MIT License
5 stars 4 forks source link

Class 'Grav\Plugin\LoginLdap\Controller' not found #10

Open vuraul94 opened 7 years ago

vuraul94 commented 7 years ago

Hi, i have this problem with the plugin, when I try to login, this error is displayed:

Class 'Grav\Plugin\LoginLdap\Controller' not found

It is related with the line 230 in the file "/plugins/loginldap/loginldap.php" apparently

Any idea?

Thanks in advance

fedme commented 6 years ago

I can confirm the same issue. No answers yet?

UPDATE: Was able to solve by running composer dump-autoload inside the plugin folder

LeuchtM commented 6 years ago

@raimaj can you explain, How did you do this?

-> After I use the github-Version its work

Ahuahuachi commented 6 years ago

I think this is a confirmed bug. I too could resolve it running composer dump-autoload inside the plugin folder.

Is there any plan to resolve it?