Error: Password cannot be blank

12 posts by 4 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: 2 hours ago   (RSS)

By Davidpanter - 2 hours ago - edited: 2 hours ago

HI Jeff, 

i cant remember exactly which file it was, LIB folder i believe, i found the line that was giving me the error, i commented it out, (it looks to be a secondary check thats failing for some reason), so commenting it out has stopped the error for me, 

i just searched the error specifically in my project folder , it came up with the Lib file, and commented it out. 

i have no idea if thats the right thing to do, but it works

UPDATE: the file was LIB\Password.php

line 44 : // $plaintext === '' => throw new InvalidArgumentException('Password cannot be blank'),